@charset "utf-8";

html {
    overflow:auto;
	font-size: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

body {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kurenaido', sans-serif,'Meiryo', sans-serif;
    box-sizing:border-box;
    margin: 0px;
    /*overflow: hidden; */
}





/*pc用スタイル*/
@media only screen and (min-width: 808px) {
    div.wrap {
        padding-top: 0px;
        display: -webkit-flex;
        display: flex;
    }
    div.side {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    div.contents {
        
        -webkit-flex: 1;
        flex: 1;
    }
}

/*三本線メニューのアイコン*/
span.menu3bar {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    width:30px;
    height: 30px;
    outline: 5px solid #ffa808;
    background-color: #046000;
    border: 5px solid #ffa808;
    vertical-align: middle;
}
    span.menu3bar:before, span.menu3bar:after {
        position: absolute;
        content:"";
        display: block;
        top: 20%;
        right: -1px;
        height: 20%;
        left: 0;
        background-color: #ffa808;
    }
    span.menu3bar:before {
        top: 20%;
    }
    span.menu3bar:after {
        top: 60%;
    }

/*pc用スタイル*/
@media only screen and (min-width: 808px) {
    span.menu3bar {
        display: none;
        height: 50px;
    }
}

/*pc用スタイル*/
@media only screen and (max-width: 807px) {
    div.menu3bar > ul {
        position: fixed;
        top: 0;
        right: -100%;
    
        max-width: 150px;
        max-height: 100%;
    
        background-color: #046000;
        z-index: 12;
    
        text-align: center;
        overflow: auto;
        font-size: 100%;
        line-height: 100%;
    
        -webkit-overflow-scrolling: touch;
    
        -webkit-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out;
    
        
    }
}

/*メニュー*/
div.menu3bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 12;
}

    div.menu3bar > ul > li {
        margin: 0;
        padding: 5px;
        
        height:40px;
        z-index: 12;
        border-bottom: 1px dotted white;
        width: 120px;
        font-size: x-large;
    }

    div.menu3bar > ul ul {
        margin-left: 10px;
        z-index: 12;
    }
    div.menu3bar > ul ul li {
        padding: 5px;
        height:20px;
        z-index: 12;
    }

    div.menu3bar:hover > ul {
        right: 0;
        z-index: 12;
    }

/*pc用スタイル*/
@media only screen and (min-width: 808px) {
    div.menu3bar > ul {
        position: static;
        max-width: none;
        overflow: visible;
        height: 20px;
    }
}


li{
    list-style-type: none;
    text-decoration: none;
}

ul{
    padding-inline-start: 0px;
}



.MZ_item ul{
    padding-inline-start: 0px;
}
.MZ_item ul ul{
    padding-inline-start: 0px;
}


.head_container1{
    width: 100%;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    
}
hi1{
    font-size: xx-large;
    }
a:link{
    color:black;
    text-decoration:none;
}
a:visited{
    color:black;
    text-decoration:none;
}

.head_item{
    display:flex;
    align-items: flex-start;
    justify-content:space-between;
    flex-direction: row;
}


header{
    
    width:100%;
    
    display:flex;
    list-style-type: none;
    text-align: center;


    height: 240px;
    
}


header ul{

    width:100%;
    list-style-type: none;
    text-align: center;
    padding-inline-start: 0px;

    height: 240px;
    text-align: center;
}


header ul li{

    width:100%;

    text-align: center;
    height: 240px;
    padding-inline-start: 0px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-image: url(../img/ogp.png);
    background-size:contain;
    background-position: center;
    object-position: center;
}

header ul li img{

    width:100%;
    height: 100%;
    text-align: center;
    object-fit: contain;
    background-repeat: no-repeat;
    object-position: center;
}








header h2{
    text-align: center;
    margin-top: 70px;
    font-size: xx-large;
}
body{
    background-color: #ffffff;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: end;
    background-attachment: fixed;
    margin: 0px;
}

nav{
    width:100%;
    background-color: #046000;
    text-align: center;
    height: 50px;
    position: fixed;
  bottom: 0px;
  opacity: 1;
  z-index: 3;

    vertical-align: middle;
}
.fixed{
    position: fixed;
    bottom: 0px;
    z-index: 7;
}

nav ul{
    list-style-type: none;
    text-align: center;
    padding-inline-start: 0px;
    vertical-align: middle;
}

nav li{
    display: inline-block;
    
    vertical-align: middle;
    font-size: 100%;
    text-align: center;
    
    border-left: 1px dotted white;
    border-right: 1px dotted white;

    
}

nav li a{
    display:block;
    width: 120px;
    height:45px;
    line-height: 45px;

    
}



.container1{
    width:100%;
    margin: 0 auto;
    display:inline-block;
}
.container2{
    width: 100%;
    margin: 0 auto;
    display:inline-block;
}
.container3{
    width: 100%;
    margin: 0 auto;
    display:inline-block;
}
.header_left_container{
    
    height:100%;
            width:50px;
            background-color: #046000;
            text-align: center;
            position: fixed;
            left:0;
            top:0;
            z-index: 10;
}
.left_container{
    
    height:100%;
            width:50px;
            background-color: #046000;
            text-align: center;
            position: fixed;
            left:0;
            z-index: 10;
}


.left_title_box{
    height:50px;
    width:500px;
    text-align: start;
    transform: rotate(270deg);
    margin: 0px;
    position:fixed;
    bottom: 300px;
    left:-212px;
    z-index: 10;

}
.MV_container{
    
    width:100%;
    
    display:flex;
    list-style-type: none;
    text-align: center;
}

.MV_item{
    width: 100%;
    list-style-type: none;
    text-align: center;
}
.MV_item ul{
    list-style-type: none;
    text-align: center;
    padding-inline-start: 50px;
}



summary{
    height: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_scroll{
    overflow-x: hidden;
    height: 50px;
    width:100%;
    background-color: #464646;
    }

.text_scroll span{
    font-size:x-large;
    display:inline-block;
    width:100%;
    white-space : nowrap;
    line-height : 1em;
    animation   : scrollAnime 10s linear infinite;
    
    transform: translateX(100%);
    }
    @keyframes scrollAnime{
    
    100% { transform: translateX(-100%)}
    }





left_title_a {	
	font-size:xx-large;
}
a_title {	
	font-size:x-large;
    border-bottom:7px dashed pink;
}
as_title {	
	font-size:large;
    border-bottom:3px solid pink;
}



hmv_title {	
	font-size:x-large;
    color:white;
    background-color: #080846;
    height:50px;
    width:100%;
}
v_title {	
	font-size:x-large;
    border-bottom:7px dashed #808fff;
}

vs_title {	
	font-size:large;
    border-bottom:3px solid #808fff;
}

ss_title {	
	font-size:large;
    border-bottom:3px solid #07ccff;
}

c_title {	
	font-size:x-large;
    border-bottom:7px dashed #046000;
}

cs_title {	
	font-size:large;
    border-bottom:3px solid #046000;
}

n_title {	
	font-size:x-large;
    border-bottom:7px dashed #080846;
}

ns_title {	
	font-size:large;
    border-bottom:3px solid #080846;
}
os_title {	
	font-size:large;
    border-bottom:3px solid #ffa808;
}

s_title {	
	font-size:x-large;
    border-bottom:7px dashed #046000;
}

y_title {	
	font-size:x-large;
    border-bottom:7px dashed #ffa808;
}

g_title {	
	font-size:x-large;
    border-bottom:7px dashed green;
}



.MV_item h1{
    font-size: xx-large;
    color: white;
    height:50px;
    margin-top: 0px;
    margin-bottom: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
h1{
    font-size: xx-large;
    color: white;
    height:50px;
    margin-top: 0px;
    margin-bottom: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

p6{
    font-size: large;
    color: white;
    height:50px;
    margin-top: 0px;
    margin-bottom: 0px;
    


    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.MV_item h3{
    font-size: xx-large;
    color: white;
    background-color: #046000;
    height:50px;
    margin-top: 0px;
    margin-bottom: 0px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    vertical-align: middle;
}

.MV_item h4{
    font-size: xx-large;
    color: white;
    background-color: #464646;
    height:50px;
    margin-top: 0px;
    margin-bottom: 0px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    vertical-align: middle;
}

.item001 img{
    width:99%
}

.item001{
    width:100%;
}
.item002{
    width:100%;
    align-items: center;
    text-align: center;
}

.item002 h3{
    font-size:medium;
    text-align:center;
}

.item002 ul{
    list-style-type: none;
    align-items: flex-start;
    text-align: flex-start;
}

.item002 li{
    font-size: medium
}

.item003{
    display:flex;

    width:95%;
    
}

.item003 ul{
    
    width:100%;
    list-style-type: none;
    
}

.footer_container{
    display:flex;
    width:100%;
}

.footer_item3 {
    width:15%;
    
}


.footer_item {
    width:35%;
    
}

.footer_item2 {
    width:47%;
    
}
.article_item{
    width: 50%
}
.article_container{
    display: flex;
}

.article_item img{
    width:99%;
}
.article_item p{
    text-align: center;
}
footer{
    width:100%;
    background-color: #fcd460;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: start;
    background-attachment: fixed;
    margin: 0px;

}

footer h5{
    text-align: center;
    font-size: medium;
}

nav h3{
    text-align: center;
    font-size:middle;
}


.stick_item{
    width: 100%;
    background-color:#046000;
    position: sticky;
    bottom: 0px;
    height: 50px;
}

.left_item{
    height: 100%;
    background-color:#080846;
    position: sticky;
    left: 0;
    width:50px;
}



.header_left_item{
    height: 100%;
    background-color:#080846;
    position: sticky;
    left: 0;
    width:50px;
}

.shutter{
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background-color:#fff;
    z-index:99;
    -webkit-animation: byeShutter 6.0s forwards;
    animation: byeShutter 6.0s forwards;
}
.logo {
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: logo 3.0s forwards;
    animation: logo 3.0s forwards;
    animation-delay: 0.2s;
}
@keyframes byeShutter {
70% {
    opacity: 1;
}
100% {
    display: none;
    opacity: 0;
    z-index: -1;
}
}
@keyframes logo {
0% {
    opacity: 1;
}

50% {
    transform: rotate(0deg);     
}
    100% {
    transform: scale(0.8);
    }
}

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ffa808;
    opacity: 1;
    z-index: 100;
    }
    #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    }
    #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #046000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    
    }
    #wrapper {
        position: relative;
        width: 808px;max-width:100%;margin:10px auto;
    }
    #wrapper:before {
        content:"";
        display: block;
        padding-top: 56.25%; /* 16:9 */
    }
    #content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #wrapper2 {
        position: relative;
        width: 808px;max-width:100%;margin:10px auto;
    }
    #wrapper2:before {
        content:"";
        display: block;
        padding-top: 100%; /* 1:1 */
    }
    #content2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #wrapper3 {
        position: relative;
        width: 808px;max-width:100%;margin:10px auto;
    }
    #wrapper3:before {
        content:"";
        display: block;
        padding-top: 100px; 
    }
    #content3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    

    #details summary::-webkit-details-marker {
        display: none;
    }

    summary {
        display: block;
        list-style: none;
    }
    summary::-webkit-details-marker {
        display:none;
    }

    details[open] .fold_content {
        animation: fadeIn 2.0s ease-in-out;
    }
    @keyframes fadeIn {
        0% {
        opacity: 0 ;
    transform: translateY(+100px); 
          /* translateX(+100px)：右から */
          /* translateX(-100px)：左から */
          /* translateY(+100px)：下から */
          /* translateY(-100px)：上から */
    
        }
        100% {
    opacity: 1;
    transform: none;
        }
    }



        .MZ_container{
            width:100%;
            margin: 0 auto;
            display: inline-block;
            list-style-type: none;
            text-align: center;
        }
        .MZ_item{
            width: 100%;
            margin: 0 auto;
            list-style-type: none;
            text-align: center;
        }
        .MZ_item ul{
            list-style-type: none;
            text-align: center;
            align-items: center;
            margin: 0 auto;
            border-spacing: 1px;
            padding-inline-start: 0px;
        }

        .MZ_item ul ul{
            list-style-type: none;
            
        }


        .MV_item ul th{
            color: white;
            padding: 6px 8px;
            border: 5px #080846 solid;
            background-color: #046000;
        }

        .MV_item ul td{
            padding: 6px 8px;
            border: 1px black solid;
        }

        hmz_title {	
            font-size:x-large;
            border-bottom:7px dotted #808fff;
        }

        

        table{height:100%;
            margin: 0 auto;
            align-items: center;
            text-align: center;
        }
        
        
        

        .MZ_item ul {
            table-layout: fixed;
            align-items: center;
            text-align: center;
            width: 100%;
        }

        .MZ_item ul thead th:nth-child(1) {
            width: 30%;
        }


        .wrapper {
            position: relative;
            width: 808px;max-width:100%;margin:10px auto;
        }
        .wrapper:before {
            content:"";
            display: block;
            padding-top: 56.25%; /* 16:9 */
        }
        .content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .wrapper2 {
            position: relative;
            width: 808px;max-width:100%;margin:10px auto;
        }
        .wrapper2:before {
            content:"";
            display: block;
            padding-top: 100%; /* 1:1 */
        }
        .content2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .flow-title__wrapper {
            display:none;
        }

