@charset "utf-8";
/* CSS Document */
#PC_CSS_sta-------------------------------------------------------------------------------------------------------------------------- {}
.fac_bk{
	background-image: url(../images/facilities/fa_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fac_box_2g{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	box-sizing: border-box;
	margin-top: 100px;
}

.fac_box_2g a {
	background-color: #000;
	position: relative;
	width: 50%;
}
.fac_box_2g_b {
	opacity: 0.3;
	transition: 0.3S;
}
.fac_box_2g a:hover .fac_box_2g_b{
	opacity: 1;
	transition:0.5S;
}
.fac_box_2g_u {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.fac_box_2g_u_t01 {
	font-size: 30px;
	color: #FFF;
}
.fac_box_2g_u_t02 {
	color: #FFF;
}




.fa_sub_title {
	font-size: 30px;
	color: #00c9ff;
	padding-left: 40px;
	font-weight: bold;
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	box-sizing: border-box;
}
.fa_sub_title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 46px 0 0;
    border-color: #00c9ff transparent transparent transparent;
}
#fa_sw {
	background-color: #000;
	width: 100%;
	margin-top: 170px;
	position: relative;
}
.fa_sw01 {
	opacity: 0.3;
	transition: 0.3S;
}
#fa_sw a:hover .fa_sw01{
	opacity: 1;
	transition:0.5S;
}
.fa_sw02 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	z-index: 2;
}
.fa_sw02_t01 {
	font-size: 30px;
	color: #FFF;
}
.fa_sw02_t02 {
	color: #FFF;
}
.fa_sw03 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #00c9ff;
}
.fa_ac_t {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1300px;
	margin-top: 100px;
}

.fa_ac_bk{
	background-image: url(../images/facilities_achievements/a01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fa_ac_box01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1300px;
	
	display: flex;
	flex-wrap:wrap;
	column-gap: 90px;
	row-gap: 90px;
}
.fa_ac_box01 section {
	width: 370px;
}
.fa_ac_box01 table {
	width: 100%;
	margin-top: 16px;
}
.fa_ac_box01 table tr th {
	background-color: #d6d6d6;
	word-break: keep-all;
	width: 4em;
}
.fa_ac_box01 table tr td {
	background-color: #f0eff1;
}
.fa_ac_box01 table tr th,
.fa_ac_box01 table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 16px;
}
/*.fa_ac_box01 table tr:nth-child(odd) th,
.fa_ac_box01 table tr:nth-child(odd) td{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.fa_ac_box01 table tr:nth-child(even) th,
.fa_ac_box01 table tr:nth-child(even) td{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}*/


