@charset "utf-8";
@import url("common.css");


/*------------------------------------
	.basic
-----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding :0;
	list-style: none;
}

body {
	width: 100%;
	color: #333;
	font: normal 100% sans-serif;
	line-height: 1.8;
	font-size: 14px;
	/*background: url(../image/bg_back.jpg) repeat-x #000;*/
	background: #000;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {	border: 0;}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

#container {
	margin: 0 auto;
	padding: 0;
	overflow: hidden; /*スマホで幅を戻す為の指定*/
}

header {
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	position: relative;
}

h1 {
	padding: 0;
	margin: 0;
	line-height: 0;
}

article {
	width: 100%;
	margin: 0;
	text-align: left;
	background: #fff;
}

article section {
	clear: both;
}

.can_end {
	background: #F93;
	padding: 3px 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 170%;
	text-align: center;
	font-weight: bold;
}

.form_end {
	font-size: 180%;
	color: #f00;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	/*
	box-shadow: 0 3px 5px #666;
	padding: 0 20px;
	background: url(../image/bg_back_02.gif) repeat-y top center;
	*/
}

article {
	margin: 0;
	padding: 3% 0 1px;
}

section {
	margin: 0 6% 60px;
}

.box_movie {
	text-align: center;
	margin: 0 6% 40px;
}


.bg_01 {
	background: url(../image/bg_01_05.jpg) no-repeat right 70px;
}

h2,
h2.cttl {
	margin-bottom: 2%;
	padding: 2% 6% 1.5%;
	background: url(../image/h3_10.gif) repeat-x 0 0 #b8000d;
	font-size: 150%;
	color: #fff;
	text-shadow: 1px 1px #333;
}

