body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}
#Wrapper {
	line-height: 1.6;
	color: #1A1A1A;
	overflow: hidden;
}
a:link,
a:visited {
	color: #4ccdd6;
	text-decoration: none;
}
a:hover {
	color: #4ccdd6;
	text-decoration: underline;
}

@media screen and (min-width: 768px){

body {
	min-width: 1040px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* ---------------------------------------
   ヘッダー
---------------------------------------- */

#header {
	position: fixed;
	min-width: 1040px;
	height: 90px;
	z-index: 100;
}
#header-innner {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
}
#mobile-head {
	position: relative;
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}
#mobile-head #tpoint-logo {
	position:absolute;
	left:20px;
	top:10px;
	width: 155px;
}
#mobile-head #tpoint-logo img {
	width:80px;
}
#mobile-head #site-logo {
	position:absolute;
	left:20px;
	top:42px;
	width: 140px;
}
#mobile-head #site-logo img {
	width: 140px;
}
#mobile-head .menu {
	display: none;
}
.open #mobile-head #site-logo {
	display: none;
}
#nav-toggle {
	display: none;
}
#menu {
	min-width: 820px;
	margin-top: 20px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 999;
}
#menu a {
	color: #000;
}
#menu img {
	vertical-align: middle;
}
.open #menu {
	-webkit-transform: translateY(540px);
	transform: translateY(540px) !important;
}
#menu #menu-inner > ul {
	position: static;
	list-style: none;
	right: 0;
	bottom: 0;
	height: 70px;
	font-size: 12px;
	color: #fff;
	-webkit-padding-start: 0;
}
#menu #menu-inner > ul > li {
	float: left;
	position: static;
	padding: 0 10px;
	border-left: 1px solid #1A1A1A;
	margin-top: 30px;
}
#menu #menu-inner > ul > li.btn_area_pc {
	padding: 0;
}
#menu #menu-inner > ul > li a:hover {
	color: #808080;
	text-decoration: none;
}
#menu #menu-inner > ul > li:first-child {
	border-left: none;
}
#menu #menu-inner > ul > li#btn {
	padding: 0 0 0 10px;
	border-left: none;
	margin-top: 20px;
}
#menu #menu-inner > ul > li div#entry_btn a {
	display: block;
    width: 170px; 
	height: 30px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
    color: #fff;
    background: #F4403B;
    border-radius: 15px;
}
#menu #menu-inner > ul > li div#entry_btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
#menu #menu-inner > ul #btn-close {
	display: none;
}

#menu #menu-inner > ul .btn_area_pc{
	border:none;
	margin-top:19px;
}

#menu #menu-inner > ul .btn_area_pc ul li{
	float:left;
	margin-right:10px;
}

#menu #menu-inner > ul .btn_area_pc ul li:last-child{
	margin-right:0;
}

#menu #menu-inner > ul .btn_area_pc ul li a img{
	width:110px;
}

#menu #menu-inner > ul .btn_area_pc ul li:last-child a img{
	width:108px;
}

#menu #menu-inner > ul .btn_area_pc ul li a:hover img{
	opacity:0.7;
}

#menu #menu-inner > ul .download {
	display: none;
}

/* ---------------------------------------
   アンカーリンク調整
---------------------------------------- */
#point_area,#function_and_etc_area,#etc_inr_area,#voice,#chara {
	display: block;
	padding-top: 30px;
	margin-top: -30px;
}

/* ---------------------------------------
   キービジュアル
---------------------------------------- */

#keyvisual {
	width: 100%;
	height: 773px;
	overflow: hidden;
	background: url(../images/kv.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 70px;
}
#keyvisual #key_inr {
	width: 658px;
	margin: 50px auto 0;
}
#keyvisual #key_inr h2 {
	width: 658px;
	height: 452px;
	background: url(../images/kv_img01_241216.png) no-repeat;
}
#keyvisual #key_inr img {
	display: none;
}
#mobile-head #tpoint-logo_sp {
	display: none;
}


/* ---------------------------------------
   キービジュアル下 青帯
---------------------------------------- */
#kv_3step {
	position: relative;
	width: 100%;
	height: 218px;
	margin: -218px 0 30px;
	background: rgba(76,205,214,0.40);
}
#kv_3step #kv_3step_inr {
	position: absolute;
	min-width: 1000px;
	height: 282px;
	top: -35px;
	left: 50%;
	margin-left: -500px;
}
#kv_3step #kv_3step_inr p {
	display: block;
	width: 986px;
	height: 282px;
	background: url(../images/kv_img02.png) no-repeat;
}
#kv_3step #kv_3step_inr img {
	display: none;
}

