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

*{
	margin:0;
	padding:0;
}

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:14px;
	line-height:1.5;
	word-break:break-all;
}

.sp_none{
	display: none;
}

/*ξ{J[*/
#footer01{
	background-color:#111F46;
	color:#fff;
	padding:2em 0;
	width:100%;
	text-align:center;
	font-size:0.6em;
}

#header01{
	background-color:#FFFF66;
	color:#000000;
}

#header01_solto{
	position: relative;
	background-color:#111F46;
	width:100%;
	padding:1px 0;
	border-top:10px #000 solid;
}

#header01_solto:before,
#header01_solto:after{
	position: absolute;
	content: "";
	width: 100%;
}

#header01_solto:before{
	top: 0;
}

#header01_solto:after{
	bottom: 0;
}

.title_h2,.title_h2_width,.title_h202{
	background-color:#111F46;
	border-left:10px #CD151D solid;
	color: #fff;
}


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

a:hover{
	color:#399A65;
	text-decoration:none;
}
/*ξ{J[*/

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

#web01{
	width:100%;
}

#header01{
	width:100%;
}

#header02{
	width:98%;
	margin:0 auto;
	position:relative;
	padding:0 1%;
}


.title_h2{
	width:100%;
	position:relative;
	margin:0 0 15px 0;
	width: calc(100% - 10px);
}

.title_h2 h2{
	font-size:1.2em;
	font-weight:bold;
	padding:0.5em;
}


.title_h2_width{
	width:100%;
	position:relative;
	margin:0 0 1em 0;
	width: calc(100% - 10px);
}

.title_h2_width h2{
	font-size:1.2em;
	font-weight:bold;
	padding:0.5em;
}


.logo{
	width:60%;
	margin:0 auto 0.5em auto;
}

.logo img{
	width:100%;
}

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

.counter{
	display:none;
}

.counter02{
	display:none;
}

.header_right{
	width:100%;
	text-align:right;
	margin:0 0 0 0;
}

.header_right02{
	width:100%;
}

.header_right img{
	width:30%;
}
.header_right03{
	width:45%;
	text-align:right;
	float:right;
}

.title_h1{
	font-size:0.45em;
	padding:4px 0 0 0;
	float:left;
	color:#fff;
	width: 45%;
}

.login{
	width: 30%;
	float:right;
	margin:0 0 0 0;
}

.login img{
	width: 100%;
}

.header_sns{
	float:right;
	display: flex;
	justify-content: center;
	list-style-type: none;
	font-size: 10px;
	margin-right: 2%;
}

.header_sns li:not(:first-child){
	margin-left: 5px;
}

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

#style01{
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}

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

.nav_area01{
	width:100%;
}
.nav_area02{

}

.sp_menu_button{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
background-color:#CD151D;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	border-bottom:10px #111F46 solid;
}

.sp_menu_button .close{
	display: none;
}

.sp_menu_button.active .open{
	display: none;
}

.sp_menu_button.active .close{
	display: block;
}

.sp_menu_button:after {
  position: absolute;
  height: 3px;
  width: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
  content: '';
  display: block;
  margin: auto 0;
}

.sp_menu_button.active:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}

.header_menu{
	display: none;
	border-top:1px #ddd solid;
	list-style-type:none;
}

.header_menu > li{
	position: relative;
	border-bottom:1px #ddd solid;
	list-style-type:none;
}

.header_menu > li span{
	position: relative;
	display: flex;
	align-items: baseline;
	padding: 20px 15px;
	background: #D7001F;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

.header_menu > li span.active:after{
	top: 40%;
	transform: rotateZ(-135deg);
}

.header_menu02{
	display: none;
	border-top: 1px #eee solid;
}
.header_menu02 li{
	border-bottom:1px #fff dashed;
	list-style-type:none;
}

.menu01{
	line-height: 1;
}

.menu02{
	margin-left: 1em;
	line-height: 1;
}

.left_content{
	width:96%;
	margin:1em auto;
	border-bottom:1px #333 dotted;
	padding:0 0 1em 0;
}

.right_content{
	width:96%;
	margin:0 auto 1em auto;
}

.right_content table{
	width:100%;
	margin:0 0 0.5em 0;
}

.right_banner{
	width:100%;
}

.right_banner img{
	width:100%;
	margin:0 0 0.5em 0;
}

.news_list01{
	width:100%;
	margin:1.5em auto;
}

.news_list02{
	font-size:1em;
	line-height:1.5;
	margin:0 0 1em 0;
	border-bottom:1px #CCCCCC dotted;
}

.news_list02 iframe{
	width:100%;
}

#footer01{
	width:100%;
	padding:50px 0;
	text-align:center;
}



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

.box_style02{
	margin:0 1% 1% 0;
	width:49%;
	float:left;
}

.box_style02 a{
	display:block;
	background-color: #CD151D;
	color:#fff;
	text-decoration:none;
	padding:4% 5% 4% 6%;
	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: #111F46;
	color: #fff;
	text-decoration:none;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0202{
	margin:0 0 2% 0;
	width:100%;
}

.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 1% 2% 0;
	width:49%;
	float:left;
}

