@charset "UTF-8";
/* CSS Document */

/* スマホ向けのレイアウトの指定：～960px */
@media only screen and (min-width: 0px) {

#container{
	color:rgb(75,75,75);
}

footer{
	width: 100%;
	height: 324px;
}

/*.back-img_sp img{
	width:100%;
	height:auto;
	display: block;
}
	
.back-img{
	display: none;
}*/

.back-img{
	width: 100%;
	height:auto;
	background: url(../images/footer_back.png) no-repeat center;
	background-size:cover;
}

.contact_box{
	text-align: center;
	padding: 12% 0 10% 0;
}

.contact_box p{
	color: rgb(255,255,255);
	font-size: 24px;
	font-size: 5.5vw;
	margin: 0 auto 10px;
	text-shadow: 2px 2px 2px #333;
}

.contact_box img{
	width: 10%;
	min-width: 40px;
	height: auto;
	margin: 0 0 1% 0;
}

.contact_box ruby,
.contact_box rt{ 
	color: rgb(255,255,255);
}

.contact_box ruby{ 
	font-size: 30px;
	font-size: 7.5vw;
	text-shadow: 2px 2px 2px #333;
}

.contact_box rt{ 
	font-size: 12px;
	font-size: 	2.5vw;
}

.footer_btn{
	width:80%;
	text-align: center;
	font-size: 24px;
	font-size: 5.5vw;
	background-color: rgb(24,78,154);
	padding: 40px 0;
	display: block;
	margin: 20px auto 0;
	text-shadow: none;
}

a.footer_btn{
	display: inline-block;
	color:
	rgb(255,255,255);
}


.footer_inner{
	width: 100%;
	margin: 0 auto 30px;
}

.footer_logo{
	margin: 0 auto;
	text-align: center;
}

.footer_logo a{
	display: inline-block;
	color: inherit;
}
    
.footer_logo img {
    width: 40%!important;
    height: auto;
    vertical-align: middle;
    margin: 0 2% 0 0!important;
}

.contact_box .footer_logo .footer_btn img {
    filter: brightness(0) invert(1);
}

.footer_inner ul {
	text-align: center;
}
.footer_inner li {
	width: 130px;
	display: inline-block;
	line-height: 2;
}

.footer_inner li a  {  
	display: block;  
	font-size: 15px;
    margin: 0 10px;    
    color:rgb(0,0,0);  
} 

.footer_text{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: rgb(255,255,255);
	background: rgb(37,67,143);
	text-align: center;
}
}

/* PC向けのレイアウトの指定：961px〜 */
@media only screen and (min-width: 960px) {

footer{
	width:100%;
	height: 100%;
}

.back-img{
	width: 100%;
}

.contact_box{
	text-align: center;
	padding: 99px 0 84px 0;
}

.contact_box p{
	font-size: 26px;
	margin: 0 auto 10px;
}

.contact_box img{
	width: 70px;
	height: auto;
	margin: 0;
}

.contact_box ruby{ 
	font-size: 36px;
}

.contact_box rt{ 
	font-size: 12px;
}

.footer_btn{
	max-width:360px;
	height:100px;
	line-height: 100px;
	font-size: 26px;
	padding: 0 20px;
	margin: 40px 20px 0;
}

a.footer_btn:hover{
	background-color: rgb(37,67,143);
}

.footer_inner{
	max-width: 1200px;
	height:180px;
	margin: 0 auto;
}

.footer_inner ul {
	text-align: center;
}
.footer_inner li {
	width: 150px;
	display: inline-block;
}

.footer_inner li a  {  
	display: block;  
	font-size: 19px;
    margin: 0 10px;    
    color:rgb(0,0,0);  
} 

.footer_inner li a:hover  {  
	opacity:0.6;
	filter:alpha(opacity=85); /* IE 6,7*/
	-ms-filter: "alpha(opacity=85)"; /* IE 8,9 */
	-moz-opacity:0.85; /* FF , Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	zoom:1; /*IE*/  
} 

.footer_text{
	width: 100vw;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: rgb(255,255,255);
	background: rgb(37,67,143);
	text-align: center;
}
}
