/*フッターここから*/
footer {
	margin: 0 auto;
    padding: 5px;
    padding-bottom: 100px;
    background-color:#FFFFFF;
    width: 100%;
    color: #888888;
    display: block;
}
footer p{
	padding: 10px 25px 30px 25px;
	width: 100%;
    border-top: 1px solid #d1d1d1;
    font-size:14px; 
}
footer a{
	color: #888888;
	text-decoration: none;
}
.footer_menu{
	padding: 50px 25px 0 25px;
	width: 100%;   
    border: none;
}
.footer_icon{
	width: 30px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px
}
.footer_logo{
	display: -webkit-flex;
	display: flex;
}
.footer_icon_text {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 20px;
	font-weight: 300;
}
@media screen and (max-width:729px) {
	/*スマホ用のcssを記述*/
.moshimo_mobile_banner_back{
  	display: flex;
  	justify-content: center;
	position: fixed;
	width: 100%;
	height: 50px;
    bottom: 0; /*下に固定*/
    background: #85B200;
	z-index: 5;
}
.moshimo_mobile_banner {
		display: flex;
	position: fixed;
	flex-wrap: nowrap;
    bottom: 0; /*下に固定*/
    background: #85B200;
	z-index: 5;
}
.moshimo_pc_banner_back{
  	 display: none;
}
.moshimo_pc_banner {
	 display: none;
}
}
@media only screen and (min-width:730px) {
.moshimo_pc_banner_back{
  	display: flex;
  	justify-content: center;
	position: fixed;
	width: 100%;
	height: 92px;
    bottom: 0; /*下に固定*/
    background: #85B200;
	z-index: 5;
}
.moshimo_pc_banner {
	display: flex;
	position: fixed;
	flex-wrap: nowrap;
    bottom: 0; /*下に固定*/
    background: #85B200;
	z-index: 5;
}
.moshimo_mobile_banner_back{
  	 display: none;
}
.moshimo_mobile_banner {
	 display: none;
}
}
/*トップに戻るボタン*/
html { scroll-behavior: smooth;} 
.gotop{
    display: none;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 55px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}



