#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_bold {
	font-weight: bold;
}
/*****/
#header, #footer {
  z-index: 99999999 !important;
  background-color: #fff;
}

#freePage__inner .bg {
	position: absolute;
	top: 0;
	left: 0;	
}
/*box top*/
#freePage--pc .box_top {
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1;
	background: #f5d739;
	
}

#freePage--pc .box_top.style02 {
	background: #ff5f76;
	color: #ffffff;
}
#freePage--pc .box_top.style03 {
	background: #00acda;
	color: #ffffff;
}

/*box*/
#freePage--pc .box {
	padding: 50px 0;
}
#freePage--pc .box_content {
	width: 900px;
	margin: 0 auto;
}
#freePage--pc .box.box01 {
	background: #fcf09c;
}
#freePage--pc .box.box02 {
	background: #d5eeee;
}
#freePage--pc .box.box02 .box_item .box_item_ttl {	
	background: #70c6ef;
}
#freePage--pc .box.box03 {
	background: #fcf09c;
}
#freePage--pc .box.box03 .box_item .box_item_ttl {	
	background: #fdc236;
}
#freePage--pc .box.box04 {
	background: #d5eeee;
}
#freePage--pc .box.box04 .box_item .box_item_ttl {	
	background: #70c6ef;
}
#freePage--pc .box .box_item {
	border-radius: 30px;
	background: #ffffff;
	width: 900px;
}
#freePage--pc .box .box_item .box_item_ttl {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	background: #fdc236;
	border-radius: 30px 30px 0 0;
	font-weight: bold;
	letter-spacing: 2px;
}
#freePage--pc .box .box_item_content {
	padding: 40px;
	display: flex;
}
#freePage--pc .box .box_item .item_img {
	width: 400px;
	text-align: center;
}
#freePage--pc .box .box_item .item_detail {
	width: calc(100% - 400px);
	text-align: center;
		
}
#freePage--pc .box .box_item .item_detail .txt {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	color: #72321a;
}
#freePage--pc .box .box_item .item_detail .item_ttl {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #ff5f76;
	padding-top: 30px;
}
#freePage--pc .box .box_item .item_des .txt01 {
	font-size: 13px;
	color: #72321a;
	font-weight: bold;
	padding-top: 12px;
}
#freePage--pc .box .box_item .item_des .text {
	font-size: 18px;
	color: #72321a;
	font-weight: bold;
	padding-top: 12px;
}
#freePage--pc .box .box_item .item_des .text .txt02 {
	font-size: 16px;
}
#freePage--pc .box .box_item .item_btn {
	margin-top: 15px;
}
#freePage--pc .box.box04 .box_item_content {
	flex-wrap: wrap;
	justify-content: center;
}
#freePage--pc .box.box04 .box_item_des {
	text-align: center;
	padding-top: 40px;
	font-size: 15px;
	line-height: 26px;
	color: #72321a;
	font-weight: bold;
}
#freePage--pc .box.box04 .product {
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
}
#freePage--pc .box.box04 .product_ttl {
	color: #ff5f76;
	font-size: 24px;
	line-height: 39px;
	padding-bottom: 15px;
	font-weight: bold;
}
#freePage--pc .box.box04 .product_point {
	margin: 15px 0;
}
#freePage--pc .box.box04 .product_des .txt01 {
	font-size: 18px;
	line-height: 1;
	color: #72321a;
	font-weight: bold;
}
#freePage--pc .box.box04 .product_des .txt02 {
	font-size: 16px;
	line-height: 1;
	color: #72321a;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
}
#freePage--pc .box.box04 .product04 .product_ttl_img {
	min-height: 261px;
}
#freePage--pc .box.box04 .product05 .product_ttl_img {
	min-height: 339px;
	display: flex;
    align-items: center;
}
/*btn_all*/
#freePage--pc .btn_all {
	padding: 60px 0;
	text-align: center;
	width: 100%;
	background: #fcf09c;
}
#freePage--pc .btn_all a {
	display: inline-block;
	
}
/*box-bottom*/
#freePage--pc .box-bottom {
	width: 1000px;
	margin: 40px auto;
}

#freePage--pc .box-bottom p {
	font-size: 13px;
	line-height: 26px;
	color: #333333;
	padding-left: 15px;
	text-indent: -15px;
	
}
#freePage--pc .box-bottom .red {
	color: #ff0000;
}
#freePage--pc .box-bottom .t_link {
	text-decoration: underline;
}
#freePage--pc .box-bottom .app {
	display: flex;
}
#freePage--pc .box-bottom .app .appstore {
	margin: 10px;
}