/* ---------------------------------------
   無料でダウンロード
---------------------------------------- */
.download {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 85px;
	text-align: center;
}

.download h3 {
	font-size:35px;
	color:#4ccdd6;
	text-align:center;
	margin-bottom:45px;
}

.download ul {
	width:572px;
	margin:0 auto;
}

.download ul li {
	float:left;
	font-size:14px;
	text-align:center;
}

.download ul li:last-child {
	float:right;
}

.download ul li img {
	margin-bottom:10px;
	width:273px;
	display:block;
}

.download ul li a:hover img {
	opacity:0.7;
}
/* ---------------------------------------
   You Tube
---------------------------------------- */
#youtube_area iframe{
	width: 960px;
	height: 503px;
	display: block;
	margin: 0 auto 85px;
}
/* ---------------------------------------
   お知らせ
---------------------------------------- */
#info {
	width: 100%;
	padding: 70px 0;
	background: #4CCDD6;
}
#info:after {
	content: "";
	display: block;
	clear: both;
}
#info h3 {
	font-size: 45px;
	margin-bottom: 35px;
	color: #fff;
	text-align: center;
}
#info #info_inr {
	width: 960px;
	margin: 0 auto;
	background:#fff;
	padding:20px 0 0;
}

#info #info_inr ul {
	max-height:371px;
	overflow-y:auto;
	overflow-x:hidden;
	padding: 0 0 0 40px;
	-webkit-overflow-scrolling: touch;
}

#info #info_inr ul li {
	padding: 0 0 15px 0;
	width: 880px;
	min-height:127px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom:15px;
}

#info #info_inr ul li:last-child {
	border-bottom: none;
}

#info #info_inr ul li img {
	float: left;
	margin-right:25px;
	width:140px;
}

#info #info_inr ul li .info_cnt {
	float: left;
	color:#1a1a1a;
	width:715px;
	padding-top:10px;
}

#info #info_inr ul li .info_cnt .data {
	font-size:16px;
	font-weight:bold;
	margin-right:16px;
}

#info #info_inr ul li .info_cnt .data + span {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#f3403b;
	padding:1px 10px 0;
	line-height:1;
}

#info #info_inr ul li .info_cnt .entry_cnt{
	font-size:14px;
	margin-top:5px;
	line-height:1.6;
}

#info #info_inr ul li .info_cnt a{
	display: block;
	font-size:12px;
	color:#2256d0;
	text-align: right;
	text-decoration:underline;
}

#info #info_inr ul li .info_cnt a:hover{
	text-decoration:none;
}

#info #info_inr .info_bottom {
	width: 100%;
	height: 7px;
	background: url(../images/info_bottom.jpg) repeat-x bottom;
	background-size:340px 7px;
}

.slideBtn,.closeBtn {
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


/* ---------------------------------------
   アプリの特徴
---------------------------------------- */
#point {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0 30px;
	background: #fff;
}
#point h3 {
	font-size: 45px;
	margin-bottom: 35px;
	color: #4CCDD6;
	text-align: center;
}
#point p {
	float: left;
	font-size: 13px;
}
#point p span {
	font-size: 11px;
}
#point .block01	{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
#point .block01:after {
	content: "";
	display: block;
	clear: both;
}
#point .block01 .txtarea {
	float: left;
	width: 600px;
}
#point .block01 .txtarea h4 {
	font-size: 26px;
	padding-top: 70px;
	margin-bottom: 30px;
	background: url(../images/point01_number.png) top left no-repeat;
}
#point .block01 .ph {
	float: right;
	width: 340px;
	height: 260px;
	background: url(../images/point01_img.png) no-repeat;
}
#point .block02	{
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
#point .block02:after {
	content: "";
	display: block;
	clear: both;
}
#point .block02 .txtarea {
	float: right;
	width: 475px;
}
#point .block02 .txtarea h4 {
	font-size: 26px;
	padding-top: 70px;
	margin: 35px 0 30px;
	background: url(../images/point02_number.png) top left no-repeat;
}
#point .block02 .ph {
	float: left;
	width: 440px;
	height: 316px;
	margin-right: 45px;
	background: url(../images/point02_img_241216.png) no-repeat;
}
#point .block03	{
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
#point .block03:after {
	content: "";
	display: block;
	clear: both;
}
#point .block03 .txtarea {
	float: left;
	width: 500px;
}
#point .block03 .txtarea h4 {
	font-size: 26px;
	padding-top: 70px;
	margin: 25px 0 30px;
	background: url(../images/point03_number.png) top left no-repeat;
}
#point .block03 .ph {
	float: right;
	width: 417px;
	height: 265px;
	background: url(../images/point03_img.png) no-repeat;
}
#point .block04	{
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
#point .block04:after {
	content: "";
	display: block;
	clear: both;
}
#point .block04 .txtarea {
	float: right;
	width: 475px;
}
#point .block04 .txtarea h4 {
	font-size: 26px;
	padding-top: 70px;
	margin: 75px 0 30px;
	background: url(../images/point04_number.png) top left no-repeat;
}
#point .block04 .ph {
	float: left;
	width: 440px;
	height: 316px;
	margin-right: 45px;
	background: url(../images/point04_img.png) no-repeat;
}
#point .block05:after {
	content: "";
	display: block;
	clear: both;
}
#point .block05 .txtarea {
	float: left;
	width: 500px;
}
#point .block05 .txtarea h4 {
	font-size: 26px;
	padding-top: 70px;
	margin: 75px 0 30px;
	background: url(../images/point05_number.png) top left no-repeat;
}
#point .block05 .ph {
	float: right;
	width: 445px;
	height: 316px;
	background: url(../images/point05_img.png) no-repeat;
}
#point img {
	display: none;
}

