@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	margin: auto;
	font-size:14px;
    line-height: 1.2em;
	color:#333333;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN" , Helvetica , "游ゴシック" , "Yu Gothic" , "メイリオ" , Meiryo , sans-serif ;
	overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button:focus{
	outline: 0;
	background:none;
}
a{
	color:#010101;
	text-decoration: none;
}
a:hover{
	opacity:0.6;
}
img{
	max-width: 100%;
}

/*------------------------------------------------------------------------------------*/
/* body */
/*------------------------------------------------------------------------------------*/
body{
	width: 100%;
}
/* ipad */
@media screen and (min-width: 415px) and (max-width: 900px) {
}
/* SP */
@media screen and (max-width: 414px) {
	body{
		width: 100%;
	}
}


/*------------------------------------------------------------------------------------*/
/* header */
/*------------------------------------------------------------------------------------*/
header{
	width: 100%;
	height: auto;
	text-align: center;
	border-bottom: solid 2px #004098;
}
header .header_inner{
	margin: auto;
	padding-top: 15px;
	width: 960px;
	padding-bottom: 5px;
}
header .header_inner:after{
	content: "";
	display: block;
	clear: both;
}
header .header_inner .logo{
	margin-top: 3px;
	float: left;
	text-align: left;
}
header .header_inner .logo span{
	margin-left: 12px;
	display: inline-block;
	font-size: 12px;
	vertical-align: 15px;
}
header .header_inner .tel{
	float: right;
}
header .header_inner .tel span.note{
	display: block;
	font-size: 11px;
	text-align: right;
}

#header_pc{
	display: block;
}
#header_sp{
	display:none;
}

/* SP,TB ---------------------------------------------------------------*/
@media screen and (min-width: 415px) and (max-width: 900px) {
	header{
		padding-bottom: 5px;
		width: 100%;
		height: auto;
	}
	header .header_inner{
		padding: 10px 10px 0;
		width: 100%;
		position: relative;
	}
	header .header_inner .logo{
		margin-top: auto;
		width: 45%;
	}
	header .header_inner .tel{
		width: 50%;
	}
	header .header_inner .tel span.note br{
		display: none;
	}
}
@media screen and (max-width: 414px) {
	header{
		padding-bottom: 5px;
		width: 100%;
		height: auto;
	}
	header .header_inner{
		padding: 10px 5px 5px;
		width: 100%;
		position: relative;
	}
	header .header_inner .logo{
		margin-top: auto;
		width: 45%;
	}
	header .header_inner .logo span{
		display: block;
		margin: auto;
		text-align: center;
		font-size: 11px;
	}
	header .header_inner .tel{
		width: 47%;
	}
	header .header_inner .tel span.note{
		position: absolute;
		left: 10px;
		bottom: 0;
		font-size: 10px;
		text-align: left;
	}
	header .header_inner .tel span.note br{
		display: none;
	}
}


/*-------------------------------------------------------------------*/
/* contents */
/*-------------------------------------------------------------------*/
#wraper{
	text-align: center;
	margin: auto;
	width: 100%;
	overflow: hidden;
}

#main_v{
	margin: auto;
	padding-top: 650px;
	width: 100%;
	height: 820px;
	text-align: center;
	position: relative;
	background: url(/individual/fc/img/pr/main_bg.png) center top no-repeat;
}
#main_v a{
	margin: auto;
	display: inline-block;
}
h2{
	margin: auto auto 25px;
	text-align: center;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	#main_v{
		margin-bottom: 0;
		padding-top: 55%;
		width: 100%;
		height: 100%;
		background-size: 100%;
		position: relative;
	}
	#main_v a{
		width: 320px;
	}
	#main_v .app_area{
		padding-top: 20px;
	}
}
@media screen and (max-width: 414px) {
	#main_v{
		margin-bottom: 80px;
		padding: 0;
		width: 100%;
		height: 300px;
		background-size: contain;
		position: relative;
	}
	#main_v .app_area{
		margin: auto;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 210px;
	}
	#main_v .app_area a{
		width: 60%;
	}
	h2{
		margin: auto 10px 25px;
		text-align: center;
	}
}

#point1{
	text-align: center;
	/*border-top: solid 54px #0091dc;*/
	width: 100%;
}
#point1 > div{
	margin: auto;
	padding-top: 50px;
	max-width: 1200px;
	position: relative;
}
#point1 > div h3{
	margin: auto 60px 15px auto;
}
#point1 > div p{
	margin: auto auto 10px;
	color: #004098;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
