@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,button,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:1em}html{font-size:62.5%}h1,h2,h3,h4,h5,h6{font-weight:bold}input,option,select,table,textarea{line-height:1.1}ol,ul{list-style:none}blockquote,q{quotes:none}fieldset{min-width:100%;width:100%;display:table}button{margin:0;padding:0;border:none;background:none;cursor:pointer}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}img{vertical-align:top}@media only screen and (max-width:768px){img{max-width:100%;height:auto}}
body,button,h1,h2,h3,h4,h5,h6,input,option,select,table,textarea{
}

a:link,
a:visited {
}

a:hover,
a:active {

}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

p,div,label {
	font-size:14px;
}

@media screen and (max-width: 768px) {
	html.body {
		font-size:16px;
	}
	p,div,label {
		font-size:1.4rem;
	}
}

/* Contents */
#contents {
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	width: 960px;
	margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
	#main {
		width:auto;
		padding:0 15px;;
		margin:50px auto 0;
	}
}

#contents .ttl {
	padding:20px;
	margin-top:40px;
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	position: relative;
	background:#E85A24;
	border-bottom:3px #c3491b solid;
}

#contents .ttl:after {
/*	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background: #4a9a41;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -32px;*/
}

@media screen and (max-width: 768px) {
	#contents .ttl {
		font-size: 1.6em;
		padding:1.4rem;
		margin-top:1em;
	}
	#contents .sectionBoxBody {
		padding:0 15px;
	}
}

#contents h4.caption {
	padding:40px 0 10px 0;
	border-bottom:1px #ccc solid;
	font-size:1.8rem;
	color:#E85A24;
}

#contents .lead {
	margin:30px auto 0;
	font-size:16px;
	line-height: 1.5;
}

#contents .lead.emphasis {
	text-align:center;
}

#contents .lead + p {
	margin:30px auto 0;
	font-size:16px;
	line-height: 1.5;
}
#campaign .password {
	max-width:360px;
	margin:0 auto;
}
#campaign .password p,
#campaign .address-group p {
	text-align:left;
}
#campaign .pass-reminder-result h3 {
	padding-bottom:40px;
}
#campaign .pass-reminder-result p{
	padding-bottom:20px;
	font-size:18px;
	line-height:150%;
}
@media screen and (max-width: 768px) {
	#contents .lead {
		margin: 3rem auto 0;
		font-size: 1.1em;
	}
	#campaign .password p,
	#campaign .address-group p {
		font-size:24px;
	}
}
@media screen and (max-width: 640px) {
	#campaign .password input[type="text"] {
		width:100%;
	}
	#campaign .pass-reminder-result h3 {
		padding-top:40px;
	}
	#campaign .pass-reminder-result p{
		font-size:16px;
		text-align:left;
	}
}

#main .summary {
	padding-top: 15px;
}

#main .summary dl {
	display: table;
	margin-top: 20px;
	width: 100%;
}

#main .summary dl:first-child {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

#main .summary dl dt,
#main .summary dl dd {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	vertical-align: top;
}

#main .summary dl dt {
	width: 195px;
}

#main .summary dl dt span {
	display: inline-block;
	width: 195px;
	padding: 11px 0 8px;
	background: #c3162f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
}

#main .summary dl dd {
	padding: 2px 0 20px 20px;
	line-height: 1.9;
}

#main .summary dl dd span {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#main .summary {
		padding-top: 1rem;
	}

	#main .summary dl {
		display: block;
		margin-top: 1.2rem;
	}

	#main .summary dl:first-child {
		padding-top: 1.2rem;
	}

	#main .summary dl dt,
	#main .summary dl dd {
		display: block;
		font-size: 1.1em;
		vertical-align: middle;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 1.2rem;
		vertical-align: top;
	}
	#main .summary dl dt {
		width: auto;
		border-bottom:0;
	}
	#main .summary dl dt span {
		display: block;
		width: auto;
		padding: 1rem 0 0.5rem;
	}

	#main .summary dl dd {
		padding: 0.5rem 0 1.4rem 1.4rem;
		margin-bottom:2rem;
	}

	#main .summary dl dd span {
		font-weight: bold;
	}
}

#main .btn a:hover {
	opacity: .7;
}


/* Not Found
--------------------------------------------------------- */
.notFound #main h1 {
	margin-top: 60px;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

