#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: #fffcf2;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#freePage--pc .dflex {
	display: flex;
	justify-content: space-between;
	
}

/*****/
#header, #footer {
  z-index: 99999999 !important;
  background-color: #fff;
}

#freePage--pc .w940 {
	width: 940px;
	margin: 0 auto;
}
/*box01*/
#freePage--pc .box_inner {
	position: relative;
}
#freePage--pc .box_inner_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#freePage--pc .box01 {
	padding: 70px 0;
	text-align: center;
	position: relative;
	z-index: 5;
}
#freePage--pc .box01_subttl {
	font-size: 25px;
	font-weight: 500;
	color: #104F76;	
}
#freePage--pc .box01 .txt01 {
	font-size: 20px;
	line-height: 35px;
	color: #104F76;
	font-weight: 500;
	padding-bottom: 20px;
}
#freePage--pc .box01 .txt02 {
	font-size: 18px;
	line-height: 32px;
	color: #104F76;
	font-weight: 500;
	padding-top: 20px;
}
#freePage--pc .box01 .icon01 {
	position: absolute;
	top: 138px;
	left: 940px;
	animation: clickmove 1s ease-in-out 0s infinite;
}
#freePage--pc .box02 .icon02 {
	position: absolute;
	top: 575px;
	left: 940px;
	animation: clickmove 1s ease-in-out 0s infinite;
}
#freePage--pc .box02 .icon03 {
	position: absolute;
    top: -11px;
    left: 141px;
	animation: clickmove 1s ease-in-out 0s infinite;
}
#freePage--pc .icon04 {
	position: absolute;
    top: 38px;
    left: 808px;
	animation: clickmove 1s ease-in-out 0s infinite;
}
/**/
#freePage--pc .box02 {
	padding: 150px 0 70px;
	text-align: center;
	position: relative;
	z-index: 5;
}
#freePage--pc .box02_subttl {
	font-size: 25px;
	font-weight: 500;
	color: #104F76;	
}
#freePage--pc .box_img {
	margin-top: 20px;
}

#freePage--pc .line {
	margin: 30px 0;
}
#freePage--pc .box_des .txt1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
#freePage--pc .box_des .txt1 .txt1_color {
	height: 32px;
	width: 32px;
	background: #9C9D98;
	display: inline-block;
	margin-right: 15px;
}
#freePage--pc .box_des .txt1_text {
	font-size: 18px;
	color: #104F76;
}
#freePage--pc .box_des_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
#freePage--pc .box_des_bottom .price {
	font-size: 35px;
	font-weight: bold;
	color: #104F76;
	margin-right: 40px;
}
#freePage--pc .box_des_bottom .price span {
	font-size: 24px;
}
#freePage--pc .box_des_bottom .text {
	font-size: 21px;
	line-height: 37px;
	color: #104F76;
	text-align: left;
}
#freePage--pc .box03 {
	padding-top: 120px;
	padding-bottom: 70px;
	text-align: center;
	position: relative;
	z-index: 5;
}
#freePage--pc .box03 .box_des .txt1 .txt1_color {	
	background: #E1B598;
}
/**/
#freePage--pc .box_bottom {
	padding: 200px 0 60px;
	width: 1000px;
	margin: 0 auto;	
	position: relative;
	z-index: 5;
}
#freePage--pc .t_bold {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
#freePage--pc .box_bottom li p.t_red{
	color: #F00000;
}
#freePage--pc .box_bottom li p {
	font-size: 16px;
	line-height: 28px;
	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); } }