#freePage--pc {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: -30px;
  position: relative;
}
#freePage--pc a, #freePage--pc p, #freePage--pc ul, #freePage--pc li, #freePage--pc h1, #freePage--pc h2, #freePage--pc h3, #freePage--pc h4, #freePage--pc h5, #freePage--pc h6, #freePage--pc img {
  font-size: inherit;
  line-height: 1.7;
}

#freePage--pc img {
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 100%;
}

#freePage--pc .sp_only {
  display: none !important;
}

#freePage__inner {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden; 
  z-index: 0;
	background: #fff;
   font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
	
}

#freePage--pc .dflex {
	display: flex;
	justify-content: space-between;
	
}
#freePage--pc .t_middle {
	vertical-align: middle;
}

/*****/
#header, #footer {
  z-index: 99999999 !important;
  background-color: #fff;
}

#freePage--pc .w940 {
	width: 940px;
	margin: 0 auto;
}
/*mv*/
#freePage--pc .mv {
	position: relative;	
	
}


#freePage--pc .mv_txt {
	padding: 100px 0 60px;
	position: relative;
	background: #F3ECE1;
	text-align: center;
}
#freePage--pc .mv_txt .txt01 {
	padding-top: 16px;
	font-size: 25px;
	color: #242946;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	
}
#freePage--pc .mv_txt .txt02 {
	font-size: 16px;
	color: #242946;
	line-height: 36px;
	text-align: center;	
	
	padding-top: 24px;
	padding-bottom: 40px;
}

/**/
#freePage--pc .block {
	background: url("../img/usr/freepage/heidi_202509/bg.png") repeat-y;
}
#freePage--pc .block .ttl02 {
	margin-top: 160px;
}
#freePage--pc .box_content {
	width: 850px;
	margin: 0 auto;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 10px;
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
}
#freePage--pc .box {
	position: relative;
}
#freePage--pc .box .icon02 {
	position: absolute;
	bottom: -100px;
	right: 0;
	z-index: 2;
}
#freePage--pc .box .icon03 {
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: 2;
}
#freePage--pc .box.box05,
#freePage--pc .box.box09,
#freePage--pc .box.box01 {
	margin-top: -80px;
}
#freePage--pc .box.box02 .box_icon {
    padding-top: 30px;
    padding-left: 100px;
    text-align: left;
    margin-bottom: -155px;
    position: relative;
}
#freePage--pc .box_img {
	margin-bottom: 30px;
}
#freePage--pc .box_note {
	margin-bottom: 25px;
}
#freePage--pc .box_ttl {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #CC2224;
	padding-bottom: 20px;
}
#freePage--pc .box_des p {
	font-size: 18px;
	line-height: 32px;
	color: #242946;
	font-weight: bold;
	letter-spacing: 1.6px;
}
#freePage--pc .box_icon {
	padding-top: 30px;
	padding-left: 100px;
	text-align: left;
}
#freePage--pc .box_icon img {
	display: inline;
}
#freePage--pc .item_img {
	margin-bottom: 30px;
}
#freePage--pc .item_point {
	margin-bottom: 50px;
}
#freePage--pc .item_des .txt01 {
	font-size: 26px;
	line-height: 1;
	color: #141414;
	font-weight: bold;
	padding-bottom: 15px;
}
#freePage--pc .item_des .txt01 span {
	font-size: 16px;
}
#freePage--pc .item_des .txt02 {
	font-size: 18px;
	line-height: 31px;
	color: #141414;
	padding-bottom: 45px;
}
#freePage--pc .box_btn {
	margin-top: 100px;
	padding-bottom: 60px;
}
/**/
#freePage--pc .box_bottom {
	padding: 40px 0 60px;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	
}
#freePage--pc .t_bold {
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 10px;
}
#freePage--pc .box_bottom li p {
	font-size: 13px;
	line-height: 26px;
	color: #333333;
	padding-left: 15px;
	text-indent: -15px;
}
#freePage--pc .box_bottom li {
	padding-left: 15px;
/*	text-indent: -25px;*/
}
#freePage--pc .box_bottom img {
	padding-top: 30px;
}

@keyframes clickmove { 0% { transform: rotate(0deg); }
  49% { transform: rotate(0deg); }
  50% { transform: rotate(6deg); }
  99% { transform: rotate(6deg);}
  100% { transform: rotate(0deg); } }