.fansite_link_content{
    width:100%;

}

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


.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 30%;
	padding: 10px;
}
@media screen and (max-width: 1200px) {
	.col_3 > div{
		width: 40%;
	}
}
@media screen and (max-width: 800px) {
	.col_3 > div{
		width: 90%;
	}
}

.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}



.col_3a{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3a > div{
	width: 30%;
	padding: 10px;
}
@media screen and (max-width: 1200px) {
	.col_3a > div{
		width: 40%;
	}
}
@media screen and (max-width: 800px) {
	.col_3a > div{
		width: 90%;
	}
}

.col_3a img{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.slider_container ul{
    list-style-type: none;
    text-align: center;
    padding-inline-start: 0px;

}

.slider {
    width: 80%;
    margin: 0 auto;
  }
  
  .slider img{
    height: auto;
    width: 100%;
    border: 1px dotted white;
  }
  
  .slick-center{
    margin-right:20px;
    margin-left:20px;
  }



  .tl_content_box{
        
    width:90%;
    max-width: 300px;
    
    margin-left: auto;
margin-right: auto;
    align-items: center;
}












.schedule_category_time_layout ul{
    list-style-type: none;
    padding-inline-start: 20px;
    padding-right: 10px;
    height:50px;
    width: 100%;
    max-width: 808px;
    display: inline-block;
    box-sizing: border-box;
    text-align: start;
}



.schedule_category {
    float: left;
    width: 50px;
    }
    




.date_number{
    margin:0px;
    font-size: xx-large;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 5px;

}

.time_of_day{
    margin:0px;
    display: inline-block;
    text-align: start;
    
    

}
.schedule_content{
    margin-bottom:0px;
}

/*色変更部分ここから*/
.schedule_flag{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #080846 transparent;
}
.schedule_time{
    height:50px;
    text-align: start;
    border-top: 3px solid #080846;
    border-right: 3px solid #080846;
    border-bottom: 5px solid #080846;
    background-color: #fffccc;
    box-sizing: border-box;
    overflow: hidden;
}
.schedule_time ul{
    list-style-type: none;
    padding-inline-start: 10px;
    height:50px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: start;
}
.schedule_time ul li{
    display: inline;
    height: 50px;
}
.day_of_week{
    margin:0px;
    display: inline-block;
    text-align: center;
    border-left: 3px dotted #080846;
    padding-left: 3px;
    border-right: 3px dotted #080846;
    padding-right: 3px;

}
    
    .schedule_content_box{
        
        height:50px;
        text-align: start;
        border-left: 3px solid #080846;
        border-right: 3px solid #080846;
        border-bottom: 3px solid #080846;
        background-color: #fffccc;
        box-sizing: border-box;
        overflow: hidden;
        font-size: large;
}
/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_others{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent black transparent;
}

/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_tv{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #808fff transparent;
}

/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_radio{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #0808ff transparent;
}


/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_mag{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #046000 transparent;
}

/*色変更部分ここまで*/


/*色変更部分ここから*/
.schedule_flag_web{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #46cc46 transparent;
}


/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_theater{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffa808 transparent;
}


/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_event{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #700808 transparent;
}

/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_release{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffa808 transparent;
}

/*色変更部分ここまで*/

/*色変更部分ここから*/
.schedule_flag_pink{
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #f808ff transparent;
}

/*色変更部分ここまで*/


.container_seitan{
    font-size: large;
    width:90%;
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
}

.seitan_article_item{
    width: 80%;
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
}

.seitan_article_item_02{
    width: 80%;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
}



/* ねこBOX*/
.kaki-neko-box-neko {
    position: relative;
    margin: 4em auto 3em;
    padding: 20px 10px;
    width: 90%; /* ボックス幅 */
    max-width: 808px;
    background: #fcd460; /* ボックス背景色 */
    color: #333333; /* 文字色 */
    font-weight: bold; /* テキスト太字（不要なら行を削除） */
    text-align: center; /* テキスト中央（不要なら行を削除） */
    border: 5px solid #ffa808; /* ボックス枠線(太さ・線種・色) */
    border-radius: 50px;
    box-shadow: 1px 1px 3px #fcd460; /* ボックス影（不要なら行を削除） */
    z-index: auto;
   }
   .kaki-neko-box-neko::before, 
   .kaki-neko-box-neko::after {
    height: 60px;
    width: 60px;
    position: absolute;
    content:'';
    top: -30px;
    z-index: -10;
   }
   .kaki-neko-box-neko::before {
    left: 20%;
    background: #fcd460; /* 左耳背景色 */
    border: 5px solid #ffa808; /* 左耳枠線(太さ・線種・色) */
    border-radius: 10px 50px 100px 50px;
    transform: rotate( 45deg );
    box-shadow: 1px -1px 3px #fcd460; /* 耳の影（不要なら行を削除） */
   }
   .kaki-neko-box-neko::after {
    right: 20%;
    background: #fcd460; /* 右耳背景色 */
    border: 5px solid #ffa808; /* 右耳枠線(太さ・線種・色) */
    border-radius: 50px 10px 50px 100px;
    transform: rotate( -45deg );
    box-shadow: 1px 1px 3px #fcd460; /* 耳の影（不要なら行を削除） */
   }
   .neko-wrap-e{
    background-color: transparent;
    position: relative;
    z-index: 0;
   }






   #fixed-footer-menu {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0px;
    opacity: 1;
    z-index: 8;
  }
  
  /* メニューを横並びにする */
  #fixed-footer-menu ul {
    display: flex;
    list-style: none;
    padding-right: 50px;
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
    background: #a4faa6;
  }
  
  /* メニューの要素 */
  #fixed-footer-menu li {
    justify-content: center;
    align-items: center;
    width: 16%; /* 要素が5つの場合（100/5） */
    
    margin: -5px;
  }
  
  /* メニューのボタン */
  #fixed-footer-menu li a {
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0px 0px 0px;
    font-size: 8px;
    text-decoration: none;
  }
  
  /* メニュータイトル */
  #fixed-footer-menu li p {
    font-size: 8px; /* メニュータイトルのフォントサイズ */
    
  }
  
  /* アイコンのサイズを調整 */
  .footer-icon {
    font-size: 20px;
  }


  

  table, th, td {
    border:1px solid #046000;
  }