footer .information {
	padding-top: 80px;
}
footer .information .drop {
	background-image: url(../img/main/icon-earth.svg);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center;
	letter-spacing: 0.15em;
	color: #00a5d8;
	height: 45px;
	padding-top: 15px;
	font-size: 12px;
	font-family: "Century Gothic", sans-serif;
	text-align: center;
}
footer .information h2 {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	font-weight: 700;
	text-align: center;
}
footer .information .information_box {
	background-color: #bfe9fd;
}
footer .information .information_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 30px 10px;
	margin-top: 20px;
}
footer .information .information_flex a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
}
footer .information .information_flex img {
	width: 100%;
	margin: 0 auto;
}
footer .information .information_flex img:first-child, footer .information .information_flex img:nth-child(2) {
	margin-bottom: 20px;
}





@media (min-width: 1px) and (min-width: 768px) {
	footer {
	/* =======================================
	footer
	======================================= */
	}
	footer .drop {
		font-size: 20px;
		padding-top: 12px;
	}
	footer #footer-inner {
		margin: 0 auto;
		padding: 30px 0 60px 0;
		width: 100%;
		background-color: #f5f5f5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer #footer-inner h2 {
		background: url(../img/footer/footer_icon.png) no-repeat 0 0;
		color: #0d59eb;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 0px;
	}
	footer #footer-inner > div {
		display: block;
		margin: 20px 0 0 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
	}
	footer #footer-inner > div#footer-left {
		margin-left: 0;
	}
	footer #footer-inner > div#footer-left img {
		margin: 10px 0;
		max-width: 80%;
		width: 100%;
	}
	footer #footer-inner > div#footer-right {
		margin-right: 0;
	}
	footer .yupack {
		margin-top: 10px;
		max-width: 60%;
		width: 100%;
	}
	footer .time {
		margin: 10px 0;
		max-width: 80%;
		width: 100%;
	}
	footer #footer-inner > div p {
		margin: 10px 0 20px 0;
		font-size: 12px;
	}
}




@media (min-width: 1px) and (min-width: 1200px) {
	footer {
		background-color: #f5f5f5;
	}
	footer .information .drop {
		font-size: 18px;
		padding-top: 12px;
	}
	footer #footer-inner {
		width: 1200px;
	}
	footer #footer-inner > div p {
		margin: 10px 0 20px 0;
		font-size: 13px;
	}
	footer #footer-inner > div#footer-left {
		margin-right: -70px;
	}
	footer #footer-inner > div#footer-left img {
		/* max-width: 230px; */
	}
	footer .yupack {
		max-width: 140px;
	}
	footer .time {
		max-width: 232px;
	}
	footer .cRed {
		color: red;
	}
}


.txt {
	margin-top: 14px;
	line-height: 2;
}




/*-----------------------------------------------------------------------------------
フッターリンク追加
-----------------------------------------------------------------------------------*/
.footer-link {
	background: #fff;
	padding: 5vw 0; 
}
.footer-link .inner {
	width: 100%;
}
.footer-link .inner .footer-nav {
	padding: 3vw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
	flex-wrap: wrap;
}

.footer-link .inner .footer-nav  li a {
	font-size: 3.6vw;
	display: block;
	padding: 0 2vw;
	border-right: 1px solid #333; 
	margin-bottom: 3vw;
}

.footer-link .inner .footer-nav  li a:hover {
	text-decoration: underline; 
}
.footer-link .inner .footer-nav  li:first-child a {
	border-left:1px solid #333; 
}
.footer-link .inner .footer-nav  li:nth-child(4) a {
	border-left:1px solid #333; 
}	
.footer-link .inner .copy {
	text-align: center;
	font-size:3vw;
}


@media (min-width: 1px) and (min-width: 768px) {
	.footer-link {
		background: #fff;
		padding: 30px 0; 
	}
	.footer-link .inner {
		width: 100%;
	}
	.footer-link .inner .footer-nav {
		padding: 25px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; 
	}

	.footer-link .inner .footer-nav  li a {
		font-size: 14px;
		display: block;
		padding: 0 10px;
		border-right: 1px solid #333; 
		margin-bottom: 0;
	}

	.footer-link .inner .footer-nav  li a:hover {
		text-decoration: underline; 
	}
	.footer-link .inner .footer-nav  li:first-child a {
		border-left:1px solid #333; 
	}
	.footer-link .inner .footer-nav  li:nth-child(4) a {
		border-left:none; 
	}
	.footer-link .inner .copy {
		text-align: center;
		font-size: 12px;
	}
}


@media (min-width: 1px) and (min-width: 1200px) {	
	.footer-link {
		background: #fff;
		padding: 30px 0; 
	}
	.footer-link .inner {
		width: 1200px;
		margin: 0 auto;
	}
	.footer-link .inner .footer-nav {
		padding: 25px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; 
	}

	.footer-link .inner .footer-nav li a {
		font-size: 14px;
		display: block;
		padding: 0 10px;
		border-right: 1px solid #333; 
		margin-bottom: 0;
	}

	.footer-link .inner .footer-nav li a:hover {
		text-decoration: underline; 
	}
	.footer-link .inner .footer-nav li:first-child a {
		border-left:1px solid #333; 
	}
	.footer-link .inner .footer-nav  li:nth-child(4) a {
		border-left:none; 
	}
	.footer-link .inner .copy {
		text-align: center;
		font-size: 12px;
	}
}