.notFound #main p {
	margin-top: 60px;
	font-size: 1.6em;
	line-height: 1.9;
	text-align: center;
}


/*add*/
.btn-notes {
	padding-top:40px;
	font-size:16px;
	line-height:140%;
}

em {
	color:#c00;
	font-style:normal;
}

dd small {
	display:block;
	margin-top:10px;
	font-size:14px;
}

dd small.remarks {
	color:#c00;
}

#main .summary dl dd span.step {
	display:block;
	width:auto !important;
	font-weight:normal;
}

#main .summary dl dd span.step:first-child {
	margin-bottom:10px;
}

h3 {
	padding-top:60px;
	font-size:20px;
	line-height:150%;
	text-align:center;
}

@media screen and (max-width: 768px) {
	h3 {
		padding-top:2rem;
		font-size:2rem;
	}
}

#main div.notes .lead {
	margin-top:35px;
}

@media screen and (max-width: 768px) {
	#main div.notes .lead {
		margin-top:2rem;
	}
}

div.notes p {
	margin-top:35px;
	font-size:16px;
	line-height:150%;
}

div.notes p.privacy-policy {
	margin-top:15px;
}
#campaign p.privacy-policy {
	font-size:16px;
}
div.notes ul {
	padding:15px 0 35px 0;
	margin:0;
	list-style:none;
}

div.notes ul li {
	padding:8px 0 0 0;
	margin:0;
	font-size:16px;
	line-height:150%;
}

@media screen and (max-width: 768px) {
	div.notes p {
		margin-top:2rem;
		font-size:1.4rem;
	}
	div.notes ul {
		padding:1rem 0 2rem 0;
	}
	div.notes ul li {
		padding:8px 0 0 0;
		margin:0;
		margin-top:2rem;
		line-height:150%;
	}
}

.btn input:hover {
	opacity: .7;
}

.asterisk {
	color:#c00;
}

.check-mail {
	width:598px;
	display: block;
	padding: 30px 0 23px;
	margin:0 auto;
	border: 2px solid #c3162f;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.check-mail h4 {
	padding-bottom:8px;
	color: #c3162f;
	font-size: 16px;
	line-height:150%;
	font-weight: bold;
}
.check-mail p {
	font-size: 18px;
	line-height:150%;
}

.result-massege {
	margin:60px 0;
}

.result-massege p {
	font-size: 16px;
	line-height:150%;
}

.result-massege p.remarks {
	padding:0 0 20px 0;
	font-size: 18px;
	color: #c3162f;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*form*/
input[type=radio],
input[type=checkbox]{
	margin-right:0.4em;
}

label {
	margin-right:2em;
}

/* inputField enqField --------------------------*/
.inputField,
.enqField,
.passChangeField,
.serialField {
	margin:40px auto;
}

@media screen and (max-width: 768px) {
	.inputField,
	.enqField,
	.passChangeField,
	.serialField {
		margin:2rem auto;
	}
}
	.inputField .section,
	.enqField .section,
	.passChangeField .section,
	.serialField .section{
		border-bottom: 1px solid #CCC;
		padding: 15px 0;
	}
	
	.enqField .body select,
	.inputField .body select {
		line-height: 2;
		outline:none;
		padding: 0;
		vertical-align:middle;
		border:1px #999 solid;
		font-size:18px;
	}
.inputField .section:first-child{
	border-top: 1px solid #CCC;
}
/* inputField ------------------------------------*/
.inputField .head,
.inputField .body,
.enqField .head,
.enqField .body,
.passChangeField .head,
.passChangeField .body,
.serialField .body,
.serialField .head {
	padding: 10px 0 10px 10px;
	vertical-align:middle;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.inputField .head,
.passChangeField .head,
.serialField .head,
.enqField .head {
	width:30%;
	font-size:16px;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
	.inputField .head,
	.passChangeField .head,
	.serialField .head,
	.enqField .head {
		display:block;
		width:auto;
	}
}

.inputField .body,
.passChangeField .body,
.serialField .body,
.enqField .body {
	font-size:16px;
	margin:0;
}

.inputField .body span,
.passChangeField .body span,
.serialField .body span,
.enqField .body span {
	font-size:16px;
	margin:0;
}
@media screen and (max-width: 640px) {
	.inputField .head,
	.passChangeField .head,
	.serialField .head,
	.enqField .head {
		font-size:14px;
	}

	.inputField .body,
	.passChangeField .body,
	.serialField .body,
	.enqField .body {
		font-size:14px;
	}
	.inputField .body span,
	.passChangeField .body span,
	.serialField .body span,
	.enqField .body span {
			font-size:14px;
	}
}
.inputField .body span:last-child,
.serialField .body span:last-child {
	display:block;
	padding-top:8px;
	color:#c00
}
.form_error_msg {
	padding-top:10px;
	color:#c00;
}

/*footer*/


.teaser p,
.closer p  {
	padding:30px 10px 100px 10px;
	margin:30px 0;
	color: #222;
	font-size:1.8rem;
	font-weight: bold;
	line-height:150%;
	text-decoration: none;
	text-align: center;
}

.prize div {
	padding-right:15px;
}
.result-massege {
	text-align:center;
}

.result-massege p.remarks {
	padding-top:20px;
	font-size:20px;
}

.result-image {
	padding:15px;
}

.result-image img {
	display:block;
	width:100%;
	max-width:600px;
	margin:20px auto;
}

.lottery-result h3 {
	padding-top:80px;
	font-size:20px;
	line-height:150%;
	text-align:center;
}

.lottery-result .win-message p {
	padding-top:40px;
	font-size:18px;
	line-height:150%;
	text-align:center;
}

.lottery-result .low-message p {
	padding-top:40px;
	font-size:18px;
	line-height:150%;
	text-align:center;
}

@media screen and (max-width: 768px) {
	.lottery-result h3 {
		padding-top:40px;
	}
	.lottery-result .result-image {
		padding-bottom:0;
	}
}


#contents {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding-top:2rem;
	background:#fff;
}
@media (min-width:768px) {
	#contents {
		padding-top:4rem;
	}
	br.sp {
		display:none;
	}
}
#contents li, #contents ol, #contents ul {
	color:#222;
}
#contents dd, #contents div, #contents dl, #contents dt, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents p {
	color:#222;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
