﻿　charset "UTF-8";"
.mainimage {
  margin-bottom: 15px;
}

h2.cpttl {
    padding: 30px 10px 10px;
    color: #333;
    font-size: 25px;
    margin-bottom: 1em;
    text-align: center;
    border-top: #e2e2e2 2px solid;
}
h2.entryttl {
  padding: 10px;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}

.note {
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
}

/* キャンペーンエントリー */
#ENTRY .entry-box {
  border: 4px solid #CCC;
  margin-top: 1em;
  margin-bottom: 10px;
}
#ENTRY .entry-box .inner {
  padding: 20px 21px 15px;
}
#ENTRY .entry-box .entryttl {
  background-color: #CCC;
  padding: 5px 0;
}
#ENTRY .entry-box .entryttl h3 {
  margin: 0 auto;
  line-height: 120%;
  font-size: 110%;
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  #ENTRY .entry-box .entryttl h3 {
    width: 600px;
    background-position: 0 0;
    padding: 0;
  }
}
#ENTRY .entry-box .entryttl h3 .small {
  font-size: 80%;
}
#ENTRY .entry-box .img {
  margin-bottom: 10px;
}
#ENTRY .entry-box em {
  color: #4880CE;
}
#ENTRY .nsa-box {
  border: 4px solid #CCC;
  padding-top: 10px;
}

/* IVR */
#IVR .entry-box {
  border: 4px solid #CCC;
}
#IVR .entry-box .inner {
  padding: 15px 21px 0;
}
#IVR .entry-box .entryttl {
  background-color: #CCC;
  padding: 5px 0;
}
#IVR .entry-box .entryttl h3 {
  margin: 0 auto;
  background-image: url(../img/tel_icon_b.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  line-height: 120%;
  font-size: 110%;
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  #IVR .entry-box .entryttl h3 {
    width: 540px;
    background-position: 0 0;
    padding: 0;
  }
}
#IVR .entry-box .entryttl h3 .small {
  font-size: 80%;
}
#IVR .entry-box .img {
  margin-bottom: 10px;
}
#IVR .entry-box h4 {
  text-align: center;
  color: #C50018;
  margin-bottom: 0.5em;
  font-size: 16px;
}
#IVR .entry-box p {
  text-align: center;
}
#IVR .entry-box p.telnote {
  font-size: 95%;
}
#IVR .entry-box em {
  color: #4880CE;
}
#IVR table {
  border-collapse: collapse;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
}
#IVR table th, #IVR table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px 15px;
}
#IVR table th ul, #IVR table th ol, #IVR table td ul, #IVR table td ol {
  margin-bottom: 0;
}
#IVR table thead tr th {
  text-align: center;
  width: 30%;
  text-align: center;
  background-color: #CAEAFD;
}
#IVR table thead tr th + th {
  width: 70%;
}
#IVR table tr td {
  width: 30%;
  text-align: center;
}
#IVR table tr td + td {
  width: 70%;
  text-align: left;
}
#IVR table tr td ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}
#IVR table tr td ol li {
  margin: 0.8em 0;
}
#IVR table tr td ol li:before {
  counter-increment: number;
  content: counter(number);
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  color: #FFF;
  background-color: #A17B1D;
}
#IVR table tr td ol li.comp {
  color: #C50018;
}

.attention-area ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
.attention-area h3 {
  margin-bottom: 0.3em;
}