#point1 > div .pink{
	color:#E50065;
}
#point1 > div p span{
	display: block;
	font-weight: normal;
	font-size: 19px;
}
#point1 ul{
	margin: auto;
	width: 600px;
}
#point1 ul li{
	text-align: left;
	font-size: 16px !important;
}
.accordion .contentWrap{
	display: none;
}
.accordion{
	border: 1px solid #004098;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #004098;
	margin-bottom: 40px;
}
.accordion.c_area{
	margin: 40px auto 40px;
}
.accordion .switch{
	cursor: pointer;
}
.accordion h4{
	text-align: left;
	margin: 20px auto 5px;
	font-size: 16px;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	#point1 > div{
		padding-top: 20px;
		padding-bottom: 50px;
		width: 100%;
		height: auto;
		background: none;
	}
	#point1 > div:before {
		width: 154px;
		height: 69px;
		background-size: 100%;
		left: 10px;
		top: -59px;
	}
	#point1 > div h3 {
		margin: auto auto 15px;
		width: 90%;
	}
	#point1 > div p{
		margin: auto 10px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	#point1 > div p span{
		font-size: 16px;
	}
	#point1 ul{
		margin: auto 10px auto 20px;
		width: auto;
	}
	#point1 ul li{
		margin-bottom: 5px;
	}
	.accordion.c_area{margin: 0px auto 40px;}
}
@media screen and (max-width: 414px) {
	#point1 > div{
		padding-top: 20px;
		padding-bottom: 50px;
		width: 100%;
		height: auto;
		background: none;
	}
	#point1 > div:before {
		width: 100px;
		height: 48px;
		background-size: 100%;
		left: 10px;
		top: -39px;
	}
	#point1 > div h3 {
		margin: auto auto 15px;
		width: 90%;
	}
	#point1 > div p{
		margin: auto 10px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	#point1 > div p span{
		font-size: 16px;
	}
	#point1 ul{
		margin: auto 10px auto 20px;
		width: auto;
		text-align: left;
		/*font-size: 16px;*/
	}
	#point1 ul li{
		margin-bottom: 5px;
	}
	.accordion.c_area{margin: 0 auto 40px;}
}
#point2{
	text-align: center;
	width: 100%;
}
#point2 > div h3{
	margin: auto auto 80px;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	#point2 > div{
		padding-top: 20px;
		padding-bottom: 50px;
		width: 100%;
		height: auto;
		background: none;
	}
	#point2 > div:before {
		width: 154px;
		height: 69px;
		background-size: 100%;
		left: 10px;
		top: -59px;
	}
	#point2 > div h3 {
		margin: auto auto 70px;
		width: 90%;
	}
}
@media screen and (max-width: 414px) {
	#point2 > div{
		padding-top: 20px;
		padding-bottom: 50px;
		width: 100%;
		height: auto;
		background: none;
	}
	#point2 > div:before {
		width: 100px;
		height: 48px;
		background-size: 100%;
		left: 10px;
		top: -39px;
	}
	#point2 > div h3 {
		margin: auto auto 70px;
		width: 90%;
	}
}
/*カード３種*/
#point2 > div > ul{
	margin: auto;
	width: 910px;
	position: relative;
}
/*見出し上の画像*/
	#point2 > div > ul > li:after{
		content: "";
		width: 100%;;
		height: 60px;
		position: absolute;
		top: -66px;
		left: 0;
		right: 0;
	}
	#point2 > div > ul > li.classic:after{
		background: url(/individual/fc/img/pr/point2_ul_bg_sp01.png) center no-repeat;
		background-size: auto 100%;	
	}
	#point2 > div > ul > li.gold:after{
		background: url(/individual/fc/img/pr/point2_ul_bg_sp02.png) center no-repeat;
		background-size: auto 100%;
		left:-13px;
	}
	#point2 > div > ul > li.amitie:after{
		background: url(/individual/fc/img/pr/point2_ul_bg_sp03.png) center no-repeat;
		background-size: auto 100%;	
	}
#point2 > div > ul > li{
	margin: 0 auto 15px;
	width: 32%;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
