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

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

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

.point li:last-child {
  margin-bottom: 0;
}
.point__item {
  font-size: 120%;
  font-weight: bold;
	padding-left: 1.2em; /*1em（1文字）分、右に動かす*/
	text-indent: -1.2em; /*最初の行だけ1em（1文字）分、左に動かす*/
  margin-bottom: 20px;
}
.point__item:before{
	content: "\f0da";
  color: var(--color01);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

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

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


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

}


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

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

.point__item {
  font-size: 110%;
}

}

