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

.gnav li.nav-strength a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}

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

.tit-cmn03 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.policy li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}
.policy li:last-child {
	margin-bottom: 0;
}

.policy dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.policy dl {
	margin-bottom: 20px;
}
.policy .bt-cmn03 {
	width: 30%;
}


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

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


}


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

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

.policy .bt-cmn03 {
	width: 60%;
}

}

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

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


.policy .bt-cmn03 {
	width: 80%;
	margin: 0 auto;
}

}