input[type="tel"] {
	padding:8px 10px;
	background-color:#fff;
	box-shadow:rgba(204, 204, 204, 0.75) 3px 3px 5px 0px inset;
	-webkit-box-shadow:rgba(204, 204, 204, 0.75) 3px 3px 5px 0px inset;
	-moz-box-shadow:rgba(204, 204, 204, 0.75) 3px 3px 5px 0px inset;
	border:1px #ccc solid;
	margin:0;
	font-size:16px;
	color:#555;
	outline:none;
	vertical-align:middle;
	display:block;
}
textarea {
	height:120px;
}
select{
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size:16px;
	color: inherit;
/*	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;*/
	padding:8px 10px;
	color:#555;
}
    select option{
      background-color: #fff;
      color: #333;
    }
    select::-ms-expand {
      display: none;
    }
    select:-moz-focusring { 
      color: transparent; 
      text-shadow: 0 0 0 #828c9a;
    }


.btn p {
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 2.4rem;
    letter-spacing: 1px;

}
.btn input[type="submit"], .btn a {
    display: block;
    width: 100%;
    text-align:center;
    max-width:598px;
    margin:40px auto 0 auto;
    color: #fff;
    background-color: #E85A24;
    padding: 22px 0;
    border: 2px solid #E85A24;
    border-radius: 0;
    font-size: 2.2rem;
    font-weight: 600;
    pointer-events: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor:pointer;   
    text-decoration:none;
    box-sizing: border-box;
    box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    line-height:100%;
}
@media screen and (max-width: 768px) {
	.btn input[type="submit"], .btn a {
		padding: 1.7rem 0;
	    font-size: 2rem;
	}
}
.btn.historyback a {
	 background-color: #444;
	 border: 2px solid #444;
}
.btn input[type="submit"].disabled, .btn a.disabled {
    background-color: rgba(157,157,157,.5);
    color: #9d9d9d;
    border: 2px solid rgba(157,157,157,0);
    pointer-events: none;
    box-shadow:0px 0px 0 rgba(0,0,0,0.4);
}

.btn.challenge input[type="submit"],
.btn.challenge a {
	background-color: #1158b2;
    border: 2px solid #1158b2;
}

@media screen and (max-width: 768px) {
	.btn input[type="submit"], .btn a {
		max-width:300px;
	}
}
input[type="text"].form-phone1 {
	width:50px !important;
}
input[type="text"].form-phone2 {
	width:65px !important;
}
input[type="text"].form-phone3 {
	width:65px !important;
}