/* ---------------------------------------
   アプリの主な機能について & その他
---------------------------------------- */
#function_and_etc {
	min-width: 100%;
	padding: 70px 0 110px;
	background: #F2F2F2;
	
}
#function_and_etc:after {
	content: "";
	display: block;
	clear: both;
}

#function_and_etc #function_inr {
	width: 960px;
	margin: 0 auto;	
}
#function_and_etc #function_inr h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #242D3C;
	text-align: center;
}
#function_and_etc #function_inr h3:before, #function_and_etc #function_inr h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 300px;
	height: 1px;
	background-color: #242D3C;
}
#function_and_etc #function_inr h3:before { left: 0; }
#function_and_etc #function_inr h3:after { right: 0; }
#function_and_etc #function_inr ul#function {
	width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;	
}
#function_and_etc #function_inr ul#function li {
	display: block;
	width: 470px;
	padding: 45px 0 40px;
	margin: 0 0 20px;
	text-align: center;
	background: #fff;
}
#function_and_etc #function_inr ul#function p {
	font-size: 13px;
}
#function_and_etc #function_inr ul#function li h4 {
	font-size: 22px;
	padding-top: 80px;
	color: #4CCDD6;
	margin-bottom: 25px;
	font-weight: bold;
}
#function_and_etc #function_inr ul#function li h4#fun01 {
	background: url(../images/function01_icon.png) top center no-repeat;
}
#function_and_etc #function_inr ul#function li h4#fun02 {
	background: url(../images/function02_icon.png) top center no-repeat;
}
#function_and_etc #function_inr ul#function li h4#fun03 {
	background: url(../images/function03_icon.png) top center no-repeat;
}
#function_and_etc #function_inr ul#function li h4#fun04 {
	background: url(../images/function04_icon.png) top center no-repeat;
}
#function_and_etc #function_inr ul#function li h4#fun05 {
	background: url(../images/function05_icon.png) top center no-repeat;
}
#function_and_etc #function_inr dl#function02 {
	width: 960px;
	padding: 35px 35px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#function_and_etc #function_inr dl#function02:after {
	content: "";
	display: block;
	clear: both;
}
#function_and_etc #function_inr dl#function02 dt {
	float: left;
	display: block;
	margin-right: 60px;
	font-size: 22px;
	color: #4CCDD6;
	font-weight: bold;
}
#function_and_etc #function_inr dl#function02 dd {
	float: left;
	display: block;
	font-size: 13px;
	margin-right: 30px;
}
#function_and_etc #function_inr dl#function02 dd:last-of-type {
	margin-top: 1em;
	margin-left: 200px;
}
#function_and_etc #function_inr ul#function02 p {
	font-size: 13px;
}
#function_and_etc #etc_inr {
	width: 960px;
	padding-top: 70px;
	margin: 0 auto;	
}
#function_and_etc #etc_inr h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #242D3C;
	text-align: center;
}
#function_and_etc #etc_inr h3:before, #function_and_etc #etc_inr h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 416px;
	height: 1px;
	background-color: #242D3C;
}
#function_and_etc #etc_inr h3:before { left: 0; }
#function_and_etc #etc_inr h3:after { right: 0; }
#function_and_etc #etc_inr #txtarea {
	width: 960px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#function_and_etc #etc_inr #txtarea p {
	font-size: 13px;
}
#function_and_etc #etc_inr #txtarea p span {
	font-size: 20px;
	font-weight: bold;
}

