@charset "utf-8";
/* pagetop
------------------------- */
#pagetop {
	position:fixed;
	right: 20px;
	bottom: 190px;
	cursor:pointer;
    z-index: 2;
    background-image: url("../img/btn_pagetop.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 20px;
    width: 90px;
    height: 90px;
    background-color: #336586;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    text-indent: -9999px;
    font-size: 1%;
    text-decoration: none;
    /* transition: bottom 0.1s ease-in-out; */
}
@media screen and (min-width : 768px){
#pagetop:hover{
    opacity: .8;
    text-decoration: none;
  }
#pagetop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}
@media screen and (max-width : 768px){
/* pagetop
------------------------- */
#pagetop {
    width: 100%;
    height: 50px;
	right: 0;
	bottom: auto;
    background-color: #134566;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    }
}


/* footer
------------------------- */
footer {
    padding-top: 65px;
    padding-bottom: 90px;
    text-align: left;
    position: relative;
    }
footer .container {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
address {
    font-size: 14px;
    line-height: 1.2;
    color: #939393;
    margin-top: 45px;
    font-style: normal;
    margin-left: 2%;
    margin-right: 650px;
    }
.nav_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 45px;
}
.nav_footer li {
    font-size: 16px;
    font-weight: 500;
    }
.nav_footer li > a {
    display: block;
    color: #000;
    }  
.nav_footer li > a:link {
	color:#000;
	text-decoration:none;
}
.nav_footer li > a:visited {
	color:#000;
	text-decoration:none;
}
.nav_footer li > a:hover {
	text-decoration:none;
}
.nav_footer li > a:active {
	text-decoration:none;	
}
@media screen and (min-width : 768px){
.nav_footer li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
.nav_footer li > a:hover {
    color: #eb3c00;
  }
  }
@media screen and (max-width : 1200px){
.block_footer {
    flex-basis: 20%;
}
.ft_logo,.ft_logo img {
    width: 100%;
    }
.nav_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 25px;
}
}
@media screen and (max-width : 1024px){
.nav_footer {
    gap: 0 20px;
}
.nav_footer li {
    font-size: 14px;
    }
}
@media screen and (max-width : 768px){
footer {
    padding-top: 50px;
    padding-bottom: 150px;
    text-align: center;
    }
footer .container {
    width: 96%;
    margin: 0 auto;
    display: block;
    padding: 50px 0;
}
.ft_logo {
    width: 40%;
    margin: 0 auto;
    }
address {
    font-size: 12px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    }    
.nav_footer {
    display: none;
}
}
@media screen and (max-width : 640px){
footer {
    padding-bottom: 90px;
    text-align: center;
    }
.ft_logo {
    width: 60%;
    }
}