@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav li.nav-effort a:after {
  bottom: 0px!important;
  height: 4px!important;
  opacity: 1!important;
	background-color: #fff!important;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.footcare h2 {
	font-size: 2.5rem;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
}

.footcare h2:before, .footcare h2:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.footcare h2:before {
  border-left: solid 1px #363636;
  border-top: solid 1px #363636;
  top:0;
  left: 0;
}

.footcare h2:after {
  border-right: solid 1px #363636;
  border-bottom: solid 1px #363636;
  bottom:0;
  right: 0;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.footcare h2 {
	font-size: 2.1rem;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.footcare h2 {
	font-size: 1.8rem;
}

}