/* ---------------------------------------
   利用者の声
---------------------------------------- */
#voice:after {
	content: "";
	display: block;
	clear: both;
}

#voice #voice_outer {
	min-width: 100%;
	background: #4CCDD6;
}

#voice #voice_inr {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0 100px;
}

#voice #voice_inr h3 {
	font-size: 45px;
	margin-bottom: 105px;
	color: #fff;
	text-align: center;
}

#voice #voice_inr ul {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

#voice #voice_inr li {
	width:32.3%;
	position:relative;
	padding:100px 25px 55px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-right:1.55%;
	background:#fff url(../images/voice_bottom.jpg) no-repeat bottom;
}

#voice #voice_inr li::before {
	position:absolute;
	top:-32px;
	left:50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	content:"";
}

#voice #voice_inr li:first-child::before {
	background:url(../images/icon01.png) no-repeat;
	background-size:cover;
	width:108px;
	height:108px;
}

#voice #voice_inr li:nth-child(2)::before {
	background:url(../images/icon02.png) no-repeat;
	background-size:cover;
	width:108px;
	height:108px;
}

#voice #voice_inr li:last-child::before {
	background:url(../images/icon03.png) no-repeat;
	background-size:cover;
	width:108px;
	height:108px;
}

#voice #voice_inr li:last-child {
	margin-right:0;
}

#voice #voice_inr li h4 {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:28px;
}

#voice #voice_inr li p {
	font-size: 13px;
}


/* ---------------------------------------
   SNS
---------------------------------------- */

#sns{
	border-bottom:1px solid #E5E5E5;
}

#sns ul{
	width:402px;
	margin:70px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	justify-content: center;
}

#sns li{
	width:24.8%;
	margin-right:12.8%;
}

#sns li:last-child{
	margin-right:0;
}

#sns li img{
	width:100%;
}

#sns li a:hover, #sns li a:hover img{
	opacity:0.7;
}

/* ---------------------------------------
   ＼レシーカ公式キャラクター／
---------------------------------------- */
#chara:after {
	content: "";
	display: block;
	clear: both;
}

#chara #chara_outer {
	min-width:100%;
	padding: 80px 0 95px;
	background:#eeeeee;
}

#chara h3{
	font-size:45px;
	text-align:center;
	color:#4d4d4d;
	font-weight:normal;
	margin-bottom:90px;
}

#chara #chara_inr{
	width:960px;
	margin:0 auto;
}

#chara #chara_inr ul{
	width:100%;
	margin-top:90px;
}

#chara #chara_inr ul li{
	width:100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:38px;
}

#chara #chara_inr ul li:last-child{
	margin-bottom:0;
}

#chara #chara_inr ul li:nth-child(odd){
	padding-right:55px;
	background:#fff url(../images/chara_right.jpg) center right repeat-y;
}

#chara #chara_inr ul li:nth-child(even){
	padding-left:55px;
	background:#fff url(../images/chara_left.jpg) center left repeat-y;
}

#chara #chara_inr ul li img, #chara #chara_inr ul li .txtarea{
	float:left;
}

#chara #chara_inr ul li:nth-child(even) img, #chara #chara_inr ul li:nth-child(even) .txtarea{
	float:right;
}

#chara #chara_inr ul li .txtarea{
	width:548px;
	padding:52px 0;
}

#chara #chara_inr ul li .txtarea h4{
	font-size:30px;
	font-weight:bold;
	margin-bottom:5px;
}

#chara #chara_inr ul li .txtarea h4 span{
	font-size:18px;
}

#chara #chara_inr ul li .txtarea h4 + p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#chara #chara_inr ul li .txtarea h4 + p + p{
	font-size:16px;
}


/* ---------------------------------------
   リンク
---------------------------------------- */

.underlink{
	text-align:center;
	padding:22px 0;
}

.underlink a{
	color:#4d4d4d;
	padding:0 33px;
}


/* ---------------------------------------
   トップに戻る
---------------------------------------- */
	
#gototop {
  width: 50px;
  bottom: 10px;
  right: 30px;
  position: fixed;
  z-index: 9999;
}
#gototop img {
  width: 100%;
}
	
}

@media screen and (min-width: 1180px){
	#menu {
		right: auto;
		left: 38.7%;
	}
}

@media screen and (max-width: 767px) {

.pc {
  display: none;
}
.sp {
  display: block;
}
.display-none--sp {
	display: none;
}
#Wrapper img {
	width: 100%;
	line-height: 0;
}
	
/* ---------------------------------------
   ヘッダー
---------------------------------------- */

