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

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

.lead__ill {
  display: block;
  width: 200px;
  border-radius: 0!important;
  margin: 0 auto 20px auto;
}
.checkup-list {
  width: 70%;
  margin: 0 auto;
}
.checkup-list__item {
  font-family: var(--font01);
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #def6ff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
.checkup-list__item span {
	display: inline-block;
  background: url("../images/cmn-images/icon-check.png") 0 6px no-repeat;
  background-size: 30px;
  padding: 5px 0 5px 40px;
}

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

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


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

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

.checkup-list {
  width: 100%;
}
}

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

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

.lead__ill {
  width: 150px;
}
.checkup-list__item {
  font-size: 1.6rem;
  padding: 12px;
  margin-bottom: 15px;
}
.checkup-list__item span {
  background: url("../images/cmn-images/icon-check.png") 0 8px no-repeat;
  background-size: 20px;
  padding: 5px 0 5px 27px;
}
}