.tel-box {
  border: 4px solid #CCC;
  padding: 20px 15px 0;
}
.tel-box h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.tel-box .time {
  font-size: 12px;
}
.tel-box .tel {
  font-size: 26px;
  font-weight: bold;
  color: #F00;
  margin: 0;
}
.tel-box p {
  margin-bottom: 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* チャレンジナンバー 期間用テーブル */
.cn-table {
  border-collapse: collapse;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  width: 100%;
}
table.cn-table th, table.cn-table td {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 5px;
  text-align: center;
}


/* アプラスカードアプリからのエントリー */
.app_btn, .aps_btn, .ggp_btn, .aps_qr, .ggp_qr {
  display: block;
  position: absolute;
}
.app_banner {
  position: relative;
  margin: 0 auto;
  width: 660px;
  height: 70px;
  /*background: url(../img/app_bg.png) no-repeat;*/
	top: -10px;	
}
.app-banner01 {
	display: flex;
}
 .app_banner_sp {
    display: none;
  }
.app_btn {
  top: 30px;
  left: 17px;
}
.aps_btn {
  top: 20px;
  left: 50px;
}

.ggp_btn {
  top: 20px;
  left: 350px;
}
.aps_qr {
  top: 18px;
  left: 250px;
}
.ggp_qr {
  top: 18px;
  left: 548px;
}
  .sp{
	display:none;
  }
  .pc{
	display:block;
  }
.guide{
    font-size: 20px;
}
.red{
	color:red;
	font-weight:bold;
}

.cp_NSA_btn{
	color: #ffffff;
    font-weight: bold;
    background: #000000;
    padding: 12px 25px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    line-height: 1.2;
	}
a.cp_NSA_btn:hover {
opacity:0.7;
}

@media screen and (max-width: 640px) {
 .app_btn, .aps_btn, .ggp_btn, .aps_qr, .ggp_qr {
    display: block;
    position: absolute;
 }
 .app_banner {
    position: relative;
    margin: 0 auto;
    width: 340px;
    height: 180px;
    background: url(../img/app_bg_sp.png) no-repeat;
  }
.app-banner01 {
		display: none;
	}	
	
  .app_btn {
    top: 50px;
    left: 20px;
 }
  .aps_btn {
    top: 30px;
    left: 125px;
 }
  .ggp_btn {
    top: 100px;
    left: 125px;
  }
  .aps_qr {
    display: none;
  }
  .ggp_qr {
    display: none;
  }
  .pc{
	display:none;
  }
  .sp{
	display:block;
  }
  .guide{
    font-size: 3.5vw;
}
.cp_NSA_btn{
    font-size: 4vw;
}
}

/*-------------------
CP_END
------------------------*/
.cp-end {
	margin:8px auto 10px auto;
	padding:9px 7px 12px 7px;
	color:#FD0000;
	font-weight:bold;
	font-size:105%;
	text-align:center;
	line-height:1.5em;
	background-color:#f0f0f0;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.cp-end a {
	color:#1E1BFC;
	padding:0 3px 0 3px;
}
.maru{
	border-radius: 8px; /* CSS3 */
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */
	-moz-border-radius: 8px; /* Firefox用 */
	behavior: url(../js/PIE.htc); /* IE用 */
}


/*  table  */
.cn-table {
  border-collapse: collapse;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  width: 100%;
}
table.cn-table th, table.cn-table td {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 7px;
  text-align: center;
}

table.cn-table td{
	line-height:1.2;
}

table.cn-table tr:nth-child(odd){
background-color:#ffe6c6;
}

table.cn-table tr:nth-child(even){
background-color:#fbfaef;
}

/*  btn  */
.p-entry-btn{
	display: block;
	width: 330px;
	background-color: #b43d3f;
	color: #ffffff;
	text-decoration: none;
	border-radius: 15px;
	text-align: center;
	padding: 12px;
	margin: 20px auto 0;
	font-size: 25px;
	position: relative;
}

.p-entry-btn::before{
	content:'';
	display: inline-block;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translateY(-50%) rotate(90deg);
}
.p-entry-btn:hover {
	color: #ffffff;
	opacity: 0.6;
}
.revo-reg-btn{
	display: block;
	width: 370px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	border-radius: 15px;
	text-align: center;
	padding: 12px;
	margin: 30px auto 0;
	font-size: 25px;
}
.revo-reg-btn:hover {
	color: #ffffff;
	opacity: 0.6;
}
.cp_list_btn-area{
	width: 700px;
	margin 0 auto;
}
@media (max-width: 640px) {
	.p-entry-btn{
		width: 250px;
		font-size: 16px;
	}
	.revo-reg-btn{
		width: 300px;
		font-size: 16px;
	}
	.cp_list_btn-area{
		width:100%;
	}
]


