@charset "UTF-8";
/* CSS Document */
.footer_ul {
	list-style: none;
	line-height: 2em;
	margin: auto 0;
	padding: 0;
	text-align: center;
	width: 23%;
	text-decoration: none;
}
.footer_ul li{
	text-align: left;
}
.footer_ul li a:hover{
	color: #ffa300;	
}
.footer_ul li a{
	color: rgba(75,75,75,1.00);
	text-decoration: none;
}

.footer_p {
	font-size: 40px;
	padding: 0;
	margin: 0;
}

.footer_infomation {
	
}


.footer_info_summary {
	width: 23%;
	margin: auto 0;
}

.footer_rogo {
	color: #000;/*//非対応のブラウザでの文字色を設定*/
  	background: url("../image/rogo_bg.png");/*//使用する背景画像のURL*/
  	-webkit-background-clip: text;/*//テキストでくり抜く*/
  	-webkit-text-fill-color: transparent;/*//くり抜いた部分は背景を表示*/
	background-position: center;
	font-weight: bold;
	text-align: center;
	margin: auto 0;
	width: 23%;
}

.footer_oya {
	
}

.footer_oshirase {
	width: 23%;
	margin: auto 0;
}

.footer_flex {
	display: flex;
	padding: 5%;
	justify-content: space-around;
}

small {
	
}

.copyright {
	text-align: center;
	margin: 10px auto;
}

.footer_info_summary_sp {
	width: 50%;
	margin: auto 0;
}

.footer_ul_sp {
	list-style: none;
	line-height: 2em;
	margin: auto 0;
	padding: 0;
	text-align: center;
	width: 50%;
	text-decoration: none;
}
.footer_ul_sp li{
	text-align: left;
	

}
.footer_ul_sp li a:hover{
	color: #ffa300;	
}
.footer_ul_sp li a{
	color: rgba(75,75,75,1.00);
	text-decoration: none;
}

.footer_infomation_sp {
	width: 90%;
	margin: auto;
}

.buttun2_sp {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 60%;
	margin: 0 auto 20px;
}
.buttun2_sp a{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #ffa300;
	box-shadow: 0 3px 0 #d37800;
	border-radius: 8px;
}
.footer_li_sp {
	border-right: solid 1px;
	width: 50%;
	display: inline-block;
}