.box_style03 a{
	display:block;
	background-color:#018402;
	color:#FFFFFF;
	text-decoration:none;
	padding:4% 5% 4% 6%;
	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:#FFFFFF;
	text-decoration:none;
}

.box_style0302{
	margin:0 0 2% 0;
	width:100%;
}

.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: 1em 0;
}

.index_text_title{
	padding: 2% 4%;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color:#111F46;
	border-left:10px #CD151D solid;
}

.index_text_area p{
	padding: 2%;
}



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

.stSchTitleC {
	text-align:center;
	border: 1px solid #d0dbc8;
	font-size:14px;
	margin:1% 0;
	padding:2% 0;
	background: #ffffff;

}

.stSchList {
	font-size:0.8em;
	margin:1% 0;
	padding:2% 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:22%;
	font-size:1.2em;
	padding:1% 0;
}

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


.sc01{
	margin:1%;
}


.sc02{
	width:30%;
}
.sc02 img{
	width:100%;
}

.sc03{
	width:100%;
}


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

.m_list_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5vw 3vw;
	margin-bottom: 7vw;
}

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

.member_content02{
	padding: 3%;
}

.member_content02 img{
	width:100%;
}

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

.menmber_name001{
	font-weight:bold;
	margin:0 0 0.5em 0;
	color:#000;
}

.menmber_name002{
	margin:0 0 0.5em 0;
}

.menmber_name003{
	margin:0 0 0.5em 0;
}



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

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

.news01 img{
	margin:0 0 0.5em 0;
}

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

.news03{
	font-size:1em;
	line-height:1.5;
	margin:0 0 1em 0;
}

.news04{
	font-size:1em;
	line-height:1.5;
	margin:0 0 1em 0;
	width:100%;
}

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

.news06{
	font-size:1em;
	line-height:1.5;
	width:100%;
	margin:0 0 1em 0;
}

.news06 img{
	width:100%;
}

.news07{
	font-size:1em;
	line-height:1.5;
	width:100%;
	margin:0 0 1em 0;
}



.news08{
	max-width:100%;
	margin:0 auto 1em auto;
}

.news08 img{
	width:100%;
}

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

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

.kekka_03{
	padding:10px;
	text-align:left;
	border:1px #CCCCCC dotted;
	font-size:1em;
	line-height:1.5;
}


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

#BigImage{
	width:100%;
	margin:1em auto 1em auto;
}
#BigImage img{
	width:100%;
}

.p_area001{
	width:100%;
	margin:0 0 1em 0;
}

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

.photo_content02 img{
	width:100%;
	max-height:80px;
}

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

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

.login001 table{
	width:80%;
	margin:20px auto;
}

.login001 th{
	width:100%;
	display:block;
	text-align:left;
	font-size:normal;
	padding:5px 0;
}

.login001 td{
	width:100%;
	padding:5px 0;
	display:block;
}

.input1{
	font-size:14px;
	padding:5px 10px;
	width:280px;
}

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

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

.contact_form{
	width:100%;
	margin:1em auto;
}

.contact_form td{
	display:block;
	padding:2%;
}

.contact_1{
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color:#111F46;
}

.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:0.2em;
	font-size:1.2em;
	margin:1em auto;
}

.input_st01{
	width:90%;
	padding:2%;
	margin:0.5em 0;
	font-size: 14px;
}

.input_st02{
	width:25%;
	padding:2%;
	margin:0.5em 0;
	font-size: 14px;
}
.input_st03{
	width:90%;
	padding:2%;
	height:6em;
	margin:0.5em 0;
	font-size: 14px;
}
.input_st04{
	width:90%;
	padding:2%;
	margin:0.5em 0;
	font-size: 14px;
}

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

.blog_style01{
	width:100%;
	padding:1em 0;
}


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


.blog_bot{
	text-align:center;
}

.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{
	margin:40px 0;
}

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

.side_menu_blog_list01{
	width:80%;
	padding:5%;
	border:5px #333 solid;
	margin:5px auto;	 
    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;
}

.sc_st_new01{
	margin:0 auto;
	padding:15px 0 0 0;
	width:96%;
}


.ac_sty001{
	width:540px;
	border:2px #3B5FB5 dashed;
	padding:20px;
	margin:20px auto;
	background-color:#F2F7FD;
}

.ac_sty002{
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:#3B5FB5;
	margin:0 0 10px 0;
}

.ac_sty003{
	margin:10px 0 10px 0;
}

.ac_sty005{
	border-bottom:1px #333333 solid;
}

.ac_sty004{
	width:270px;
	float:left;
	margin:5px 0 5px 0; 
	text-align:center;
}

.ac_sty006{
	width:270px;
	float:right;
	margin:5px 0 5px 0;
	text-align:center;
}

.link01{
	width:96%;
	margin:1em auto 0 auto;
}

.link02{
	width:100%;
	 padding:0.5em 0;
	 text-align: center;
	 margin:0 0 1em 0;
}

