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

.page-tit {
  background: url("../images/adviser-images/page-bg.jpg") 50% 0 no-repeat;
}

.nav-adviser a {
  color: #003670!important;
  background-color: rgba(255,255,255,0.8);
}

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

.lead {
  background-image: url("../images/adviser-images/image01.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 450px) 50%;
}
.lead .txt {
  width: 48%;
  float: right;
}
.merit dl {
  margin-bottom: 30px;
}
.merit dl:last-child {
  margin-bottom: 0;
}
.merit dl dt {
  color: #003670;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}

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

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


}


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

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


}

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

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

.lead {
  background-image: none;
}
.lead .txt {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.merit dl {
  margin-bottom: 25px;
}
.merit dl dt {
  font-size: 1.7rem;
}
.fee td.tit {
  width: 15%;
}

}