#point2 > div > ul > .classic{
	border:solid 6px #004098;
}
#point2 > div > ul > .gold{
	border:solid 6px #643732;
}
#point2 > div > ul > li.gold:before,
#point2 > div > ul > li.amitie:before{
	content: "";
	width: 109px;
	height: 107px;
	position: absolute;
	left: 179px;
	top: -57px;
}
#point2 > div > ul > li.gold:before{
	background: url(/individual/fc/img/pr/point2_gold_seal.png) center no-repeat;
	background-size: contain;
}
#point2 > div > ul > li.amitie:before{
	background: url(/individual/fc/img/pr/point2_amitie_seal.png) center no-repeat;
	background-size: contain;
}
#point2 > div > ul > .amitie{
	border:solid 6px #e50065;
}
#point2 > div > ul > li{
	border-bottom-width: 12px !important;
}
#point2 > div > ul > li h4{
	margin-bottom: 26px;
	padding: 10px;
	font-size: 16px;
	height: 96px;
	border-radius: 2px 2px 0 0;
	text-align: center;
	line-height: 150%;
}
#point2 > div > ul > li h4 span{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.02em;
}
#point2 > div > ul > li h4 span span{
	margin: auto;
	font-size: 16px;
	vertical-align: middle;
	display: inline;
}
#point2 > div > ul > li.classic h4{
	color:#e2edff;
	background: #004098;
}
#point2 > div > ul > li.gold h4{
	color:#fedd6b;
	background: #643732;
	text-align: left;
}
#point2 > div > ul > li.amitie h4{
	color:#fff;
	background: #e50065;
	text-align: left;
}
#point2 > div > ul > li.amitie h4 span{
}
#point2 > div > ul > li:after,
#point2 > div > ul > li .desc:after{
	content: "";
	display: block;
	clear: both;
}
#point2 > div > ul > li img{
	margin: auto auto 20px;
	width: 90%;
}
#point2 > div > ul > li .desc{
	padding: 0 20px 15px;
}
#point2 > div > ul > li .desc > div h5{
	margin-bottom: 12px;
	padding: 5px;
	border:solid 1px #004098;
	font-size: 18px;
	color: #004098;
	font-weight: bold;
	line-height: 1;
}
#point2 > div > ul > li .desc > div h5 span.tax{
	font-size: 12px;
}
#point2 > div > ul > li .desc > div h5 span.free{
	color: #e50065;
}
#point2 .desc > div dl{
	margin-bottom: 20px;
	color: #004098;
}
#point2 .desc > div dl:after{
	content: "";
	display: block;
	clear: both;
}
#point2 .desc > div dt{
	float: left;
	font-size: 16px;
}
#point2 .desc > div dd{
	float: right;
	font-size: 24px;
	font-weight: bold;
}
#point2 .desc > div p{
	text-align: center;
	color: #004098;
	font-size: 18px;
	line-height: 1.2;
	padding: 0.6em 0;
}
#point2 .gold .desc > div p{
	padding: 0;
}
#point2 .desc ul{
	padding-top: 15px;
	border-top: solid 1px #004098;
	text-align: left;
	clear: both;
}
#point2 .desc ul li{
	margin-bottom: 5px;
	padding-left: 1em;
	font-size: 13px;
	position: relative;
	font-weight: bold;
}
#point2 .desc ul li span{
	color: #0091dc;
}
#point2 .amitie .desc ul li span{
	color: #e50065;
}
#point2 .desc ul li span.note{
	color: initial;
	font-weight: normal;
}
#point2 .desc ul li:before{
	content: "";
	background: #0091dc;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:2px;
}
#point2 .amitie .desc ul li:before{
	background: #e50065;
}
#point2 .desc ul li.inline{
	display: inline;
}
#point2 .desc ul li.inline + li{
	margin-top: 8px;
}
#point2 > div > p{
	margin: auto;
	width: 910px;
	text-align: left;
	font-size: 16px;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	#point2 > div > ul{
		padding: 0 15%;
		width: 100%;
	}
	#point2 > div > ul:before{
		display: none;
	}
	#point2 > div > ul > li{
		margin-bottom: 70px;
		padding-bottom: 5px;
		width: 100%;
		height: auto;
	}
	#point2 > div > ul > li:last-child{
		margin-bottom: 10px;
	}
	#point2 > div > ul > li h4{
		margin-bottom: 10px;
    	padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		font-size: 16px;
		text-align: center;
	}
	#point2 > div > ul > li.gold h4,
	#point2 > div > ul > li.amitie h4{
		text-align: center;
	}
	#point2 > div > ul > li h4 span{
		margin: 10px auto auto;
		display: block;
		font-size: 24px;
		text-indent: 0;
	}
	#point2 > div > ul > li h4 span span{
		display: inline-block;
	}
	#point2 > div > ul > li img {
		margin: auto auto 10px;
		width: 92%;
		float: none;
	}
	#point2 > div > ul > li .desc{
		margin: auto 10px;
		width: auto;
		float: none;
	}
	#point2 > div > ul > li .desc > div:first-child{
		margin: auto auto 10px;
		width: auto;
	}
	#point2 > div > ul > li .desc > div {
		width: auto;
		float: none;
	}
	#point2 .desc > div p,#point2 .gold .desc > div p{
		margin-top: auto;
	}
	#point2 .desc ul{
		margin-top: 20px;
		width: auto;
	}
	#point2 .desc ul li span.note{
		font-size: 12px;
	}
	#point2 > div > ul > li.gold:before,
	#point2 > div > ul > li.amitie:before {
		content: "";
		width: 90px;
		height: 89px;
		background-size: 100%;
		left: 80%;
		top: -8%;
	}
	#point2 .desc ul li.inline{
		display: block;
	}
	#point2 > div > p {
		margin: auto 15%;
		width: auto;
		text-align: left;
	}
}
@media screen and (max-width: 414px) {
	#point2 > div > ul{
		padding: 0 4%;
		width: 100%;
	}
	#point2 > div > ul:before{
		display: none;
	}
	#point2 > div > ul > li{
		margin-bottom: 70px;
		padding-bottom: 5px;
		width: 100%;
		height: auto;
	}
	#point2 > div > ul > li:last-child{
		margin-bottom: 10px;
	}
	#point2 > div > ul > li h4{
		margin-bottom: 10px;
    	padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		font-size: 16px;
	}
	#point2 > div > ul > li.gold h4,
	#point2 > div > ul > li.amitie h4{
		text-align: center;
	}
	#point2 > div > ul > li h4 span{
		margin: 10px auto auto;
		display: block;
		font-size: 24px;
		text-indent: 0;
	}
	#point2 > div > ul > li h4 span span{
		display: inline-block;
	}
	#point2 > div > ul > li img {
		margin: auto auto 10px;
		width: 92%;
		float: none;
	}
	#point2 > div > ul > li .desc{
		margin: auto 10px;
		width: auto;
		float: none;
	}
	#point2 > div > ul > li .desc > div:first-child{
		margin: auto auto 10px;
		width: auto;
	}
	#point2 > div > ul > li .desc > div {
		width: auto;
		float: none;
	}
	#point2 .desc > div p,#point2 .gold .desc > div p{
		margin-top: auto;
	}
	#point2 .desc ul{
		margin-top: 20px;
		width: auto;
	}
	#point2 .desc ul li span.note{
		font-size: 12px;
	}
	#point2 > div > ul > li.gold:before,
	#point2 > div > ul > li.amitie:before {
		content: "";
		width: 60px;
		height: 59px;
		background-size: 100%;
		left: 80%;
		top: -8%;
	}
	#point2 .desc ul li.inline{
		display: block;
	}
	#point2 > div > p {
		margin: auto 15px;
		width: auto;
		font-size: 12px;
		text-align: left;
	}
}

