@charset "UTF-8";

/* ------------------------------------------------
   TOP footer page
*/

.child_ft {
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
}

.child_ft .addr_area {
    padding: 0;
}
.child_ft .addr_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
}
.child_ft .addr_area .footer_logo_size {
	width: 230px;
}
.footer_last_line {
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:800px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.child_ft {
		width: 100%;
		background-image: none;
	}
    .child_ft .addr_area {
        display: flex;
        justify-content: space-between;
    	flex-wrap: nowrap;
        flex-direction: row;
    	align-items: center;
    }
	.child_ft .addr_area_2 {
        display: flex;
        justify-content: space-between;
    	flex-wrap: nowrap;
        flex-direction: row;
    	align-items: flex-end;
    }
	.child_ft .addr_area .footer_logo_size {
		width: 230px;
	}

}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.child_ft {
		width: 100%;
		background-image: none;
	}
    .child_ft .addr_area {
		display: flex;
        justify-content: space-between;
    	flex-wrap: nowrap;
        flex-direction: row;
    	align-items: center;
    }
	.child_ft .addr_area_2 {
        display: flex;
        justify-content: space-between;
    	flex-wrap: nowrap;
        flex-direction: row;
    	align-items: flex-end;
    }
	.child_ft .addr_area .footer_logo_size {
		width: 230px;
	}

}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.child_ft {
		width: 100%;
		background-image: none;
	}
    .child_ft .addr_area {
		display: flex;
        justify-content: space-between;
    	flex-wrap: nowrap;
        flex-direction: row;
    	align-items: center;
    }
	.child_ft .addr_area_2 {
        display: flex;
        justify-content: space-between;
    	flex-wrap: nowrap;
        flex-direction: row;
    	align-items: flex-end;
    }
	.child_ft .addr_area .footer_logo_size {
		width: 230px;
	}
}