/*#top-head {
	position: fixed;
	width: 100%;
	height: 70px;
	background:rgba(146,199,213,1.00);
	z-index: 100;
}*/
#header {
	position: fixed;
	width: 100%;
	height: 45px;
	z-index: 100;
}
.open #header {
	width: 100%;
	height: 45px;
}
#mobile-head {
	position: fixed;
	width: 100%;
	height: 45px;
	z-index: 999;
}
.open #mobile-head {
	position: fixed;
	width: 100%;
	height: 45px;
	background: #4CCDD6;
	z-index: 999;
}
#mobile-head #tpoint-logo {
	display: none;
}
#site-logo {
	display: none;
}
#mobile-head .menu {
	display: none;
}
.open #mobile-head .menu {
	position: relative;
	display: block;
	height: 45px;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	z-index: 300;
}
.open #mobile-head #site-logo {
	display: none;
}
#nav-toggle {
	position: absolute;
	display: block;
	background: url(../images/menu_open.png) right center no-repeat;
	background-size: 62px 62px;
	right: 0;
	top: 0;
	width: 62px;
	height: 62px;
	cursor: pointer;
	z-index: 100;
}
.open #nav-toggle {
	position: absolute;
	background: url(../images/menu_close.png) right center no-repeat;
	background-size: 45px 45px;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 100;
}
#nav-toggle div {
	position: relative;
}
#menu {
	position: fixed;
	top: -600px;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 998;
}
#menu a {
	color: #000;
}
#menu img {
	vertical-align: middle;
}
.open #menu {
	-webkit-transform: translateY(645px);
	transform: translateY(645px) !important;
}
#menu #menu-inner > ul {
	position: static;
	list-style: none;
	right: 0;
	bottom: 0;
	font-size: 15px;
	color: #fff;
	-webkit-padding-start: 0;
}
#menu #menu-inner > ul > li {
	float: none;
	position: static;
	height: 55px;
	line-height: 55px;
	border-bottom: solid 1px #ccc;
	background: url(../images/arrow_right.png) right 10px center no-repeat;
	background-size: 9px 18px;
	background-color: #fff;
}
#menu #menu-inner > ul > li#btn {
	height: 50px;
	padding: 18px 0;
	background: #fff;
}
#menu #menu-inner > ul > li div#entry_btn a {
	display: block;
    width: 87.2%; 
	height: 50px;
	margin: 0 auto;
	font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 50px;
    color: #fff;
    background: #F4403B;
    border-radius: 25px;
	-webkit-box-shadow: 0 3px #B3403B;
	        box-shadow: 0 3px #B3403B;
}
#menu #menu-inner > ul > li div#entry_btn a:hover {
	text-decoration: none;
}
#menu #menu-inner > ul #btn-close {
	float: none;
	position: static;
	height: 90px;
	line-height: 90px;
	/*border-bottom: solid 1px #ccc;*/
	border-bottom: none;
	background: none;
	background-color: #f2f2f2;
	text-align: center;
}
#menu #menu-inner > ul #btn-close img:hover {
	cursor:pointer;
}
#top-head #menu #menu-inner > ul > li > a {
	width: auto;
	display: block;
	padding-left: 10px;
	color: #4d4d4d;
	text-decoration: none;
}
#menu #menu-inner > ul {
	width: 100%;
	float: right;
}
#menu #menu-inner > ul .btn_area_pc{
	display:none;
}
#menu #menu-inner > ul .download {
	line-height:1;
	color:#000;
	background:#fff;
	height:auto;
}
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 10;
	background: rgba(242,242,242,1.00);
}
	
/* ---------------------------------------
   キービジュアル
---------------------------------------- */

#keyvisual {
	width: 100%;
}
#keyvisual #key_inr {
	position:relative;
	width: 100%;
	height:0;
	padding-bottom:141.6%;
}
#keyvisual #key_inr h2 {
	width: 100%;
	z-index:10;
}
#keyvisual #key_inr #tpoint-logo_sp {
	position:absolute;
	left:10px;
	top:8px;
	width: 120px;
	z-index:1000;
}
#keyvisual #key_inr #tpoint-logo_sp img {
	width:18vw;
	vertical-align:top;
}


/* ---------------------------------------
   キービジュアル下 青帯
---------------------------------------- */
#kv_3step {
	width: 100%;
}
#kv_3step #kv_3step_inr {
	width: 100%;
}
#kv_3step #kv_3step_inr p {
	width: 100%;
}

/* ---------------------------------------
   ヘッダー高さ分
---------------------------------------- */

section {
	margin-top:0;
	padding-top:0;
}

/* ---------------------------------------
   無料でダウンロード
---------------------------------------- */
.download {
	width: 100%;
	padding: 30px 0 32px;
	text-align: center;
}

