@charset "utf-8";

/* ----------------------------------------------
	areaMain/top
---------------------------------------------- */
body.newspec #areaMain .sectionContents {/*newspec.html*/
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url("../img/newspec/to_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
  height: 60.83vw; /* 1920/1168 */
}

@media (max-width:992px){
body.newspec #areaMain .sectionContents {/*newspec.html*/
	background: none;
	height: auto;
}
}
/* ----------------------------------------------
	top_footer/footer
---------------------------------------------- */
#top_footer, 
#footer {
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  height: 7.447vw;
	box-sizing: border-box;
	background-image: url("../img/top/to_footer_base.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	/*padding-top: 0.28%;*/
  z-index: 20;
}

#top_footer.active {
  display: none;
}

#top_footerInr,
#footerInr {
	position: relative;
	width: auto;
	overflow: visible;
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*padding: 0 0.76% 0 1.39%;*/
  top: 1.0vw;
}


/* ----------------------------------------------
	スマホフッター
---------------------------------------------- */
@media (max-width:992px){
#top_footer {
  display: none;
}

#footer {
  position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
  height: 61.333vw;
	/*box-sizing: border-box;*/
	background-image: url("../img/top/to_footer_base_sp.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
  margin-top: -8.5%;
  padding-top: 0.0%;
}

#footerInr {
  width: 100%;
  height: 100%;
  top: 0
}

#footer .indexBanner {
  position: absolute;
  left: 3.866%;
  top: 5.466vw;
	width: 92.266%;
}

#footer .indexBanner li {
	margin-right: 0;
	width: 48.46%;
}

#footer .indexBanner li:nth-child(1) {
	width: 100%;
	margin: 0 auto;
}

#footer .indexBanner li:nth-of-type(n+2) {
	margin-top: 1.83%;
}

#footer .indexBanner li:nth-child(even) {
	margin-right: 2.11%;
}
}



/* ----------------------------------------------
	complete
---------------------------------------------- */
#top_footer .to_complete,
#footer .to_complete {
  position: absolute;
	/*width: 8.489%;*/
	width: 25.05%;
	/*left: 59.583%;
	left: 59.583%;
  top: 1.822vw;*/
	left: 65.583%;
  top: 2.24vw;
}

@media (max-width:992px){
#footer .to_complete {
  position: absolute;
	/*width: 32.666%;*/
	width: 73.733%;
	/*left: 23.6%;*/
	left: 13.13%;
  /*top: 22.133vw;*/
	top: 17.6995vw;
}
}

background-color: aqua;

}



/* ----------------------------------------------
	caution
---------------------------------------------- */
#top_footer .to_caution,
#footer .to_caution {
  position: absolute;
	width: 25.625%;
	left: 32.083%;
  top: 2.343vw;
}

@media (max-width:992px){
#footer .to_caution {
  position: absolute;
	width: 91.2%;
	left: 4.4%;
  top: 39.733vw;
}
}


/* ----------------------------------------------
	copyright
---------------------------------------------- */
#top_footer .to_copylight,
#footer .to_copylight {
  position: absolute;
	width: 28.541%;
	left: 1.77%;
  top: 2.7vw;
}

@media (max-width:992px){
#footer .to_copylight {
  position: absolute;
	width: 86.4%;
	left: 6.8%;
  top: 52.266vw;
}
}





