@charset "utf-8";
/** *****************************************************************
コンテンツ
最終更新日：2015.01.22
***************************************************************** **/
footer{
    width:100%;
    background: #036eb8;
}

/***************** ページトップ *****************/
@media print {
  #pagetop{
    display:none !important;
  }
}

#pagetop{
  display: block;
  width:25px;
  height:100px;
  position: fixed;
  bottom: 150px;
  right: 0px;
  opacity: 1;
  cursor: pointer;
}


/**--------------------------------------------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------------------------------------------**/
#FOOTER{
    max-width:1000px;
    width:100%;
    margin:0 auto;
    padding:0;
}
#FOOTER a{
    text-decoration: none;
}
#FOOTER h2{
    border-bottom:1px #2d87d3 solid;
    padding-bottom: 10px;
}

#FOOTER h2 a{
    color: #ffffff;
    font-size: 0.6em;
}
#FOOTER h2 a:hover{
    color: #2ea7e0;
}
#FOOTER h2 a i{
    margin-right: 10px;
    font-size: 2.0em;
}

#FOOTER .footsitemap{
    margin: 20px 0;
}
#FOOTER .footsitemap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#FOOTER .footsitemap .block4_1,
#FOOTER .footsitemap .block4_2,
#FOOTER .footsitemap .block4_3,
#FOOTER .footsitemap .block4_4 {
	width:24%
}


#FOOTER .footsitemap ul{
    margin: 10px 0;
}

#FOOTER .footsitemap ul li a{
    color: #d6eeff;
    font-size:14px;
}
#FOOTER .footsitemap ul li a:hover{
    color: #ffffff;
}

#FOOTER .footlink{
    border-top:1px #2d87d3 solid;
    padding-top: 10px;
    margin: 20px 0;
}
#FOOTER .footlink ul li{
    float: left;
    margin-left: 2em;
}
#FOOTER .footlink ul li:first-child{
    margin-left:1.0em;
}
#FOOTER .footlink ul li a{
    color: #d6eeff;
	font-size:14px;

}
#FOOTER .footlink ul li a:hover{
    color: #ffffff;
}

/**--------------------------------------------------------------------------------------------------------------------------
 コピーライト
--------------------------------------------------------------------------------------------------------------------------**/
#COPYRIGHT{
    max-width:1000px;
    width:100%;
    margin: 0.5em auto;
    padding:0;
}

#COPYRIGHT .copyrightL{
    float: left;
	width: -webkit-calc(100% - 320px) ;
	width: calc(100% - 320px) ;
}
#COPYRIGHT .copyrightR{
    float: right;
    width: 320px;
    font-size:12px;
}

#COPYRIGHT .copyrightL ul li{
    float: left;
    margin-right: 1.0em;
    padding-right: 1.0em;
    border-right:1px #aaaaaa solid;
}
#COPYRIGHT .copyrightL ul li a{
    color: #333333;
    text-decoration: none;
    font-size:12px;
}
#COPYRIGHT .copyrightL ul li a:hover{
    text-decoration: underline;
}

#COPYRIGHT .copyrightR .h1{
/*    float: right;*/
    margin: 10px 0;
}
#COPYRIGHT .copyrightR .h1,
#COPYRIGHT .copyrightR .copyright-fb{
    display: inline-block;
}
#COPYRIGHT .copyrightR .copyright-fb{
    width: 125px;
}

#COPYRIGHT p{
    margin-top: 0.5em;
    font-size:11px;
}

@media only screen and (max-width: 768px) {



#FOOTER,
#COPYRIGHT{
    font-size: 0.65em;
}
#COPYRIGHT ul,
#COPYRIGHT .h1{
    margin: 10px;
}


#FOOTER{
    display: none;
}

#COPYRIGHT .copyrightL,
#COPYRIGHT .copyrightR{
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
#COPYRIGHT ul{
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
#COPYRIGHT .copyrightL ul li a{
    font-size:10px;

}
#COPYRIGHT .copyrightL ul li{
    margin-right: 0.25em;
    padding-right: 0.25em;
}

}

