@charset "UTF-8";
/* CSS Document */

/*———————————–———————————–
　　Footer
———————————–———————————–*/
.footer{
height: 100%;
position:relative;
background: #FFD000;
color:#fff;
padding-bottom: 20px;
}
.footer .wrapper_box{ padding: 0px 20px;}
.footer_contents{ height:220px;position:relative;}
.copy {
    position: absolute;
    bottom: 15px;
	right:0;
    width: 100%;
    text-align: right;
    max-width: 1000px;
}

.icon-envelope-o {
    padding-right: 5px;
}


/*———————————–———————————–
　　To Top Button Style
———————————–———————————–*/

#pageTop_pc{
	position: fixed;
	bottom: 0;
	right: 40px;
	background: #ffd200;
	text-align:center;
	cursor:pointer;
	z-index: 1;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 25px;/* width,heightの半分 */
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 30px;
	display:none;
}
#pageTop_pc>a{ display:block;}

.arrow{
position: relative;
    display: inline-block;
    padding: 50px 0px 0 0;
    color: #fff;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
	right:5px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow_style::before{
	left: 0px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.arrow_style_down::before{
	left: -15px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.arrow-02{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
    bottom: 5px;
}
.arrow-02::before,
.arrow-02::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrow_style_right::before{
left: 12px;
box-sizing: border-box;
width: 12px;
height: 12px;
border: 12px solid transparent;
border-left: 12px solid #fff;
}


/*———————————–———————————–
　　Footer Contact Button Style
———————————–———————————–*/



/*———————————–———————————–
　　Footer Menu
———————————–———————————–*/

.ft_menu {
    max-width: 380px;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: right;
}

.ft_logo{ position:absolute; top:30px;}
.ft_logo img{ width:100%; max-width:170px;}
.ft_com{ position:absolute; bottom:15px;}

.ft_info_btn{
width: 300px;
height: 40px;
background:none;
color:#ffffff;
position: absolute;
right: 0;
text-align: right;
bottom: 100px;
}

.ft_policy{
position: absolute;
bottom: 45px;
right: 0;
width:100%;
max-width:350px;
}
.ft_policy li{width: 50%;display: inline-block;vertical-align: middle;text-align: right;}