.download h3 {
	font-size:23px;
	color:#4ccdd6;
	text-align:center;
	margin-bottom:17px;
}

.download ul {
	width:340px;
	margin:0 auto;
}

.download ul li {
	float:left;
	font-size:10px;
	text-align:center;
}

.download ul li:last-child {
	float:right;
}

.download ul li img {
	margin-bottom:5px;
	width:166px !important;
	display:block;
}


/* ---------------------------------------
   You Tube
---------------------------------------- */
#youtube_area {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 90%;
	margin: 0 auto 85px;
	overflow: hidden;
}

#youtube_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
/* ---------------------------------------
   お知らせ
---------------------------------------- */
#info {
	width: 100%;
	padding: 35px 0;
	background: #4CCDD6;
}
#info:after {
	content: "";
	display: block;
	clear: both;
}
#info h3 {
	font-size: 30px;
	margin-bottom: 35px;
	color: #fff;
	text-align: center;
}
#info #info_inr {
	width: 340px;
	margin: 0 auto;
	background:#fff;
	padding:35px 0 0;
}

#info #info_inr ul {
	width: 325px;
	max-height:344px;
	overflow:auto;
	overflow-x:hidden;
	margin:0 0 0 15px;
}

#info #info_inr ul::-webkit-scrollbar {
  width: 10px;
}
#info #info_inr ul::-webkit-scrollbar-track {
  margin: 2px 0;
  background: #ccc;
  border-radius: 5px;
}
#info #info_inr ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #888;
}

#info #info_inr ul li {
	width: 310px;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom:13px;
	margin-bottom:20px;
	min-height:128px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

#info #info_inr ul li:last-child {
	border-bottom: none;
}

#info #info_inr ul li img {
	float: left;
	margin-right:10px;
	width:105px;
}

#info #info_inr ul li .info_cnt {
	float: left;
	color:#1a1a1a;
	width:195px;
	padding-top:2px;
}

#info #info_inr ul li .info_cnt .data {
	font-size:11px;
	font-weight:bold;
	margin-right:11px;
}

#info #info_inr ul li .info_cnt .data + span {
	font-size:8px;
	font-weight:bold;
	color:#fff;
	background:#f3403b;
	padding:1px 6px 0;
	line-height:1;
}

#info #info_inr ul li .info_cnt .entry_cnt{
	font-size:14px;
	margin:2px 0 4px;
	line-height:1.6;
}

#info #info_inr ul li .info_cnt a{
	display: block;
	margin-bottom: 10%;
	font-size:12px;
	color:#2256d0;
	text-decoration:underline;
	text-align:right;
}

#info #info_inr .info_bottom {
	width: 100%;
	height: 7px;
	background: url(../images/info_bottom.jpg) no-repeat bottom;
	background-size:100% 7px;
}

.slideBtn,.closeBtn {
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


/* ---------------------------------------
   アプリの特徴
---------------------------------------- */
#point {
	width: 90%;
	margin: 0 auto;
	padding: 9% 0 0;
	background: #fff;
}
#point h3 {
	font-size: 30px;
	margin-bottom: 9%;
	color: #4CCDD6;
	text-align: center;
}
#point p {
	font-size: 14px;
	margin-bottom: 6%;
	text-align: justify;
}
#point p span {
	font-size: 14px;
}
#point .block01,
#point .block03 {
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 2px solid #E5E5E5;
}
#point .block02,
#point .block04 {
	margin-bottom: 8%;
	border-bottom: 2px solid #E5E5E5;
}
#point .block05 {
	margin-bottom: 2%;
	border-bottom: 2px solid #E5E5E5;
}
#point .block01:after,
#point .block02:after,
#point .block03:after,
#point .block04:after,
#point .block05:after {
	content: "";
	display: block;
	clear: both;
}
#point .txtarea {
	width: 100%;
}
#point .txtarea h4 {
	font-size: 22px;
	padding-top: 16%;
	margin-bottom: 6%;
	text-align: center;
}
#point .block01 .txtarea h4 {
	background: url(../images/point01_number_sp.png) top left no-repeat;
	background-size: contain;
}
#point .block02 .txtarea h4 {
	background: url(../images/point02_number_sp.png) top left no-repeat;
	background-size: contain;
}
#point .block03 .txtarea h4 {
	background: url(../images/point03_number_sp.png) top left no-repeat;
	background-size: contain;
}
#point .block04 .txtarea h4 {
	background: url(../images/point04_number_sp.png) top left no-repeat;
	background-size: contain;
}
#point .block05 .txtarea h4 {
	background: url(../images/point05_number_sp.png) top left no-repeat;
	background-size: contain;
}
#point .ph {
	width: 100%;
}

