@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
}
#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: 'Noto Sans JP', sans-serif;
	min-width: 1200px;
}
#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 p {
  font-family: 'Noto Sans JP', sans-serif;
}
#freePage--pc .sp_only {
  display: none !important;
}
#freePage--pc .mt100 {
	margin-top: 100px;
}
#freePage--pc .mb30 {
	margin-bottom: 30px;
}
#freePage__inner {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden; 
  z-index: 0;
  background: #ffffff;
}

#freePage--pc .dflex {
	display: flex;
	justify-content: space-between;
	
}
#freePage--pc .w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*****/
#header, #footer {
  z-index: 99999999 !important;
  background-color: #fff;
}

/*mv*/

#freePage--pc .mv {
	position: relative;
	background: #fff;
	width: 1200px;
	margin: 0 auto;
}
#freePage--pc .mv .img {
	margin-left: -360px;
	margin-right: -360px;
}

/*inner*/
#freePage--pc .inner {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-top: 70px;
}
#freePage--pc .bg {
	position: absolute;
	top: 0;
	left: -360px;
	right: -360px;
}
#freePage--pc .box {	
	position: relative;
	width: 1100px;		
	z-index: 5;
	margin: 0 auto 70px;
}
#freePage--pc .box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -5px;
	right: -5px;
	border-radius: 13px;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}

#freePage--pc .box_content {
	position: relative;
	z-index: 5;
	background: #fff;
	border-radius: 13px;
	border: 4px solid #FAAA63;
}

#freePage--pc .box_top {
	padding-top: 40px;
	padding-bottom: 35px;
	background: #FAAA63;
	position: relative;
}
#freePage--pc .box_top .box_price {
	background: #fff;
	border-radius: 11px;
	width: 380px;
	height: 50px;
	display: flex;
	align-content: center;
	justify-content: center;	
	margin: 15px auto 0;
	align-items: center;
}
#freePage--pc .box_top .box_price p {
	font-size: 25px;
	font-weight: bold;
	color: #FF5C6D;
	line-height: 1;
}
#freePage--pc .box_top .box_price span {
	font-size: 18px;
}
#freePage--pc .box_top .icon {
	position: absolute;
	top: -4px;
	left: 225px;
}
#freePage--pc .box_des {
	padding: 35px 0;
	text-align: center;
}
#freePage--pc .box_des p {
	font-size: 18px;
	line-height: 37px;
	color: #4B4B4B;
}
#freePage--pc .box_des p span {
	font-weight: bold;
}
#freePage--pc .box_img_detail {
	text-align: center;
	padding: 40px 0;
	color: #FF5C6D;
	font-size: 21px;
	font-weight: bold;
}
#freePage--pc .items {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
#freePage--pc .item {
	width: 288px;
	height: 430px;
	background: rgba(255,238,167,0.12);
	border-radius: 10px;
	display: flex;
	align-items: center;	
	text-align: center;
	justify-content: center;
}
#freePage--pc .item_des {
	padding: 10px 0;
	
}
#freePage--pc .item_des p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	color: #4B4B4B;
}
#freePage--pc .box_btn {
	margin-top: 50px;
	margin-bottom: 55px;
}

/**/
#freePage--pc .box02 .box_content {	
	border: 4px solid #62BFDB;
}
#freePage--pc .box02 .box_top {	
	background: #62BFDB;
}

#freePage--pc .box02 .item {
	background: rgba(237,250,255,1);
	
}
/**/
#freePage--pc .box03 .box_content {	
	border: 4px solid #FF9F9F;
}
#freePage--pc .box03 .box_top {	
	background: #FF9F9F;
}

#freePage--pc .box03 .item {
	background: #FFF7F8;
	
}

/**/
#freePage--pc .box04 .box_content {	
	border: 4px solid #D8A292;
}
#freePage--pc .box04 .box_top {	
	background: #D8A292;
}

#freePage--pc .box04 .item {
	background: #FFF7F8;
	
}
/**/
#freePage--pc .box_bottom_full {	
	position: relative;
	z-index: 9;
	background: rgba(255,255,255,0.6);
}
#freePage--pc .box_bottom {
	padding: 70px 0;	
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}
#freePage--pc .t_bold {
	font-weight: bold;
	font-size: 16px;
	
}
#freePage--pc .t_red {
	color: #FF0000 !important;
}
#freePage--pc .box_bottom li p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
#freePage--pc .box_bottom li {
	padding-left: 15px;
	text-indent: -18px;
}
#freePage--pc .box_bottom img {
	padding-top: 30px;
	margin-left: 55px;
}

#freePage--pc .box_btn_all {
	padding: 60px 0;
	background: #ecdcb0;
	text-align: center;
}
#freePage--pc .box_btn_all a {
	display: inline-block;
}
#freePage--pc .box_btn_all.style02 {
	background: #ecdcb0;
}