#web_app{
	margin-top: 30px;
	background: url(/individual/fc/img/pr/web_app.png) no-repeat;
	height: 1100px;
	width: 1200px;
	margin: 30px auto;
}
#web_app .app_area{
	position: relative;
	top:800px;
	left:-130px;
}

#other{
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
#other h2{
	margin-bottom: -6px;
	position: relative;
	z-index: 99;
}
#other > div{
	margin: auto;
	max-width: 1200px;
	position: relative;
	border: 6px solid #F5AA47;
}
#other h3{
	background: #F5AA47;
}
#other > div h3 + div{
	margin: auto auto 18px;
	padding: 30px 38px;
	width: 900px;
	border-radius: 18px;
	background: #d3edfb;
}
#other > div h3 + div h4{
	margin-bottom: 17px;
}
#other > div .shop{
	margin-bottom: 45px;
}
#other > div .shop:after{
	content: "";
	display: block;
	clear: both;
}
.shop > li,
.present > li{
	padding: 30px;
	text-align: left;
	position: relative;
}
.shop > li:first-child,
.present > li:first-child{
	padding-top: 10px;
}
.shop .lead{margin-top: -150px}
.c_area.more{
	background: #F9D2DB;
	border-radius: 18px;
	margin-top: 30px !important;
	width: 760px;
	padding-bottom: 66px;
}
.shop .more:before{
	background:url(/individual/fc/img/pr/other_title.png) no-repeat center;
	display: block;
	content: "";
	height: 44px;
	margin-top: -85px;
	padding-bottom: 30px;
}
.more ul{
	position: relative;
	top:-35px;
	left:80px;
	left: 23%;
	margin-bottom: -50px;
}
.more ul li{
	padding-left: 1em;
	line-height: 1.4;
	position: relative;
	font-size: 16px;
}
.more ul li:before{
	content: "\25CF";
	position: absolute;
	left: 0;
	top: 0;
}
.shop .more:after{
	content: '';
	display: block;
	background: url(/individual/fc/img/pr/shop_point02.png) no-repeat right;
	height: 150px;
	position: relative;
	top: -112px;
	right: -38px;
	margin-bottom: -170px;
}
.present .lead{padding: 0 30px}
.present .more{
	margin-top:80px !important;
	margin-bottom: 40px;
	width: 760px;
	padding-bottom: 20px;
}
.present .more:before{
	background:url(/individual/fc/img/pr/other_title.png) no-repeat center;
	display: block;
	content: "";
	height: 44px;
	margin-top: -85px;
	padding-bottom: 30px;
}

