#freePage--pc {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: -30px;
  position: relative;
	font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
}
#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;
}

#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;
}

#freePage--pc .dflex {
	display: flex;
	justify-content: space-between;
	
}

/*****/
#freePage--pc .des {
	position: relative;
}
#freePage--pc .des_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#freePage--pc .des_txt .txt01 {
	font-size: 26px;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
}
#freePage--pc .des_txt .txt02 {
	font-size: 18px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	width: 100%;
}

/*****/
#freePage--pc .box {
	position: relative;
	padding-bottom: 65px;
}
#freePage--pc .box .box_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#freePage--pc .box .box_ttl {
	text-align: center;
	padding: 45px 0;
	background: #e43e65;
}
#freePage--pc .box .box_content {
	position: relative;
}

#freePage--pc .box .box_subttl {
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	color: #53342b;
	font-size: 38px;
}
#freePage--pc .box .box_des {
	font-size: 18px;
	line-height: 33px;
	color: #53342c;
	text-align: center;
	padding-bottom: 15px;
}
#freePage--pc .box .box_item_des {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}
#freePage--pc .box .txt01 {
	font-size: 22px;
	font-weight: bold;
	color: #533611;
	line-height: 35px;
}
#freePage--pc .box .txt02 {
	font-size: 22px;
	color: #533611;
	line-height: 35px;
}
#freePage--pc .box .txt02 span {
	font-size: 18px;
}
#freePage--pc .box .txt03 {
	font-size: 19px;
	color: #533611;
	line-height: 35px;
}
#freePage--pc .box .box_item_note p {
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #533611;
}

#freePage--pc .box.box01 .box_items {
	width: 900px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#freePage--pc .box.box01 .box_items .box_item {
	width: 50%;
	text-align: center;
	position: relative;
}
#freePage--pc .box.box01 .box_items .box_item_icon {
	position: absolute;
	top: -10px;
	right: -60px;
}
#freePage--pc .box.box02 .box_ttl {
	background: #ff7f00;
}

#freePage--pc .box.box03 .box_items02 {
	margin-top: 60px;
}
#freePage--pc .box.box04 .box_ttl {
	background: #ff7f00;
}

/***/
#freePage--pc .box_btn {
	text-align: center;
	padding: 50px 0;
	background: #fbedfa;
	position: relative;
}

/** box bottom **/
#freePage--pc .box-bottom {
	background: #fff;
	padding: 30px 0 30px 50px;
	width: 100%;

}
#freePage--pc .box-bottom-tt {
/*	margin-bottom: 20px;*/
}
#freePage--pc .box-bottom-des {
	margin-bottom: 0;
}
#freePage--pc .box-bottom p {
	font-size: 16px;
	line-height: 33px;
	color: #434343;
	letter-spacing: 0;	
}
#freePage--pc .box-bottom .c_red {
	color: #f72525;
}