.link02 img{
	width:100%;
	 border:1px #CCCCCC solid;
}

.link03{
	width:100%;
	 padding:0.5em 0;
	 text-align: center;
	 margin:0 0 1em 0;
}

.link03 img{
	width:100%;
	 border:1px #CCCCCC solid;
}

.link_style{
	margin:1em auto;
	width:96%;
	border-bottom:1px #CCCCCC dotted;
}

.link_style th{
	width:100%;
	display:block;
	margin:0 0 1em 0;
}

.link_style th img{
	width:100%;
	border:1px #CCCCCC solid;
}

.link_style td{
	box-sizing: border-box;
	width:100%;
	display:block;
	margin:0 0 1em 0;
    background-color: #efefef;
	padding: 10px;
}

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


.news_list01 iframe{
	width:100%;
}

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

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

.page_contant{
	margin:1em 0;
}

.page_content01{
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.page_area{
	margin:0 0 1em 0;
}

.page_area p{
	margin:0 0 1em 0;
}

.page_title01{
	border-left:5px #CD151D solid;
	font-size:18px;
	padding:5px 0 2px 5px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.page_title02{
	position: relative;
	font-size:16px;
	border-bottom:2px #CD151D 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: 48%;
	float: left;
	margin: 0 1% 2% 1%;
}

.page_btn01 li a{
	display: block;
	padding: 5% 10%;
	background-color: #CD151D;
	color: #fff;
	text-decoration: none;
}

.page_btn01 li a:hover{
	background-color: #111F46;
	color: #fff;
}



.club_text01{
	width: 100%;
}

.club_text01 table{
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px #000 solid;
}

.club_text01 th{
	display: block;
	padding: 2% 0;
	background-color: #000;
	color: #fff;
}

.club_text01 td{
	display: block;
	padding: 5%;
}

.club_text01 ul{
	list-style-type: none;
}
.bt_menu_style01 {
    margin: 0 0 1em 0;
}
.bt_menu_style02 {
    width: 48%;
    float: left;
    margin: 0 1% 1% 1%;
}
.bt_menu_style02 a {
    display: block;
    background-color: #CD151D;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
}
.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 1em 0;
}

.page_btn_box li{
	width: 31%;
	margin: 0 1% 1% 1%;
	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;
    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 #333 solid;
}
.page-top_text {
    color: #fff;
    font-size: 12px;
    font-family: 'Oxanium', cursive;
    text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
    text-align: center;
}


.info01title{
	background-color:#000;
	color:#FFFFFF;
	font-size:1.2em;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}
.info01{
	background-color:#000;
	text-align:center;
}

.control_area01:not(:first-child) .info01{
	display: none;
}

.info01 a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:10px 5px;
	font-size:14px;
	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;
	font-size:14px;
	border:1px #FFFFFF solid;

}


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

}
.control_area01{
	margin:0 0 20px 0;
}


.side_sh01 {
    background-color: #000;
    margin: 30px 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;
    font-size: 14px;
}
.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;
}



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

.page_table th,
.page_table01 th{
	padding: 5px;
	border: 1px #CCC solid;
	background: #111F46;
	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: #666;
	color: #fff;
}

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

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

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

.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 1.5em auto;
}

.page_img_list02 li img{
	width:100%;
}



.page_link_name{
	margin-top: 3px;
}



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



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



.text_image01{
	display: block;
	margin-bottom: 6%;
}

.text_image01 tbody,
.text_image01 tr{
	display: block;
}

.text_image01 td{
	width: 100%;
	display: block;
}

.text_image01 td:not(:last-child){
	margin-bottom: 3%;
}



.staff_area_type001{
	width: 96%;
	margin: 0.2em 0 0.8em 0;
	border: 1px #33CC00 solid;
	padding: 2%;
}

.staff_area_type002{
	width: 60%;
	margin: 0 auto 0.5em auto;
	text-align: center;
}

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

.staff_area_type003{
	width: 100%;
}

.staff_area_type004{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 2px #33CC00 solid;
	text-align: center;
}

.staff_area_type005{
	font-size: 1em;
	line-height: 1.5;
}

.footer_area01{
	border-top:10px #F9BE00 solid;
}
.footer_op {
        padding: 1em 0;
        background: #000;
        color: #fff;
    }
    .op_title {
        margin: 1em auto 0.5em auto;
        font-size: 1.2em;
        text-align: center;
		border-bottom:2px #F9BE00 solid;
		width:96%;
    }
    .op_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2% 1%;
        width: 98%;
        margin: 0 auto 2em 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;
	font-size:16px;
    }

.footer_banner_area01{
	border-top:10px #00309F solid; 
	padding:1em 0 3em 0;
	background-color: #000;
}
.footer_banner_area02{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_banner_title{
	width:100%;
	margin:0 auto 0.5em auto;
	color:#FFF;
	text-align:center;
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	border-bottom:1px #FFF solid;
	padding:0 0 0.5em 0;
}
.footer_banner{
	width:49%;
	margin:0 0.5%;
}
.footer_banner img{
	width:100%;
	margin:0 0 0.2em 0;
}
}