div.error {
    color: #eb5505;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 5px;
}
span.required {
    color: #eb5505;
    font-size: 0.9em;
    font-weight: normal;
}
span.any {
    font-size: 0.9em;
    font-weight: normal;
}
.kiyaku-attention {
	text-align: center;
	margin: 20px 0;
}
.kiyaku-area {
	padding: 0 20px 20px;
	border: 1px solid #ccc;
	height: 300px;
	overflow: scroll;
	margin: 20px 0;
}
.kiyaku-check {
	text-align: center;
	margin: 20px 0 0;
}
.kiyaku-check-error {
	display: none;
}
.kiyaku-check-ok {
	display: none;
}
.btn_disable {
	opacity: 0.7;
}

.detailContentsInner {
	/* 360°対応にて、スマホでVRモードにした際のヘッダー被る問題を解決するためにコメントアウト 2018/01/15 */
	/* z-index:1; */
}
.headerBanner {
	z-index:90;
}

.related-link-digiculColumn .headline {
	background-color: #fa8d39 !important;
}
.related-link-digiculColumn .link a {
	border-color: #fa8d39 !important;
	color: #fa8d39 !important;
}

.related-link-feature .headline {
	background-color: #01be9c !important;
}
.related-link-feature .link a {
	border-color: #01be9c !important;
	color: #01be9c !important;
}

.related-link-ictKeywords .headline {
	background-color: #2ea3f4 !important;
}
.related-link-ictKeywords .link a {
	border-color: #2ea3f4 !important;
	color: #2ea3f4 !important;
}

.related-link-kddiNow .headline {
	background-color: #0d056c !important;
}
.related-link-kddiNow .link a {
	border-color: #0d056c !important;
	color: #0d056c !important;
}

.related-link-bonus .headline {
	background-color: #fb4d46 !important;
}
.related-link-bonus .link a {
	border-color: #fb4d46 !important;
	color: #fb4d46 !important;
}

.btn_set2 {
	padding: 0 0 20px;
	text-align: center;
}

.login-error-area {
	width: 430px;
	margin: 0px auto 30px;
}

.freeContents2 {
	width: auto;
	margin:0 auto ;
	font-size:13.5px;
}
.freeContents2 .box {
	padding: 40px 0;
}
.freeContents2 .box h2 {
	font-size: 18px;
	line-height: 1.5em;
	padding: 5px 0 5px 15px;
	margin-bottom: 1em;
	border-left:2px solid #eb5505;
	color: #000;
	clear: none;
}
.freeContents2 .box p {
	margin: 0 0;
}
.tbl-agreement .item-content {
	padding-left: 20px;
}
.tbl-agreement .item-no2 {
	padding-left: 20px;
}
.agreement-area {
	margin-bottom: 30px;
}
.agreement-last-area {
	text-align: right;
	padding-right: 10px;
}

html.sp .freeContents2 {
	width: auto;
	padding: 10px 0px;
	margin:0;
	font-size:13px;
}
html.sp .freeContents2 .box {
	padding: 20px 0;
}
html.sp .freeContents2 .box h2 {
	font-size: 16px;
	line-height: 1.5em;
	padding: 5px 0 5px 15px;
	margin-bottom: 1em;
	border-left:2px solid #eb5505;
	color: #000;
	clear: none;
}
html.sp .freeContents2 .box p {
	margin: 0;
}

.underline {
	text-decoration: underline;
}
.pointer {
	cursor: pointer;
}

/* ほしいボタン */
.wb-wrapper {
	width: 96%;
	margin: 20px 2%;
	background-color: #F1F2F6;
	min-height: 130px;
}
.wb-txt {
	float: left;
	width: 60%;
	margin: 20px 0 20px 30px;
}
.wb-txt p {
	margin-bottom: 0 !important;
	line-height: 140% !important;
}
.wb-txt .wb-desc-title {
	text-align: center;
	font-weight: bold;
}
.wb-txt .wb-desc {
	text-align: left;
	margin-top: 10px;
}
.wb-area {
	float: right;
	width: 32%;
}
.wb-area .wb {
	background-color: #1050BA;
	width: 180px;
	height: 80px;
	margin: 28px 30px 28px 0;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	cursor: pointer;
}
.wb-h {
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
 
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
 
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.wb-area .wb .wb-l {
	float: left;
	margin: 14px 0 14px 24px;
}
.wb-area .wb .wb-l .wb-type {
	font-weight: bold;
	color: #FFF;
	font-size: 105%;
	text-align: center;
	width: 79px;
}
.wb-area .wb .wb-l .wb-vote {
	background-color: #FFF;
	color: #000;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}
.wb-area .wb .wb-r {
	float: right;
	margin: 10px 10px 10px 0;
}
.wb-area .wb .wb-r .wb-push {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	color: #1050BA;
	font-size: 90%;
	font-weight: bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
}

.wb-area-h {
	float: right;
	width: 32%;
}
.wb-area-h .wb {
	background-color: #999;
	width: 180px;
	height: 80px;
	margin: 28px 30px 28px 0;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.wb-area-h .wb .wb-l {
	float: left;
	margin: 14px 0 14px 24px;
}
.wb-area-h .wb .wb-l .wb-type {
	font-weight: bold;
	color: #D6D6D6;
	font-size: 105%;
	text-align: center;
	width: 79px;
}
.wb-area-h .wb .wb-l .wb-vote {
	background-color: #FFF;
	color: #000;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}
.wb-area-h .wb .wb-r {
	float: right;
	margin: 10px 10px 10px 0;
}
.wb-area-h .wb .wb-r .wb-push {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #D6D6D6;
	color: #999;
	font-size: 90%;
	font-weight: bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
}
.wb-area-h .wb .wb-note {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.clear-both {
	clear: both;
}

@media screen and (max-width: 640px){
	.wb-wrapper {
		padding: 20px 5px 10px 5px;
	}
	.wb-txt {
		float: none;
		width: 96%;
		margin: 0 2%;
	}
	.wb-area {
		float: none;
		width: 100%;
	}
	.wb-area .wb {
		margin: 10px auto;
	}
	.wb-area .wb .wb-l {
		margin: 14px 4px 14px 20px;
	}
        .wb-area .wb .wb-l .wb-vote {
                font-size: 90%;
        }
	.wb-area-h {
		float: none;
		width: 100%;
	}
	.wb-area-h .wb {
		margin: 10px auto 20px;
	}
	.wb-area-h .wb .wb-l {
		margin: 14px 4px 14px 20px;
	}
        .wb-area-h .wb .wb-l .wb-vote {
                font-size: 90%;
        }
}
.memberOnly .wb-wrapper * { 
	line-height: 140% !important;
}

.memberOnly .wb-wrapper .wb-push { 
	line-height: 60px !important;
}