input[type="text"].mail-link {
	width:90%;
}

input[type="file"] {
	width:auto;
}

input[type="text"] {
	width:200px;
}

input[type="text"].year {
	width:80px;
	margin-right: 0.4em;
}

input[type="text"].month,
input[type="text"].day {
	width:50px;
	margin-right: 0.4em;
	margin-left:10px;
}

input[type="text"].large {
	width:200px;
}

input[type="text"].short {
	width:100px;
}

.inputField .body:last-child {
	width:60%;
}

@media screen and (max-width: 640px) {
	.inputField .body:last-child {
		width:90%;
	}
}

textarea {
	width:90%;
}


#campaign .agreement {
	padding-bottom:10px;
}

#campaign .agreement,
#campaign .agreement + p {
	padding-right:20px;
	padding-left:20px;
}
#campaign .body p{
	text-align:left;
	font-size:14px;
	font-weight:normal;
}
#campaign .body p input[type="text"] ,
#campaign .body p textarea {
	display:inline-block !important;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}
#campaign .body p:first-child {
	/*margin-bottom:1em;*/
}

#campaign .body p.notes {
	margin-top:4px;
}

#campaign .btn .error {
	padding-top:8px;
	text-align:center;
}

@media screen and (max-width: 320px) {
	#campaign input[type="text"].form-phone1 {
		width:40px;
	}
}


@media screen and (max-width: 640px) {
	#campaign input[type="text"] {
		width:70%;
	}
}

#regist_result {
	padding-bottom:140px;
}
.result-massege {
	margin-top:40px;
}
@media screen and (max-width: 560px) {
	#regist_result {
		padding-bottom:0;
	}
}

.code-group,
.address-group,
.password {
	display: block;
    width: 100%;
    text-align:left;
    max-width:598px;
    margin:0 auto 60px auto;
}

.code-group h3,
.address-group h3,
.password h3 {
	padding-bottom:10px;
	text-align:left;
}

.address-group h3 {
	padding-top:40px;
}

.password h3 {
	padding-top:40px;
}

#contents .address-group p span,
#contents .password p span {
	display:block;
	padding-top:8px;
	font-size:14px;
	color:#c00
}

.address-group p,
.password p {
	font-size:2em;
}

#contents .address-group p.notes,
#contents .password p.notes {
	padding-top:8px;
	font-size:14px;
}

.code-group .code {
	padding:20px;
	border:1px #ccc solid;
	background:#efefef;
	font-size:20px;
	text-align:center;
}

.code-group .code.error {
	margin-top:0;
	color:#c00 !important;
}

.code-group .error {
	margin-top:8px;
}

#contents p.remarks {
	margin-bottom:-10px;
	font-size:16px;
	text-align:center;
}

#contents p.notes {
	margin-top:10px;
}

#contents div.error {
	margin-top:10px;
}

#contents p.result-message {
	margin:30px auto 60px auto;
	text-align:center;
	max-width:598px;
	font-size:18px;
	text-align:center;
}

.address-group input[type="email"],
.address-group input[type="text"],
.address-group input[type="password"]{
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    height: 5.6rem;
    line-height: 5.6rem;
    padding: 0 1.6rem;
    -webkit-appearance: none;
    background: 0 0;
     box-sizing:border-box;
    color:#333;
}
.password input[type="password"],
.password input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    height: 5.6rem;
    line-height: 5.6rem;
    padding: 0 1.6rem;
    -webkit-appearance: none;
    background: 0 0;
    box-sizing:border-box;
    color:#333;
}
.password-group {
	margin-top:3em;
}
.password-group .lead {
	text-align:center;
}

@media screen and (max-width: 768px) {
	.code-group {
		padding-top: 2rem;
	}
	#contents p.remarks {
		font-size:1.4rem;
	}
}

.point-group h3 {
	padding-top:20px;
}

.point-group .point {
	padding:30px  20px 38px 20px!important;
	margin:20px auto;
	border:1px #ccc solid;
	background:#efefef;
	font-size:40px;
	max-width:598px;
	text-align:center;
}

#contents .point-group .point p {
	font-size:50px;
	color:#c00;
	line-height:150%;
}

#contents .point-group .point p small {
	display:block;
	font-size:14px;
	color:#222;
	line-height:150%;
}

