@charset "utf-8";
/* CSS Document */
/*フッター-----------------------------*/
#common_footer{
	width:100%;
	height: 75px;
	background-color: #116666;
	display:grid;
	grid-template-columns: repeat(2,600px);
}
#common_footer span{
	font-size: 14px;
}
.footer_item{
	width:600px;
	padding:3px 10px;
	position: relative;
	font-size: 16px;
	color: white;
}
.footer_link_sp{display: none;}

/*-- フッター top_page.cssより移動20210713--*/
footer{
	width:100%;
	height: 50px;
	background-color: black;
	display:grid;
	grid-template-columns: repeat(2,600px);
}
.footer_item_group{
	
}
.footer_item{
	width:600px;
	padding:3px 10px;
	position: relative;
	font-size: 16px;
	color: white;
}
.footer_item{
    	padding:0;
}
.footer_item img{ 
	width:53%;
}
.footer_link_sp{display: none;}
.footer_banner{
	width:100%;
	height: 200px;
    background-color: #666;
    background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: block;
        border-bottom: #999 1px solid;
}
/* 3段*/
.footer_banner_3{
	width:100%;
	height: 200px;
    background-color: #666;
    background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: block;
        border-bottom: #999 1px solid;
}
/* 4段*/
.footer_banner_4{
	width:100%;
	height: 240px;
    background-color: #666;
    background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: block;
        border-bottom: #999 1px solid;
}

.footer_banner_box{
	position:relative;
	display: block;
}
.footer_banner_item{
	width:1100px;
	height: 130px;
	/* position: absolute;
	right:60px;
	top:20px;*/
	/* displey:grid;
	grid-template: repeat(4,150px); */
	margin: 1px 20px;
}
.footer_banner_item img{
	width:150px;
}
.footer_link{
	width:100%;
	height: 225px;
        background-color: #666;
        background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: block;
}
.footer_sitemap{
	width:100%;
	height: 540px;
        background-color: #666;
        background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: block;
        font-size: 18px;
        color:#fff;
}
.footer_sitemap_box{
	position:relative;
	display: block;
}
.footer_sitemap_item{
	width:100%;
	position: relative;
	left: 50px;
	top: 40px;
}
#footersitemap{
	display:grid;
	/*grid-template-columns: repeat(4,255px);
	grid-gap: 40px;*/
    grid-template-columns: repeat(4,238px);
    grid-gap: 30px;
}

.footer_sitemap_item ul {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
}
.footer_sitemap_item ul li {
    list-style: none;
	width: 240px;
	margin: 0 auto 10px;
}
.footer_sitemap_item ul li ul li {
    display: block;
    width: 100%;
    padding: 2px;
    margin: 0 !important;
}
.footer_sitemap_item ul li a {
    display: inline;
    color: #fff;
    font-size: 74%;
}
.footer_banner_box label, .footer_banner_box input{
    visibility:hidden;
}
p.title {
	 border-bottom: 3px solid;
    border-image: linear-gradient(to right, #000000 0%, #f5cb00 100%);
    border-image-slice: 1;
    color: #000000;
        font-size: 120%;
}
p.title span {
    color: #f5cb00;
}

p.title2 {
    border-bottom: 5px solid #000000;
    color: #000000;
    font-size: 120%;
}
p.title2 span {
    color: #D90000;
}

a:visited {
    /* color: #184e8a; */
    text-decoration: none;
}
.clear {
    clear:both;
}
@media screen and (max-width : 767px ){
	/*フッター-----------------------------*/
	.footer_sitemap{display: none;}
	.footer_banner{height: auto;}
	#footersitemap{display: none;}
	#common_footer{
		display: block;
		color: white;
		height: auto;
		background-color: #116666;
	}
	.footer_item{
		display: inline-block;
		width:100%;
		color: white;
	}
	.footer_link_sp{
		display: block;
		height: auto;
		background-image: -webkit-linear-gradient(bottom right, dimgray 25%, gray 25%, gray 50%, dimgray 50%, dimgray 75%, gray 75%, gray);
		background-image: -o-linear-gradient(bottom right, dimgray 25%, gray 25%, gray 50%, dimgray 50%, dimgray 75%, gray 75%, gray);
		background-image: linear-gradient(to top left, dimgray 25%, gray 25%, gray 50%, dimgray 50%, dimgray 75%, gray 75%, gray); 
		background-size: 5px 5px;
		background-repeat: repeat;
		padding:10px;
	}
	.link_title{
		background-color: black;
		display: block;
		width: 140px;
		margin:0  auto;
		padding:0 10px;
		text-align: center;
		
	}
	.link_name{
		padding: 10px;
	}
	#page-top img{display: none !important;}
	#common_footer span{
		font-size: 11px;
	}
	.footer_copy{
		font-size: 75%;
	}
        .footer_item{
                padding:0;
        }
        .footer_item img{ 
                width:89%;
        }
}

.footer_text{
    /*font-size: 14px;*/
    display:block;
    font-size: 1.1rem;
    color: red;
}
.footer_text_sp{
    display:none;
}
@media screen and (max-width : 767px ){
        .footer_item img{ 
                width:79%;
        }
        .footer_text{
            display:none;
        }
        .footer_text_sp{
            /*font-size: 11px;*/
            display:block;
	    color:red;
            font-size: 14px;
        }
	
}