h2.cttl {
	background: url(../image/h2_back_23.jpg) repeat-x 0 0;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

.nt {
	background: url(../image/bg_01.jpg) repeat;
	border: outset 5px #F80;
}

.kg {
	background: url(../image/bg_160.jpg) repeat;
	border: outset 5px #083ec9;
}

.box_com {
	margin: 10px 0;
}

.box_com li {
	list-style: disc;
	font-size: 110%;
	font-weight: bold;
	margin: 0 30px 5px;
}

.box_mg {
	background: url(../image/bg_23.jpg) repeat;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 90%;
}


/*------------------------------------
	黄色枠カコミ
--------------------------------------*/
.box_period {
	margin-bottom: 30px;
	border: solid 1px #f00;
}

.box_period p {
	padding: 10px;
	background: #ffc;
}

.box_period span {
	font-weight: bold;
	color: #f00;
}

.box_caution {
	margin: 10px 0;
	padding: 10px;
	background: #ffc;
	color: red;
	font-size: 85%;
}

.box_caution p {
	font-size: 85%;
}



/*------------------------------------
	キャンペーンボタン
--------------------------------------*/
.cs_btn a {
	display: block;
	width: 700px;
	height: 74px;
	background: url(../image/get_btn_111.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 80px;
}

.cs_btn a:hover {
	background-position: 0 -73px;
}


/*------------------------------------
	キャンペーン参加方法
-----------------------------------------------------------------------------------------------------*/
.box_cday {
	text-align: center;
	margin: 0 2% 10px;
	font-size: 130%;
}

.box_bl {
	width: 100%;
	margin: 0 0 0 1%;
	text-align: center;
}

.box_buy {
	float: left;
	width: 27%;
}

.sign {
	float: left;
	margin: 17% auto;
}

.sign_02 {
	float: left;
	margin: 15% 3%;
}

.box_buy img {
	text-align: center;
	margin: 0 auto 10px;
}

.box_buy a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 90%;
	height: 40px;
	margin: 0 5% 7px;
	padding-top: 10px;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #eee 30%, #999 100%);
	background: -webkit-linear-gradient(top, #eee 0%, #eee 30%, #999 100%);
	background: linear-gradient(top, #eee 0%, #eee 30%, #999 100%);
	border: solid 1px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 1px #999;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
}

.box_buy a:hover {
	text-decoration: none;
	background: #999;
	background: -moz-linear-gradient(top, #999 0%, #ccc 50%, #ccc 100%);
	background: -webkit-linear-gradient(top, #999 0%, #ccc 50%, #ccc 100%);
	background: linear-gradient(top, #999 0%, #ccc 50%, #ccc 100%);
}

.step_all {
	margin: 0 0 20px;
	padding: 15px 0 5px;
	background: url(../image/bg_back_03.jpg) repeat;
}

.step_ttl {
	font-weight: bold;
	font-size: 140%;
	color: #039;
}

.box_step {
	padding: 10px;
	margin: 0 10px 10px;
	background: #fff;
	text-align: center;
}

.box_step dt {
	font-weight: bold;
	font-size: 130%;
	color: #039;
	margin: 0 0 20px;
	border-bottom: solid 1px #039;
}

.box_step dd {
	margin: 0 20px;
}
	
.box_step .get_txt {
	margin-left: -10px;
}

.kquiz {
	margin: 20px 0 0;
	padding: 5px 0;
	background: #ffc;
	font-size: 140%;
}

ol {
	list-style: decimal;
}

ol li span {
	color: #000;
	font-family: sans-serif;
}

.tm_txt {
	font-size: 130%;
	font-weight: bold;
	color: #039;
	text-align: center;
	margin-bottom: 10px;
}

.form_btn {
	text-align: center;
	margin: 0 auto 10px;
}



/*------------------------------------
	.キャンペーン応募フォーム
-----------------------------------------------------------------------------------------------------*/
.box_form {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
}

.box_form dt {
	width: 12.5em;
	float: left;
	clear: left;
	font-size: 110%;
	font-weight: bold;
	border-left: solid 5px #666;
	padding: 10px 20px;
	margin-left: 30px;
}

.box_form dd {
	padding: 0;
	margin: 0 0 10px;
	border-bottom: dotted 1px #666;
}

.box_form dd.answer {
	margin-bottom: 5px;
	border: none;
}

.box_form dd p {
	padding-left: 270px;
}

.box_form dd p.do1 {
	margin-bottom: 7px;
}

.box_form input {
	width: 400px;
	_width: 350px;
	padding: 10px 5px;
	margin: 5px 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 2px 2px 5px #ccc;
	-moz-box-shadow: inset 2px 2px 5px #ccc;
	-webkit-box-shadow: inset 1px 1px 5px #ccc;		
	border: solid 1px #ccc;	
}

input:focus {
	background: #ffe;
}

.f_color {
	color: #f00;
	font-weight: bold;
}

.sub_btn {
	text-align: center;
}




/*------------------------------------
 profile
---------------------------------------------------------------------------------------------------*/
.box_profile {
	margin-bottom: 0;
}

.box_profile .bg_pf {
	float: right;
	margin: 0 0 10px 20px;
}
	
.box_profile p.name {
	font-size: 120%;
	margin-bottom: 5px;
}

.box_profile p {
	font-size: 90%;
	margin-bottom: 20px;
}



/*------------------------------------
 ダウンロード
---------------------------------------------------------------------------------------------------*/
.box_dl {
	margin: 0;
}

.dl_caution {
	margin: 0 5% 5%;
	padding: 10px;
	color: #000;
	background: #ffc;
}

.dl_caution span {
	font-size: 85%;
	color: #f00;
}

.box_dl dt {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	color: #f00;
	margin-bottom: 10px;
}

.box_dl dd {
	text-align: center;
	margin: 5px 50px 50px;
	display: block;
}

.box_dl dd.btn a {
	display: block;
	background:  url(../image/btn_back_233.gif) repeat-x #e50203;
	margin: 0 100px 10px;
	padding: 8px 0;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 3px #f33;
	_border: solid 3px #ab0606;
	border/**/: solid 3px #ab0606\9;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 2px 2px 4px #666;
	position: relative;
	behavior: url("PIE.htc");
}

.box_dl dd.btn a:hover {
	background:  url(../image/btn_back_h_233.gif) repeat-x #44403f;
	color: #fff;
	text-decoration: none;
	border: solid 3px #666;
}

.box_dl .dl_dis {
	margin-bottom: 20px;
	padding: 10px;
	background: #ffc;
	text-align: left;
	font-size: 90%;
}



/*------------------------------------
 footer
---------------------------------------------------------------------------------------------------*/
footer {
	height: auto;
	margin: 0 auto;
	padding: 20px 0 10px;
	background: #222;
	color: #fff;
	font-size: 90%;
	text-align: center;
}

footer p {
	font-size: 90%;
	margin-bottom: 10px;
}

footer .company {
	font-size: 120%;
}

footer .f_link {
	margin: 0 auto 20px;
	font-size: 95%;
}

footer .f_link a,
footer .f_link a:active,
footer .f_link a:visited {
	color: #CFF;
	text-decoration: underline;
}

footer .f_link a:hover {
	color: #F00;
}



@media screen and (max-width: 800px) {
#container {
	width: 100%;
	padding: 0;
}

h1 img {
	width: 100% !important;
}

.cs_btn a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 90%;
	margin: 0 5% 5%;
	padding: 8px 0 2px;
	background: #051059;
	background: -moz-linear-gradient(top, #0220e2 0%, #01127e 100%);
	background: -webkit-linear-gradient(top, #0220e2 0%, #01127e 100%);
	background: linear-gradient(top, #0220e2 0%, #01127e 100%);
	color: #ff0;
	font-size: 180%;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: solid 3px #036;
	box-shadow: 2px 2px 2px #666;
}

.cs_btn a:hover {
	background: #6273e3;
	border: solid 3px #3a4ed1;
}
}


@media screen and (max-width: 768px) {
#container {
	width: 100%;
	line-height: 1.6;
}

h1 img {
	width: 100% !important;
}

article {
	padding: 4% 0;
}

aside {
	margin: 0 auto;
	text-align: center;
}

h2,
h2.cttl {
	margin-bottom: 3%;
	padding: 2% 6%;
	background: url(../image/h3_10.gif) repeat-x 0 0 #b8000d;
	font-size: 150%;
	color: #fff;
}

h2.cttl {
	background: url(../image/h2_back_23.jpg) repeat-x 0 0;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

section {
	margin: 0 6% 5%;
}

.bg_01 {
	background-size: 37%;
}

.bg_02 {
	background-size: 40%;
}

img.switch {
	width: 100%;
}



/*------------------------------------
	黄色枠カコミ
-----------------------------------------------------------------------------------------------------*/
.box_period {
	margin-bottom: 5%;
}

.box_period p {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 2%;
	margin: 0;
	background: #ffc;
	font-size: 90%;
}

.box_period span {
	font-weight: bold;
	color: #f00;
}

.box_caution {
	padding: 2%;
	background: #ffc;
	color: red;
}

.box_caution p {
	font-size: 85%;
}


/*------------------------------------
	キャンペーンボタン
-----------------------------------------------------------------------------------------------------*/
.cs_btn a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80%;
	height: auto;
	margin: 0 10% 5%;
	padding: 1% 0;
	background: #051059;
	background: -moz-linear-gradient(top, #0220e2 0%, #01127e 100%);
	background: -webkit-linear-gradient(top, #0220e2 0%, #01127e 100%);
	background: linear-gradient(top, #0220e2 0%, #01127e 100%);
	color: #ff0;
	font-size: 180%;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: solid 3px #036;
	box-shadow: 2px 2px 2px #666;
}

.cs_btn a:hover {
	background: #6273e3;
	border: solid 3px #3a4ed1;
}


/*------------------------------------
	キャンペーン参加方法
-----------------------------------------------------------------------------------------------------*/
.box_bl {
	width: 100%;
}

.box_bl img {
	width: 100%;
}

.box_buy a img {
	width: 90%;
}



/*------------------------------------
	profile
-----------------------------------------------------------------------------------------------------*/
.box_profile .bg_pf {
	margin: 0 0 1px 15px;
}

.box_profile p.pname {
	font-size: 110%;
	margin-bottom: 1%;
}



/*------------------------------------
 ダウンロード
---------------------------------------------------------------------------------------------------*/
.box_dl {
	margin-bottom: 0;
}

.dl_caution {
	margin: 0 3% 6%;
	padding: 1% 2%;
	color: #000;
	background: #ffc;
	font-size: 90%;
}

.dl_caution span {
	color: #f00;
}

.box_dl dl {
	margin: 0;
}

.box_dl dt {
	font-weight: 600;
	text-align: center;
}

.box_dl img {
	width: 100%;
}

.box_dl dt span {
	font-weight: bold;
	color: #f00;
}

.box_dl dd {
	margin: 1% 10% 6%;
}

.box_dl dd.btn a {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	display: block;
	background:  url(../image/btn_back_233.gif) repeat-x #e50203;
	padding: 2% 0;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 3px #f33;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 2px 2px #666;
	position: relative;
	behavior: url("PIE.htc");
}

.box_dl dd.btn a:hover {
	background:  url(../image/btn_back_h_23.gif) repeat-x #44403f;
	color: #fff;
	text-decoration: none;
	border: solid 3px #666;
}

.box_dl dd iframe {
	width: 100%;
}

}



@media screen and (max-width: 480px) {
header h1 img {
	width: 100%;
}

h2,
h2.cttl {
	margin-bottom: 5%;
	padding: 4% 6%;
	background: url(../image/h3_10.gif) repeat-x 0 0 #b8000d;
	font-size: 130%;
	color: #fff;
}

h2.cttl {
	color: #000;
	background: url(../image/h2_back_23.jpg) repeat-x 0 0;
	text-shadow: 1px 1px 1px #fff;
}

.box_period {
	margin-bottom: 40px;
}

.box_caution {
	margin: 0 0 40px;
	padding: 2% 3%;
}

.box_cday {
	font-size: 100%;
}

.box_step dt {
	font-size: 110%;
	margin: 0 0 10px;
}

.box_step dd {
	margin: 0;
}

.box_step .get_txt {
	margin: 0 auto;
}

.box_bl {
	width: 100%;
	margin: 0;
}

.box_buy img {
	margin-bottom: 2px;
}

.box_buy {
	float: none;
	width: 100%;
	margin: 0 auto 10px;
}

.box_bl img {
	width: auto;
}

.sign {
	float: none;
	margin: 0 auto 5px;
}

.sign_02 {
	float: none;
	margin: 30px auto 20px;
}

.box_buy a {
	width: 80%;
	margin: 5px auto;
}

.box_buy a img {
	width: auto;
}

.cs_btn a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 90%;
	height: auto;
	margin: 0 auto 15%;
	padding: 10px 0;
	background: #051059;
	background: -moz-linear-gradient(top, #0220e2 0%, #01127e 100%);
	background: -webkit-linear-gradient(top, #0220e2 0%, #01127e 100%);
	background: linear-gradient(top, #0220e2 0%, #01127e 100%);
	color: #ff0;
	font-size: 110%;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: solid 3px #036;
	box-shadow: 2px 2px 2px #666;
}

.cs_btn a:hover {
	background: #6273e3;
	border: solid 3px #3a4ed1;
}

.step_ttl {
	font-size: 130%;
}

.tm_txt {
	font-size: 120%;
}

.gfs {
	margin-bottom: 60px;
	}

.box_profile {
	margin-bottom: 1%;
}

.box_profile div {
	margin-bottom: 3%;
}

.box_profile .bg_pf {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto 3%;
}

.box_profile p {
	font-size: 90%;
}

.box_profile p.pname {
	margin-bottom: 1%;
	clear: both;
}

.campaign_btn {
	width: 84%;
	margin: 0 auto 10%;
	text-align: center;
}

.campaign_btn a {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	background: url(../image/cenbtn_05.gif) repeat-x #2d6f1e;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	border: solid 2px #86b80f;
	border-radius: 25px;
	-webkit-border-radius: 25px;  
  -moz-border-radius: 25px;
	box-shadow: 1px 2px 2px #ccc;
}

.campaign_btn a:hover {
	background: url(../image/cenbtn_11.gif) repeat-x #d851b0;
	color: #fff;
	border: solid 2px #ff21d4;
}

.dl_caution {
	margin: 0 3% 6%;
	padding: 2%;
	color: #000;
	background: #ffc;
	font-size: 80%;
}

.dl_caution span {
	color: #f00;
}

.box_dl dt {
	font-size: 100%;
}

.box_dl dd {
	margin: 1% 0 6%;
}

.box_dl dd.yt {
	margin: 1% 6% 50px;
}

.box_dl dd.btn a {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	display: block;
	background:  url(../image/btn_back_233.gif) repeat-x #e50203;
	padding: 4% 0;
	margin: 0 10%;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 3px #f33;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 2px 2px #666;
	position: relative;
	behavior: url("PIE.htc");
}

.box_dl dd.btn a:hover {
	background:  url(../image/btn_back_h_23.gif) repeat-x #44403f;
	color: #fff;
	text-decoration: none;
	border: solid 3px #666;
}

.mp_txt {
	margin: 0 4% 6%;
}

footer {
	margin: 0 auto;
	padding: 8% 2% 5%;
	font-size: 80%;
}

}