#contents .point-group .point p span {
	display:inline-block;
	font-size:0.8em;
}

#contents .point-group .text-group p.remarks {
	padding-bottom:0.5em;
	font-size:18px;
	line-height:150%;
	text-align:center;
}

#contents .point-group .text-group p{
	max-width:598px;
	margin:0 auto;
	color:#222;
}

.inputField.mypage {
	border:0;
}

.prize-group {
	padding:40px 20px;
	margin:60px auto 20px auto;
	border:1px #e8e8e8 solid;
	font-size:16px;
	max-width:798px;
}

.prize-group + .prize-group {
	margin-top:30px;
}

.prize-group h3 {
	padding-top:0;
}

#contents .prize-group h4 {
	padding:10px 20px;
	margin-bottom:1.5em;
	border:1px #ccc solid;
	font-size:1.2em;
	color:#E85A24;
	text-align:center;
}

#contents .prize-group h5 {
	margin-top:1em;
	font-size:1.4em;
}

#contents .prize-group h5 small {
	display:block;
	font-size:0.9em;
	line-height:120%;
}

#contents .prize-group p.notes {
	padding-bottom:5px;
	margin-top:0;
	font-size:0.9em;
	color:#777;
}

#contents .prize p.remarks {
	margin-bottom:1em;
	font-weight:bold;
}

.prize-group .btn-group .btn.challenge input {
	margin-top:10px;
}

#contents .prize p.caption {
	margin-top:20px;
	font-size:1.2em;
	font-weight:bold;
}

.prize-group .prize {
	display:block;
	max-width:698px;
	padding:0;
	margin:25px auto 0 auto;
}

.prize-group .prize div {
	padding:4px 0;
}

.prize-group .prize label {
	font-size:16px;
}

.prize-group .prize label span {
	font-size:16px;
	color:#c3162f;
}

.prize-group .prize label span:after {
	content: "：";
}

.prize-group .prize label small {
	padding-left:10px;
	font-size:14px;
}

.prize .wrapper {
	background-color:#fff !important;
}

@media screen and (max-width: 768px) {
	.inputField.mypage {
		margin-bottom:0;
	}
	.prize-group {
		padding: 1em;
		margin: 3.2em 15px 1.2em 15px;
	}
	.point-group {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 420px) {
	.prize-group .prize label {
		font-size:1.4rem;
	}
	.prize-group .prize label span {
		font-size:1.2rem;
	}
	.prize-group .prize label small {
		padding-left:6px;
		font-size:1.2rem;
	}
}

@media screen and (max-width: 380px) {
	.prize-group .prize label {
		font-size:1.3rem;
	}
	.prize-group .prize label span {
		font-size:1.1rem;
	}
	.prize-group .prize label small {
		padding-left:6px;
		font-size:1.1rem;
	}
}

@media screen and (max-width: 360px) {
	.prize-group .prize label {
		font-size:1.2rem;
	}
	.prize-group .prize label span {
		font-size:1.1rem;
	}
	.prize-group .prize label small {
		padding-left:4px;
		font-size:1.0rem;
	}
}

.logout a {
	display: block;
    width: 100%;
    text-align:center;
    max-width:138px;
    margin:80px auto 0 auto;
    color: #fff;
    /*background-color: #c3162f;*/
    background-color: #222;
    padding: 10px 0;
     /*border: 2px solid #c3162f;*/
    border: 2px solid #333;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 600;
    pointer-events: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor:pointer;   
    text-decoration:none;
    box-sizing: border-box;
}

.logout a:hover {
	opacity: .7;
}

.reminder-password {
	margin-top:30px;
	text-align:center;
}

#contents .reminder-password a {
	font-size:16px;
	text-decoration:underline
}

#contents .reminder-password a:hover {
	text-decoration:none
}

#contents p.annotation {
	padding:50px 15px 0 15px;
	text-align:center;
	color:#c00;
}

#contents p.add-form {
	padding:1em 20px 0 20px;
	text-align:center
}
input {
	display:block;
}

#serial input {
	display:inline-block;
}
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }

  ._pcOnly {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
	#campaign p.exp img {
	    width: auto;
	    height: 12vw;
	    padding: 0 1vw 2vw 0;
	}
	#campaign p.exp img {
	    width: 120px;
	    height: auto;
	    text-align: center;
	    margin: 0 auto;
	    padding: 0 auto;
	}
}