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

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

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

.lead h2 {
  color: #056db7;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px;
}
.lead h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #056db7;
  margin: 30px auto 0 auto;
}
.lead h3 {
  color: #1caf30;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  text-align: center;
}
.lead li {
  list-style-type: disc;
  background-color: #eee;
  list-style-position: inside;
  padding: 10px;
  margin-bottom: 20px;
}

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

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


}


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

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

.lead h2 {
  font-size: 3.3rem;
  margin-bottom: 30px;
}
.lead h3 {
  font-size: 2.5rem;
}

}

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

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

.lead h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.lead h2:after {
  width: 70px;
  margin: 20px auto 0 auto;
}
.lead h3 {
  font-size: 1.7rem;
}
.lead li {
  padding: 7px;
  margin-bottom: 15px;
}

}