.change.c_area{
	width: 820px;
	margin-bottom: 30px;
}

.benri{
	margin: 20px auto 45px;
	width: 900px;
	display: -webkit-flex;
	display: flex;
}
.benri:after{
	content: "";
	display: block;
	clear: both;
}
.benri li{
	margin-right: 19px;
}
.benri li:last-child{
	margin-right: auto;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	#other > div,
	.change{
		width: 100%;
	}
	#other > div h3 {
		margin: auto;
	}
	#other h3 img{
		width: 65%;
	}
	#other > div h3 + div{
		margin: auto 10px 20px;
		padding: 15px;
		width: auto;
	}
	#other > div .point {
		margin-bottom: 50px;
	}
	#other > div .point > li{
		margin-bottom: 15px;
		padding: 15px;
		width: auto;
		height: auto;
	}
	.shop .lead{margin-top: -50px}
	.more ul{
		top:-30px;
		margin-bottom: 0;
		margin-right: 20%;
	}
	.shop .more:after{
		background-position:center;
		height: 138px;
		top: -46px;
		left: 0;
		background-size: 160px;
		margin-bottom: -115px;
	}
	.c_area.more{
		width: 90%;
	}
	.change.c_area{
	width: 100%;
	}
	#other > div .point > li:first-child {
		margin-bottom: 30px;
		padding-bottom: 30px;
		float: none;
	}
	#other > div .point > li:last-child {
		padding-bottom: 10px;
		float: none;
	}

	.benri {
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	#other > div,
	.change.c_area{
		width: 100%;
		background-size: cover;
	}
	.change.c_area{
		margin-top: -10px;
		padding-top: 0;
	}
	#other > div h3 {
		margin: auto;
	}
	#other > div h3 + div{
		margin: auto 10px 15px;
		padding: 15px;
		width: auto;
	}
	#other h3 img{
		width: 80%;
	}
	.shop .lead{
		margin-top: 0;
		padding-top: 0;
	}
	.more.c_area{
		width: 95%;
		padding-bottom: 135px;
	}
	.more ul{
		left:0;
		top:10px;
		margin-bottom: 0;
	}
	.more:after{
		background-position:center;
		height: 138px;
		top: -33px;
		left: 0;
		background-size: 160px;
	}

	.benri {
		margin: auto;
		width: 95%;
	}
	.benri li{
	}
}
.c_area{
	margin: auto;
	width: 602px;
}
.mx_width{
	max-width: 602px;
}
.pt50{padding-top: 50px !important;}
.app_area{
	margin: auto;
	width: 700px;
	color: #28A139;
	position: relative;
}
.app_area a{
	margin-bottom: 12px;
	display: block;
}
.app_area p{
	margin: auto 0 auto 0;
	text-align: left;
	font-size: 18px;
	line-height: 1.3;
	padding: 0 50px;
}
.app_area p:last-child{
	color:#063E8D;
	padding: 10px 0 0 0;
	text-align: center;
}
#web_app .app_area {
	width: 602px;
}
#web_app .app_area p{
	padding-left: 0;
	padding-right: 0;
}
#web_app .app_area p:last-child{
	text-align: left;
}
#point2 .app_area{
	margin-top: 40px;
}
.date{
	margin: auto;
	text-align: right;
	max-width: 1200px;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
	#main_v,
	#web_app{
		width: 100%;
		background-size: 100%;
	}
	#web_app{
		background-color: #D0E9F6;
	}
	#main_v .app_area{
		top:-50px;
	}
	#web_app .app_area{
		top:750px;
		width: 480px;
	}
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	.app_area{
		width: 100%;
		padding: 15px
	}
	#point2 .app_area{
		margin-top: 20px;
	}
	.app_area p{
		margin: auto 3%;
	}
	.benri {
		width: 100%;
	}
	.benri li{
		
	}
	#web_app {
		width: 100%;
		background-color: #D0E9F6;
		background-size: 100%;
		height: auto;
		padding-bottom: 135px;
	}
	#web_app .app_area{
		position: relative;
		padding-top: 70%;
    	left: -76px;
		top:0;
    	width: 56%;
		margin-bottom: -120px;
	}
	#web_app .app_area p{
		margin: 0;
	}
}