.fa_li_bk{
	background-image: url(../images/facilities_list/title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#fa_li_no01{
	background-color: #f0eff1;
	width: 100%;
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 16px;
	padding-bottom: 30px;
	padding-left: 16px;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.fa_li_wide {
	width: 100%;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	max-width: 1300px;
}
.fa_li_title_01{
	margin-top: 90px;
	margin-bottom: 40px;
}
.fa_li_title_02{
	margin-top: 140px;
	margin-bottom: 40px;
}
.fa_li_bk_gr {
	width: 100%;
	box-sizing: border-box;
	background-color: #f0eff1;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 7%;
	padding-left: 7%;
}
.fa_li_bk_gr_title {
	font-size: 30px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
}
.fa_li_bk_gr_box2 {
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 40px;
	row-gap: 16px;
	margin-top: 40px;
}

.fa_li_bk_gr_box2_L {
	max-width: 400px;
}
.fa_li_bk_gr_box2_R table tr td {
	white-space: nowrap;
}
.fa_li_bk_gr_box2_R table tr td kai{
	
}
.fa_li_bk_gr_box2_R {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.fa_li_bk_gr_box2_L_sc {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	opacity: 0;
}

#fa_li01{
	margin-top: 50px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.fa_li01_01 {
	font-size: 16px;
	color: #FFF;
	background-color: #5480b1;
	text-align: center;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
.fa_li01_02 {
	margin-top: 20px;
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.fa_li01_02 li:nth-child(odd) {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 133px;
	padding: 2px;
	min-height: 64px;
	border: 4px solid #5480b1;
	background: linear-gradient(180deg, #5480b1 0%, #5480b1 50%, #386897 50%, #386897 100%);
	color: #FFF;
}
.fa_li01_02 li:nth-child(even) {
	color: #5480B1;
}
#fa_li02 {
	display: flex;
	column-gap: 8%;
	row-gap: 16px;
}
#fa_li02 section {
	width: 28%;
}
.fa_li02_01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.fa_li02_02 {
	min-height: 6em;
}
.fa_li02_03 {
}
.fa_li03_title {
	font-size: 30px;
	padding-bottom: 16px;
}
.fa_li03_title_sp {
	padding-top: 70px;
}

.fa_li04 {
	width: 100%;
}
.fa_li04 tr td {
	padding: 16px;
	box-sizing: border-box;
}
.fa_li04_td_01 {
	width: 26%;
	text-align: right;
}
.fa_li04_td_02 {
	width: 20%;
	text-align: right;
}
.fa_li04_td_03 {
	width: 10%;
	text-align: center;
}
.fa_li04_td_04 {
	width: 35%;
	text-align: left;
}
.fa_li05 {
	display: grid;
	grid-template-columns: 38% 53%;
	column-gap: 9%;
	width: 100%;
	position: relative;
}
.fa_li05_01{
	width: 100%;
}
.fa_li05_01 tr td {
	padding: 16px;
	box-sizing: border-box;
}
.fa_li05_01_td_01 {
	width: 30%;
	text-align: right;
}
.fa_li05_01_td_02 {
	width: 30%;
	text-align: right;
}
.fa_li05_01_td_03 {
	width: 40%;
	text-align: center;
}
.fa_li05_02{
	width: 100%;
}
.fa_li05_02 tr td {
	padding: 16px;
	box-sizing: border-box;
}
.fa_li05_02_td_01 {
	width: 25%;
	text-align: right;
}
.fa_li05_02_td_02 {
	width: 16%;
	text-align: right;
}
.fa_li05_02_td_03 {
	width: 10%;
	text-align: center;
}
.fa_li05_02_td_04 {
	width: 25%;
	text-align: left;
}


















#PC_CSS_end-------------------------------------------------------------------------------------------------------------------------- {}
@media screen and (max-width: 737px) {
#SP_CSS_sta-------------------------------------------------------------------------------------------------------------------------- {}
.fac_box_2g{
	margin-top: 5px;
}
.fac_box_2g a {
	width: 100%;
	margin-top: 16px;
}
.fac_box_2g a:hover .fac_box_2g_b{
	opacity: 0.3;
}

#fa_sw {
	margin-top: 100px;
}
.fa_sw02_t01 {
	font-size: 5vw;
}
.fa_ac_t {
	margin-top: 50px;
}
.fa_ac_box01 {
	row-gap: 50px;
}
.fa_ac_box01 section {
	width: 100%;
}
.fa_ac_box01 table tr th,
.fa_ac_box01 table tr td{
	padding: 10px;
}
/*.fa_ac_box01 table tr:nth-child(odd) th,
.fa_ac_box01 table tr:nth-child(odd) td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.fa_ac_box01 table tr:nth-child(even) th,
.fa_ac_box01 table tr:nth-child(even) td{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}*/


.fa_li_title_01{
	margin-top: 50px;
	margin-bottom: 30px;
}
.fa_li_title_02{
	margin-top: 50px;
	margin-bottom: 30px;
}
#fa_li_no01 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
}
.fa_li_bk_gr {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 16px;
	padding-left: 16px;
}
.fa_li_bk_gr_title {
	font-size: 20px;
}
.fa_li_bk_gr_box2 {
	flex-wrap:wrap;
	margin-top: 0px;
}
.fa_li_bk_gr_box2_L {
	max-width: 100%;
	width: 100%;
	margin-top: 16px;
}
.fa_li_bk_gr_box2_R {
	max-width: 100%;
	width: 100%;
	overflow: auto;
}
.fa_li_bk_gr_box2_L_sc {
	opacity: 1;
}

#fa_li01{
	margin-top: 30px;
	width: 100%;	
}
.fa_li01_01 {
	width: auto;
}
.fa_li01_02 {
	flex-wrap:wrap;
	width: 100%;
}
.fa_li01_02 li:nth-child(odd) {
	width: 100%;
	max-width: 100%;
	padding: 6px;
	min-height: 0px;

}
.fa_li01_02 li:nth-child(even) {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.fa_li01_02 li span {
	transform: rotate(90deg);
	display: block;
}


#fa_li02 {
	flex-wrap:wrap;
}
#fa_li02 section {
	width: 100%;
}
.fa_li02_02 {
	min-height: 0px;
}
.fa_li02_03 {
	margin-top: 16px;
}
.fa_li03_title_sp{
	padding-top: 50px;
}
.fa_li04_all{
	overflow: auto;
	width: 100%;
	position: relative;
}
.fa_li04 tr td {
	width: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
}
.fa_li05 {
	grid-template-columns: 100%;
}
.fa_li05_all{
	overflow: auto;
	width: 100%;
}
.fa_li05_01{
}
.fa_li05_01 tr td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
}

.fa_li05_02{
}
.fa_li05_02 tr td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
}

#SP_CSS_end-------------------------------------------------------------------------------------------------------------------------- {}
}