/* ---------------------------------------
   アプリの主な機能について & その他
---------------------------------------- */
#function_and_etc {
	min-width: 100%;
	padding: 5% 0;
	background: #F2F2F2;
}
#function_and_etc:after {
	content: "";
	display: block;
	clear: both;
}
#function_and_etc #function_inr {
	width: 90%;
	margin: 0 auto;	
}
#function_and_etc #function_inr h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5%;
	color: #242D3C;
	text-align: center;
}
#function_and_etc #function_inr h3:before, #function_and_etc #function_inr h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 12%;
	height: 2px;
	background-color: #242D3C;
}
#function_and_etc #function_inr h3:before { left: 0; }
#function_and_etc #function_inr h3:after { right: 0; }
#function_and_etc #function_inr ul#function {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;	
}
#function_and_etc #function_inr ul#function li {
	display: block;
	width: 49%;
	padding: 8% 4%;
	margin: 0 0 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}
#function_and_etc #function_inr ul#function p {
	font-size: 13px;
	text-align: justify;
}
#function_and_etc #function_inr ul#function li h4 {
	font-size: 16px;
	padding-top: 42%;
	color: #4CCDD6;
	margin-bottom: 14%;
	font-weight: bold;
	line-height: 1.4;
}
#function_and_etc #function_inr ul#function li h4#fun01 {
	background: url(../images/function01_icon_sp.png) top center no-repeat;
	background-size: contain;
}
#function_and_etc #function_inr ul#function li h4#fun02 {
	background: url(../images/function02_icon_sp.png) top center no-repeat;
	background-size: contain;
}
#function_and_etc #function_inr ul#function li h4#fun03 {
	background: url(../images/function03_icon_sp.png) top center no-repeat;
	background-size: contain;
}
#function_and_etc #function_inr ul#function li h4#fun04 {
	background: url(../images/function04_icon_sp.png) top center no-repeat;
	background-size: contain;
}
#function_and_etc #function_inr ul#function li h4#fun05 {
	background: url(../images/function05_icon_sp.png) top center no-repeat;
	background-size: contain;
}
#function_and_etc #function_inr dl#function02 {
	width: 100%;
	padding: 6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#function_and_etc #function_inr dl#function02:after {
	content: "";
	display: block;
	clear: both;
}
#function_and_etc #function_inr dl#function02 dt {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #4CCDD6;
	margin-bottom: 7%;
	font-weight: bold;
}
#function_and_etc #function_inr dl#function02 dd {
	display: block;
	font-size: 14px;
}
#function_and_etc #function_inr dl#function02 dd:last-of-type {
	margin-top: 1em;
}
#function_and_etc #function_inr dl#function02 dd span {
	font-size: 10px;
}
#function_and_etc #etc_inr {
	width: 90%;
	padding-top: 5%;
	margin: 0 auto;
}
#function_and_etc #etc_inr h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5%;
	color: #242D3C;
	text-align: center;
}
#function_and_etc #etc_inr h3:before, #function_and_etc #etc_inr h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35%;
	height: 2px;
	background-color: #242D3C;
}
#function_and_etc #etc_inr h3:before { left: 0; }
#function_and_etc #etc_inr h3:after { right: 0; }
#function_and_etc #etc_inr #txtarea {
	width: 100%;
	padding: 6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#function_and_etc #etc_inr #txtarea p {
	font-size: 12px;
}
#function_and_etc #etc_inr #txtarea p span {
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------
   利用者の声
---------------------------------------- */
#voice {
	width: 100%;
	padding: 35px 0;
	background: #4CCDD6;
}
#voice:after {
	content: "";
	display: block;
	clear: both;
}
#voice h3 {
	font-size: 30px;
	margin-bottom: 70px;
	color: #fff;
	text-align: center;
}
#voice #voice_inr {
	width: 340px;
	margin: 0 auto;
}

#voice #voice_inr ul {
	width:100%;
}

#voice #voice_inr li {
	width:100%;
	position:relative;
	padding:110px 25px 57px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	background:#fff url(../images/voice_bottom_sp.jpg) no-repeat bottom;
	background-size:100% 7px;
	margin-bottom:60px;
}

#voice #voice_inr li:last-child {
	margin-bottom:0;
}

#voice #voice_inr li::before {
	position:absolute;
	top:-35px;
	left:50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	content:"";
	width:120px;
	height:120px;
}

#voice #voice_inr li:first-child::before {
	background:url(../images/icon01.png) no-repeat;
	background-size:cover;
}

#voice #voice_inr li:nth-child(2)::before {
	background:url(../images/icon02.png) no-repeat;
	background-size:cover;
}

