@charset "utf-8";
/* ver.151217 */




/* Basic Normalize */
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, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}

ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
img{vertical-align: top;}
figure{margin: 0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* Basic Config */
html
{
	font-size: 100%;
	background: #fff;
}
body
{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}
body,input,select,textarea
{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	line-height: 40px;
}
button
{
	border: 0;
	outline: 0;
	background: transparent;
}
::selection     {background: #ffcccc; color: red;} /* Safari */
::-moz-selection{background: #ffcccc; color: red;} /* Firefox */



/* Grid Width */
.w960 {width:960px;}
.w720 {width:720px;}
.w640 {width:640px;}
.w580 {width:580px;}
.w560 {width:560px;}
.w480 {width:480px;}
.w420 {width:420px;}
.w400 {width:400px;}
.w390 {width:390px;}
.w320 {width:320px;}
.w240 {width:240px;}
.w220 {width:220px;}
.w160 {width:160px;}
.w120 {width:120px;}
.w100 {width:100px;}
.w90  {width: 90px;}
.w80  {width: 80px;}
.w70  {width: 70px;}
.w60  {width: 60px;}
.w54  {width: 54px;}
.w50  {width: 50px;}
.w40  {width: 40px;}
.w30  {width: 30px;}

/* Grid Height */
.h320 {height:320px;}
.h240 {height:240px;}
.h220 {height:220px;}
.h160 {height:160px;}
.h120 {height:120px;}
.h100 {height:100px;}
.h90  {height: 90px;}
.h80  {height: 80px;}
.h70  {height: 70px;}
.h60  {height: 60px;}
.h54  {height: 54px;}
.h50  {height: 50px;}
.h40  {height: 40px;}
.h30  {height: 30px;}

/* Line Height */
.lh10 {line-height: 10px;}
.lh11 {line-height: 11px;}
.lh12 {line-height: 12px;}
.lh13 {line-height: 13px;}
.lh14 {line-height: 14px;}
.lh15 {line-height: 15px;}
.lh16 {line-height: 16px;}
.lh18 {line-height: 18px;}
.lh20 {line-height: 20px;}
.lh22 {line-height: 22px;}
.lh24 {line-height: 24px;}
.lh26 {line-height: 26px;}
.lh28 {line-height: 28px;}
.lh30 {line-height: 30px;}
.lh32 {line-height: 32px;}
.lh34 {line-height: 34px;}
.lh36 {line-height: 36px;}
.lh38 {line-height: 38px;}
.lh40 {line-height: 40px;}
.lh44 {line-height: 44px;}
.lh48 {line-height: 48px;}
.lh64 {line-height: 64px;}
.lh108{line-height:108px;}


/* Text Color */
.black{color: #000 !important;}
.white{color: #fff !important;}
.red  {color: #f00 !important;}
.gray1{color: #777 !important;}
.gray2{color: #9a9a9a !important;}


/* Background Color */
._black{background-color: #000 !important;}
._white{background-color: #fff !important;}
._red  {background-color: #f00 !important;}
._gray1{background-color: #777 !important;}
._gray2{background-color: #9a9a9a !important;}
._trans{background-color: transparent !important;}


/* Disabled */
.disabled
{
	cursor: default !important;
	pointer-events: none !important;
}



/* Box */
.box
{
	max-width: 1000px;
	min-width: 320px;
	padding: 0 12px;
	margin-right: auto;
	margin-left : auto;
}



/* Btn */
.btn
{
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-left : auto;
}
.btn > .btn-inner
{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}







/* =======================================================
		Header
======================================================= */

#header
{
	position: relative;
	z-index: 99;
	min-width: 320px;
	background: #ff0000;
}

/*----- logo -----*/
#header .logo
{
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
#header .logo h1
{
	position: relative;
	z-index: 1;
	font-size: 1em;
}
#header .logo h1 img
{
	vertical-align: middle;
}
#header .logo .images
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#header .logo .images .figures
{
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#header .logo .images .figures > div
{
	position: absolute;
	background: no-repeat center center;
}
#header .logo .images .figures .img_figure_01
{
	left: 28px;
	bottom: -4px;
	width: 154px;
	height: 355px;
	background-image: url(../img/header_img_figure_01.png);
}
#header .logo .images .figures .img_figure_02
{
	right: 43px;
	bottom: -15px;
	width: 111px;
	height: 415px;
	background-image: url(../img/header_img_figure_02.png);
}

/*----- bar -----*/
#header .bar
{
	position: relative;
	height: 152px;
	background: url(../img/header_bg_bar.jpg) repeat-x;
}
#header .bar .txt
{
	position: relative;
	z-index: 1;
	line-height: 152px;
}
#header .bar .txt img
{
	vertical-align: middle;
}
#header .bar .images
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 152px;
}
#header .bar .images .figures
{
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#header .bar .images .figures > div
{
	position: absolute;
	background: no-repeat center center;
}
#header .bar .images .figures .img_car
{
	left: 30px;
	bottom: 17px;
	width: 152px;
	height: 61px;
	background-image: url(../img/header_img_car.png);
}
#header .bar .images .figures .img_family
{
	right: 30px;
	bottom: 17px;
	width: 174px;
	height: 87px;
	background-image: url(../img/header_img_family.png);
}






/* =======================================================
		Footer
======================================================= */

#footer
{
	position: relative;
	z-index: 99;
	min-width: 320px;
	margin-top: 200px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #fff;
	background: #000;
}

#footer .images
{
	position: absolute;
	left: 0;
	top: -131px;
	width: 100%;
	height: 133px;
}
#footer .images .img_people
{
	width: 100%;
	height: 100%;
	background: url(../img/footer_img_people.png) no-repeat center bottom;
}

#footer .copyright
{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 980px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: right;
}





/* =======================================================
		Main
======================================================= */

#main
{
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
}

/*----- summary -----*/
.dashed-box
{
	width: 100%;
	max-width: 580px;
	margin: 30px auto;
	font-size: 1em;
	line-height: 1.8em;
}
.dashed-box .title
{
	padding: 7px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	background: #000;
}
.dashed-box .txt
{
	padding: 20px;
	border: 1px dashed #f00;
	letter-spacing: -0.08em;
}
.dashed-box .title + .txt
{
	border-top: none;
}



/*----- bingoGameView -----*/
#bingoGameView
{
	position: relative;
	padding: 60px 0 30px;
	background: url(../img/iframe_border_pattern.jpg) repeat-x center top,
	            url(../img/iframe_border_pattern.jpg) repeat-x center bottom;
	background-color: #f00;
}
#bingoGameView .notice
{
	height: 60px;
	padding: 15px 0;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #fff;
}



/*----- request -----*/
#request
{
	margin-top: 50px;
}

.bold-radius-box
{
	max-width: 465px;
	margin: 30px auto;
	border: 7px solid #000;
	border-radius: 15px;
}
.sns-list
{
	display: inline-block;
	padding: 25px;
	vertical-align: bottom;
}
.sns-list li
{
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 25px;
}
.sns-list li > a
{
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat;
}
.sns-list .fb > a  {background-image: url(../img/icon_sns_fb.png);}
.sns-list .tw > a  {background-image: url(../img/icon_sns_tw.png);}
.sns-list .line > a{background-image: url(../img/icon_sns_line.png);}

.btn.double
{
	width: 100%;
	max-width: 580px;
	height: 80px;
	padding: 5px;
	border-radius: 4px;
	background: #f00;
}
.btn.double .btn-inner
{
	padding: 20px;
	border: 2px solid #fff;
}
.btn.double .btn-inner .txt
{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
.btn.double .btn-inner .txt:after
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	right: -67px;
	top: -7px;
	width: 41px;
	height: 41px;
	background: url(../img/icon_arrow_right_red.png) no-repeat center right;
}
.btn.double:hover
{
	background: #000;
}
.btn.double:hover .btn-inner .txt:after
{
	background-image: url(../img/icon_arrow_right_black.png);
}

#request .btn.double
{
	margin: 30px auto;
}

.bold-box
{
	position: relative;
	margin: 40px auto;
}
.bold-box .title
{
	padding: 15px;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	background: #000;
}
.bold-box .txt
{
	border: 3px solid #000;
	border-bottom-width: 5px;
	font-weight: bold;
}
.bold-box .title + .txt
{
	border-top: none;
}

.dashed-list li
{
	position: relative;
	height: 44px;
	padding: 14px 16px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
	border-top: 1px dashed #000;
	word-break: break-all;
}
.dashed-list li:first-child
{
	padding-top: 15px;
	border-top: none;
}

.bold-box .dashed-list
{
	float: left;
	width: 50%;
	height: 100%;
	margin-bottom: -1px;
	border: 2px solid #000;
	border-top: none;
	border-bottom: none;
}
.bold-box .dashed-list li .txt-small
{
	font-size: 0.8em;
}

.icon.note
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/icon_note.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size        : contain;
}

#request .bold-box:before
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -222px;
	width: 100%;
	height: 230px;
	background: url(../img/list_img_figure_01.png) no-repeat left bottom,
	            url(../img/list_img_figure_02.png) no-repeat right bottom;
}



/*----- tutorial -----*/
#tutorial .title
{
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #777;
}
dl
{
	font-size: 0.8em;
	text-align: left;
	line-height: 1.8em;
	color: #9a9a9a;
}
dl dt
{
	margin-top: 25px;
	font-weight: bold;
	color: #777;
}
dl dt:first-child
{
	margin-top: 0;
}
dl dd p
{
	position: relative;
	margin-top: 5px;
}
dl dd a
{
	color: #000;
	text-decoration: underline;
}
dl dd a:hover
{
	text-decoration: none;
}



/*----- twitterModule -----*/
#twitterModule
{
	margin-top: 80px;
}



/*----- agreement -----*/
#agreement
{
	margin-top: 50px;
}
.point-list dd p
{
	padding-left: 1.2em;
}
.point-list dd p:before
{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.btn.radius
{
	display: inline-block;
	padding: 0 20px 0 35px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #000;
}
.btn.radius .btn-inner .txt
{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	font-size: 1.1em;
}
.btn.radius .btn-inner:before
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arrow_left_s_black.png) no-repeat center left;
}
.btn.radius:hover
{
	background: #f00;
}
.btn.radius:hover .btn-inner:before
{
	background-image: url(../img/icon_arrow_left_s_red.png);
}

#agreement .btn.radius
{
	margin-top: 50px;
}







/* =======================================================
		SP Mode
======================================================= */

.view-l-show
{
	display: inherit;
}
.view-s-show, .view-m-show
{
	display: none;
}

/*----------------------- medium setting -----------------------*/
@media screen and (max-width: 1024px)
{
.view-m-show
{
	display: inherit;
}

.bold-box .dashed-list li
{
	height: 55px;
	padding: 5px;
}
.bold-box .dashed-list li .red
{
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
}

/*----------------------- small setting -----------------------*/
@media screen and (max-width: 767px)
{
.view-l-show
{
	display: none;
}
.view-m-show
{
	display: none;
}
.view-s-show
{
	display: inherit;
}



/*----- SP common -----*/
html
{
	font-size: 75%;
	overflow-x: hidden;
}



/*----- SP header -----*/
#header img
{
	width: 100%;
}

#header .logo
{
	height: auto;
	padding:10px;
}
#header .logo h1
{
	line-height: auto;
}



/*----- SP footer -----*/
#footer
{
	margin-top: 95px;
}
#footer .images
{
	top: -85px;
	height: 90px;
}
#footer .images .img_people
{
	-webkit-background-size: contain;
	background-size        : contain;
}

#footer .copyright
{
	padding-right: 0.5em;
	font-size: 0.78em;
}



/*----- SP summary -----*/
.dashed-box .txt
{
	padding: 15px 0;
}



/*----- SP bingoGameView -----*/
#bingoGameView
{
	padding-top: 40px;
}



/*----- SP request -----*/
#request
{
	margin-top: 30px;
	margin-bottom: 20px;
}
#request .title img
{
	width: 100%;
}
.bold-radius-box
{
	margin: 20px auto;
	border: 5px solid #000;
	border-radius: 10px;
}
.sns-list
{
	padding: 15px;
}
.sns-list li
{
	width: 50px;
	height: 50px;
	margin: 0 15px;
}
.sns-list li a
{
	-webkit-background-size: contain;
	background-size        : contain;
}

.btn.double
{
	height: 50px;
	padding: 3px;
	border-radius: 4px;
	background: #f00;
}
.btn.double .btn-inner
{
	height: 44px;
	padding: 12px;
	border-width: 1px;
	line-height: 16px;
}
.btn.double .btn-inner .txt
{
	height: 100%;
	vertical-align: middle;
}
.btn.double .btn-inner .txt img
{
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.btn.double .btn-inner .txt:after
{
	right: -33px;
	top: -3px;
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size        : contain;
}

.bold-box
{
	margin: 30px auto;
}
.bold-box .title
{
	padding: 10px;
	font-size: 1.4em;
}
.bold-box .txt
{
	border: 2px solid #000;
	border-bottom-width: 3px;
}
.bold-box .title + .txt
{
	border-top: none;
}

.dashed-list li
{
	border-top: 1px dashed #000;
}
.dashed-list li:first-child
{
	border-top: none;
}

.bold-box .dashed-list
{
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
}
.bold-box .dashed-list li
{
	height: 45px;
	font-size: 0.78em;
	word-break: normal;
	letter-spacing: -0.05em;
}
.bold-box .dashed-list li .txt-small
{
	font-size: 1em;
}

.icon.note
{
	width: 0.9em;
	height: 0.9em;
}

#request .bold-box:before
{
	display: none;
}



/*----- SP twitterModule -----*/
#twitterModule
{
	margin-top: 30px;
}



/*----- SP agreement -----*/
#agreement
{
	margin-top: 30px;
}
#agreement .btn.radius
{
	margin-top: 30px;
}

.btn.radius .btn-inner:before
{
	left: 7px;
	top: 7px;
	width: 22px;
	height: 22px;
	-webkit-background-size: contain;
	background-size        : contain;
}
}