@media screen and (max-width: 414px) {
	.app_area,.c_area{
		width: 100%;
		padding: 15px
	}
	#point2 .app_area{
		margin-top: 20px;
	}
	.app_area p{
		margin: auto;
		/*font-size: 14px;*/
		padding-left: 0;
		padding-right: 0;
	}
	.more.c_area {
    	width: 95%;
    	padding-bottom: 20px;
	}
	.shop .more:after{
		background-position:center;
		height: 138px;
		top: -15px;
		left: 0;
		background-size: 160px;
		margin-bottom: -38px;
	}
	#web_app{
	background: url(/individual/fc/img/pr/web_app_sp.png) no-repeat center top #D0E9F6;
		background-size: 100%;
	height: auto;
	width: 100%;
	margin: 30px auto;
		padding-bottom: 135px;
	}
	#web_app .app_area{
		top:120px;
		width: 80%;
		left:0;
		padding-top: 60%;
	}
}

/*-------------------------------------------------------------------*/
/* footer */
/*-------------------------------------------------------------------*/
footer{
	width: 100%;
	/*padding-top: 269px;
	background: url(/individual/fc/img/pr/footer_bg.png) center top no-repeat;*/
	margin-top: 30px;
}
footer .inner{
	margin: auto;
	width: 100%;
	border-top: solid 1px #4b4b4b;
	margin-top: -2px;
}
footer .inner > div:after{
	content: "";
	display: block;
	clear: both;
}
footer .inner > div{
	padding: 20px 0 10px;
	margin: auto;
	width: 960px;
}
footer .inner .logo{
	float: left;
}
footer .inner .logo span{
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	vertical-align: 15px;
}
footer .inner .tel{
	float: right;
}
footer .inner .tel span.note{
	display: block;
	font-size: 12px;
	text-align: right;
}
#copyright{
	width: 100%;
	height: 50px;
	background: #004098;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	footer{
	/*	padding-top: 173px;
		background-size: contain;*/
	}
	footer .inner{
		padding: 10px;
		width: 100%;
		position: relative;
	}
	footer .inner > div{
		margin: auto;
		padding: 0;
		width: auto;
	}
	footer .inner .logo{
		margin-top: auto;
		text-align: left;
	}
	footer .inner .tel{
		width: 50%;
	}
	#copyright{
		font-size: 10px;
	}
}
@media screen and (max-width: 414px) {
	footer{
		/*padding-top: 92px;
		background-size: contain;*/
	}
	footer .inner{
		padding: 10px 5px 35px;
		width: 100%;
		position: relative;
	}
	footer .inner > div{
		margin: auto;
		padding: 0;
		width: auto;
	}
	footer .inner .logo{
		margin-top: auto;
		width: 45%;
	}
	footer .inner .logo span{
		display: block;
		margin: auto;
		text-align: center;
	}
	footer .inner .tel{
		width: 47%;
	}
	footer .inner .tel span.note{
		position: absolute;
		left: 10px;
		bottom: 0;
		font-size: 10px;
		text-align: left;
	}
	#copyright{
		font-size: 10px;
	}
}


/* ---------------------------------------------------------------*/

.pc_only{
	display: inherit;
}
.pc_only01{
	display: inherit;
}
.sp_only{
	display: none;
}
.flx-box{
	display: -webkit-inline-flex;
	display: inline-flex;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
#page_top{
	right:50px;
}
@media screen and (min-width: 415px) and (max-width: 900px) {
	.flx-box{
		display: block;
	}
	.pc_only01{
		display: none;
	}
}
@media screen and (max-width: 414px) {
	.pc_only,
	.pc_only01{
		display: none;
	}
	.sp_only{
		display: inherit;
	}
	.flx-box{
		display: block;
	}
	#page_top{
		right:20px;
		}
}