#voice #voice_inr li:last-child::before {
	background:url(../images/icon03.png) no-repeat;
	background-size:cover;
}

#voice #voice_inr li h4 {
	font-size: 17px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#voice #voice_inr li p {
	font-size: 12px;
}


/* ---------------------------------------
   SNS
---------------------------------------- */

#sns{
	border-bottom:2px solid #E5E5E5;
}

#sns ul{
	width:241px;
	margin:34px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	justify-content: center;
}

#sns li{
	width:24.8%;
	margin-right:12.8%;
}

#sns li:last-child{
	margin-right:0;
}

#sns li img{
	width:100%;
}

/* ---------------------------------------
   ＼レシーカ公式キャラクター／
---------------------------------------- */

#chara{
	width:100%;
	padding:35px 0 45px;
	margin-top:0;
	background:#eeeeee;
}

#chara h3{
	font-size:30px;
	text-align:center;
	color:#4d4d4d;
	font-weight:normal;
	margin-bottom:30px;
}

#chara #chara_inr{
	width:100%;
	margin:0 auto;
}

#chara #chara_inr ul{
	width:100%;
	margin-top:30px;
}

#chara #chara_inr ul li{
	width:340px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin:0 auto 20px;
}

#chara #chara_inr ul li:last-child{
	margin-bottom:0;
}

#chara #chara_inr ul li{
	padding-bottom:50px;
	background:#fff url(../images/chara_bottom.jpg) center bottom no-repeat;
	background-size:100% 7px;
}

#chara #chara_inr ul li img{
	width:100%;
}

#chara #chara_inr ul li .txtarea{
	width:290px;
	margin:25px auto 0;
}

#chara #chara_inr ul li .txtarea h4{
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}

#chara #chara_inr ul li .txtarea h4 span{
	font-size:11px;
}

#chara #chara_inr ul li .txtarea h4 + p{
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

#chara #chara_inr ul li .txtarea h4 + p + p{
	font-size:13px;
}


/* ---------------------------------------
   リンク
---------------------------------------- */

.underlink{
	text-align:center;
	padding:25px 0;
}

.underlink a{
	color:#4d4d4d;
	padding:0 29px;
	font-size:15px;
}

/* ---------------------------------------
   トップに戻る
---------------------------------------- */
	
#gototop {
  width: 43px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  z-index: 5;
}
#gototop img {
  width: 100%;
}

}

/* 20240423 / Footer */

@media only screen and (min-width: 768px) {
	footer {
	position:relative;
	background: #fff;
	font-weight: normal;
	text-align: center;
	z-index: 100
	}

	footer .inner {
	margin: 0 auto;
	padding: 30px 0 20px;
	max-width: 1001px;
	letter-spacing: 0em
	}

	footer .inner ul {
	font-size: 0px;
	font-size: 0rem
	}

	footer .inner ul li {
	display: inline-block;
	margin: 0 0 10px 10px;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-size: .75rem;
	border-right: solid 1px #d1d1d1
	}

	footer .inner ul li:first-child {
	margin-left: 0
	}

	footer .inner ul li:nth-child(5) {
	padding-right: 0;
	border-right: none
	}

	footer .inner ul li:nth-child(6) {
	margin-left: 0
	}

	footer .inner ul li:last-child {
	padding-right: 0;
	border-right: none
	}

	footer .inner ul li a {
	color: #1a1a1a;
	text-decoration: none;
	-webkit-transition: opacity 400ms linear;
	transition: opacity 400ms linear
	}

	footer .inner ul li a:hover {
	opacity: .7
	}

	footer small {
	display: block;
	padding: 12px 0;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	text-align: center;
	background: #000
	}
}

@media only screen and (max-width: 767px) {
	footer {
	position:relative;
	margin: 0;
	font-weight: normal;
	text-align: center;
	background: #fff;
	z-index: 90
	}

	footer .inner {
	margin: 0 auto;
	padding: 30px 15px 15px;
	width: auto;
	letter-spacing: 0em
	}

	footer .inner ul {
	font-size: 0px;
	font-size: 0rem
	}

	footer .inner ul li {
	display: inline-block;
	margin: 0 0 5px 5px;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-size: .75rem;
	border-right: 1px solid #d1d1d1
	}

	footer .inner ul li:first-child {
	margin-left: 0
	}

	footer .inner ul li:last-child {
	padding-right: 0;
	border-right: none
	}

	footer .inner ul li a {
	color: #1a1a1a;
	text-decoration: none
	}

	footer small {
	display: block;
	padding: 12px 0;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	background: #000
	}
}
