@charset "UTF-8";

.marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #ffeace));
	background: linear-gradient(180deg, #fff 50%, #ffeace 50%);
}

.tabs {
	max-width: 700px;
	margin: 30px auto 0;
	padding-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
}

.tab_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	width: calc(100%/3);
	height: 50px;
	margin-top: 10px;
	border-radius: 6px 6px 0 0;
	border: 1px solid #c9c9c9;
	border-bottom: 1px solid #0081cc;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	padding-top: 30px;
	clear: both;
	overflow: hidden;
}

#buy:checked ~ #buy_content,
#trade:checked ~ #trade_content,
#operation:checked ~ #operation_content {
	display: block;
}

.tabs input:checked + .tab_item {
	margin-top: 0;
	height: 60px;
	border: 1px solid #0081cc;
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.tabs {
		margin: 10px auto 0;
		padding-bottom: 35px;
	}
	.tab_item {
		font-size: 0.8572rem/*12px*/;
	}
	.tab_content {
		padding-top: 15px;
	}
}

.buy-contents > * {
	width: 48%;
	padding: 20px;
	border: 1px solid #0081cc;
	text-align: center;
}
.buy-contents .text02 {
	font-weight: bold;
}
.buy-contents .text02 {
	margin: 10px 0;
}
.buy-contents .text03 {
	font-size: 1.875rem/*30px*/;
	vertical-align: baseline;
}

@media screen and (min-width: 768px) {
	.buy-contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.buy-contents .text01 {
		font-size: 1.1875rem/*19px*/;
	}
	.buy-contents .img img {
		max-height: 95px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.buy-contents > * {
		width: 100%;
		padding: 15px;
	}
	.buy-contents .left-box {
		margin-bottom: 15px;
	}
	.buy-contents .img img {
		max-height: 80px;
		margin-top: 8px;
	}
	.buy-contents .text01 {
		font-size: 1.1429rem/*16px*/;
	}
}

.trade-block01 .left-box, .trade-block01 .right-box,
.trade-block02 .left-box, .trade-block02 .right-box {
	text-align: center;
}
.trade-block02 {
	width: 100%;
	margin: 0 auto;
}
[class*="trade-block"] .text02 {
	font-size: 1.5rem/*24px*/;
	font-weight: bold;
	vertical-align: baseline;
}
.operation-block .text01 {
	margin-bottom: 15px;
	font-size: 1.75rem/*28px*/;
	font-weight: bold;
	text-align: center;
}
.operation-block .bnrBlock {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.trade-block01,
	.trade-block02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.trade-block01 .left-box, .trade-block01 .right-box,
	.trade-block02 .left-box, .trade-block02 .right-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
	}
	.trade-block01 .left-box img {
		width: 270px;
	}
	.trade-block02 + .btn-block {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	[class*="trade-block"] .left-box {
		margin-bottom: 15px;
	}
	.trade-block01 .left-box img {
		max-width: 200px;
	}
	.trade-block02 + .btn-block {
		margin-top: 20px;
	}
	.operation-block .text01 {
		margin-bottom: 5px;
		font-size: 1.4286rem/*20px*/;
	}
	.operation-block .bnrBlock {
		margin-top: 15px;
	}
}

.feature01-block .block01 {
	margin-top: 30px;
}
.feature01-block .block01 .col1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.feature01-block .block01 .col-item01 {
	margin-right: 30px;
}
.feature01-block .block01 .col-item {
	font-weight: normal;
}
.feature01-block .block01 .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
}
.feature01-block .block01 .i02 {width: 120px}
.feature01-block .block01 .i03 {width: 220px}

.feature01-block .logoBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 18px;
	background-color: #f2f3f9;
}
.feature01-block .logoBlock > * {
	width: 17.8%;
	padding: 20px 10px;
	background-color: #fff;
	text-align: center;
}
.feature01-block .logoBlock img {
	height: 100%;
	max-height: 46px;
}

.balloon01.b02 {
	padding: 0;
}
.balloon01.b02 .balloonInner {
	position: relative;
	overflow: hidden;
}
.balloon01.b02 .cap-title {
	padding: 8px 10px 7px;
}
.balloon01 .circle {
	position: absolute;
	top: 50%;
	left: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #4ebeff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-img-title .feature-img {
	width: 132px;
}
.feature-img-title .feature-img img + img {
	margin-top: 5px;
}
.feature-img-title .feature-title2 .u-fc-red {
	font-size: 1.75rem/*28px*/;
	vertical-align: baseline;
}

#card-feature .feature02-block .text02 {
	margin: 10px auto 20px;
	font-size: 1rem/*16px*/;
}

@media screen and (min-width: 768px) {
	.feature-img-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
	}
	#card-feature .feature-img-title .feature-img {
		margin-bottom: 0;
	}
	#card-feature .feature-img-title .feature-title2 {
		margin-top: 0;
		padding-left: 24px;
	}
}

@media screen and (max-width: 767px) {
	.feature01-block .ac-target section .balloon01 {
		margin-top: 0;
	}
	.feature01-block .block01 {
		margin-top: 15px;
	}
	.feature01-block .block01 .col-item {
		margin-right: 15px;
		font-size: 0.8572rem/*12px*/;
	}
	.feature01-block .block01 .arr {
		margin: 0 22px 0 5px;
	}
	.feature01-block .block01 .img {
		margin-top: 5px;
	}
	.feature01-block .logoBlock {
		padding: 10px 10px;
	}
	.feature01-block .logoBlock > * {
		width: 48.4%;
		padding: 10px 5px;
	}
	.feature01-block .logoBlock > *:nth-child(n+3) {
		margin-top: 10px;
	}
	.feature01-block .logoBlock img {
		height: 100%;
		max-height: 46px;
	}
	.balloon01.b02 .balloonInner {
		position: static;
	}
	.balloon01 .circle {
		top: -40px;
		left: 10px;
		width: 70px;
		height: 70px;
		font-size: 1rem/*14px*/;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	#card-feature .feature-img-title .feature-img {
		margin: 20px auto 20px;
	}

	.campaignBlock img.u-show-sp {
		display: inline!important;
	}
}
.btn-blockB{
	display: none;
	margin-top: 40px;
	margin-bottom: 20px;
}


a.linkbox{
    text-decoration: none;
    margin: 0 0 20px;
    display: block;
}
a.linkbox .boxBlue .col2 .title{
    padding: 10px 0;
}
a.linkbox p.txtcolor{
    color: #000;
}



/*スマホで本人確認*/
.how_block{
	padding:20px;
}

.how_box_ttl {
    color:  #003a60;
	text-align: left;
	font-size: 1rem;
	margin-bottom:15px;
}
.how_box_txt span{
    color:  red;
	font-weight: bold;
}
.how_box-bank .how_box_area {
    width: auto;
    margin: 40px 10px 20px;
    padding: 30px 25px 25px;
    border: 1px solid #1f5e82;
	position: relative;
	font-size: 14px;
}
.how_box-bank .how_box_area span {
	background-color: #fff;
    text-align: center;
    color: #1f5e82;
    border: 1px solid #1f5e82;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    border-radius: 19px;
    position: absolute;
    top: -17px;
    margin-left: -95px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
}
.how_box-bank .how_box_area ul {
    color: #1f5e82;
	text-align: left;
	font-size: 12px;
}
#main div .how_box_btn a {
	width: 100%;
	font-size: 14px;
	display: block;
	margin: 10px auto 0;
	background-color: #00affe !important;
	color: #ffffff !important;
	padding: 10px;
	border-radius: 8px;
	position: relative;
	text-decoration: none;
}
.how_box_btn a::after {
	position: absolute;
    top: calc(50% - 5px);
    right: 4px;
    content: "";
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
    transform: rotate(45deg) translateX(-5px) translateY(5px);
}
/* #main a[target="_blank"]:not(.btn):not(.notIcon):not([href$=".pdf"]) {
    background: none;
}*/
.how_box-bank ul.note{
	font-size: 12px;
	text-align: left;
}
.how_box-bank ul.note.red,
.how_box-smp ul.note.red{
	font-size: 12px;
	color: red;
}

.how_steparea .how_step {
	position: relative;
}

[class^="how_box-"] .how_step01 {
	margin-top: 20px;
	overflow: hidden;
}
[class^="how_box-"] .how_step02 {
	margin-top: 20px;
	overflow: hidden;
}
[class^="how_box-"] .how_step03 {
	margin-top: 0;
	overflow: hidden;
}

.how_steparea .how_step p.smp_right,
.how_steparea .how_step p.smp_left {
	float: right;
	width: 36%;
	position: relative;
	z-index: 10;
	padding: 1rem 0;
}
.how_steparea .how_step p.smp_left {
	float: left;
}

.how_steparea .how_step .txt_right,
.how_steparea .how_step .txt_left {
	width: 68%;
	height: 120px;
	position: absolute;
	display: table;
	top: 23%;
	background: #def6ff;
	font-size: 11px;
	font-weight: bold;
	color: #75595f;
	padding-top: 10px;
	padding-right: 10px;
}

.how_box-smp .how_steparea .how_step .txt_right,
.how_box-smp .how_steparea .how_step .txt_left {
	background: #ffe9ef;
}
.how_steparea .how_step .txt_right {
	right: 0;
	padding: 10px;

}
.how_steparea .how_step .txt_right a,
.how_steparea .how_step .txt_left a {
	text-decoration: underline;
	color: #00afff;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	margin-top: 5px;
}
.how_box-smp .how_steparea .how_step .txt_right a,
.how_box-smp .how_steparea .how_step .txt_left a {
	color: #f54566;
}
.how_steparea .how_step p.icon {
	width: 24%;
	max-width: 60px;
	position: absolute;
	top: -25%;
	left: 0;
	right: 0;
	margin: auto !important;
}
.how_steparea .how_step p.txtarea {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
    padding: 0;
	text-align:center;
}





/* 同意条項 */

.rq_area {
/*    width: 980px;*/
    margin: 0 auto;
display:none
}



.privacy_policy {
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.7;
}
.privacy_policy .scroll {
    /* overflow-y: scroll; */
    /* height: 300px; */
    padding: 20px;
    border: 4px solid #D28586;
}
.privacy_policy h3 {
    padding: 15px 0 10px;
    background: #BB0404;
    font-size: 1.5rem;
    text-align: center;
    /* font-weight: normal; */
    color: #fff;
}
.privacy_policy .headline h4 {
    font-weight: bold;
    padding-bottom: 1em;
}
.privacy_policy .headline p {
    margin-bottom: 0;
}
.privacy_policy .text {
    padding: 10px 0;
}
.privacy_policy .text01 {
    padding: 10px 0 40px;
    font-size: 1rem;
}


.privacy_policy .text .li_article h5 {
    font-size: 15px;
    padding: 20px 0 10px;
}

.privacy_policy .text .li_number01 > dt {
    padding: 15px 0 5px
}
.privacy_policy .text .li_number01 > li {
    padding: 0 0 5px 0;
}
.privacy_policy .text .li_number01 > dt:before,
.privacy_policy .text .li_number01 li:before {
    content: "・";
}
.privacy_policy .text .li_number01 dd {
    padding-left: 1em;
}
.privacy_policy .text .li_number01 li {
    text-indent: -1em;
    padding-left: 1em;
}
.privacy_policy .text .li_number01 li strong {
    border-bottom: 2px solid #000;
}

.privacy_policy .text .li_number02,
.summary dd .li_number02 {
    counter-reset:number02;
}
.privacy_policy .text .li_number02 li:before,
.summary dd .li_number02 li:before {
    counter-increment: number02;
    content: "(" counters(number02,".") ")";
}
.privacy_policy .text .li_number02 li {
    text-indent: -2em;
    padding-left: 2em;
}
.privacy_policy .text .li_circle li {
    text-indent: -1em;
    padding-left: 1em;
}
.privacy_policy .text .li_circle li:before {
    content: "○";
}
.privacy_policy .text .li_number02 li .frame02 {
    text-indent: 0;
    padding-left: 1em;
    width: calc(100% - 2em);
}
.privacy_policy .frame01 {
    border: 1px solid #555;
}
.privacy_policy .frame01 th,
.privacy_policy .frame01 td {
    border: 1px solid #555;
    text-indent: 0;
    padding: 3px 10px;
}
.privacy_policy .frame01 th {
    text-align: center;
}

.privacy_policy .frame02 {
    border: 1px #555 dotted;
    text-indent: 0;
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.privacy_policy .frame02:before {
    display: none;
}
.privacy_policy .privacy_centre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.privacy_policy .privacy_centre dt {
    width: 100%;
}
.privacy_policy .privacy_centre .frame02 {
    width: 49.5%;
    word-break: break-all;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .text .li_number02 li {
        text-indent: -1em;
        padding-left: 1em;
    }
    .privacy_policy .frame02,
    .privacy_policy .privacy_centre .frame02 {
        width: 100%;
    }
    .privacy_policy .text .li_number02 li .frame02 {
        width: calc(100% + 2em);
        margin-left: -2em;
    }
}


.modalContent .panel00 ,
.modalContent .panel01 ,
.modalContent .panel02 ,
.modalContent .panel03 ,
.modalContent .panel04 ,
.modalContent .panel05 {
    margin-bottom:72px
}
@media screen and (max-width: 767px) {
	.modalContent .panel00 ,
	.modalContent .panel01 ,
	.modalContent .panel02 ,
	.modalContent .panel03 ,
	.modalContent .panel04 ,
	.modalContent .panel05 {
	    margin-bottom:65px
	}
}



.check_area {
    /* text-align: center; */
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.check_area {
	    font-size: 18px;
	}
}
.next_form {
    display: none;
}

.check_area .check_area_in {
    text-align: center;
}
.check_area label {
    position: relative;
    display: inline-block;
    padding-left: 2.5em;
    text-align: left;
}
.checking {
    position: absolute;
	width: 1.05em;
    height: 1.05em;
    left: -0.5em;
    top: 0;
    display: block;
}
input.checkbox {
    display: none;
}

@media all and (-ms-high-contrast: none){
    .checking {
        top: 5px;
    }
}
.checking:before {
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 19px;
    width: 8px;
    height: 4px;
    content: "";
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    transition: 0.2s;
}
input[type=checkbox]:checked + .checking:before {
    transform: rotate(-45deg) scale(3, 3);
}
.checking:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
    background: #ffffff;
    border: #9e9d9d 1px solid;
    border-radius: 5px;
}
input[type=checkbox]:checked + .checking:after {
    background: #BB0404;
    border: none;
}
.checking_entry {
    padding: 20px 0;
    text-align: center;
}
.entry_btn .entry .btn-block .btn.btn-offer{
	background:#c0c0c0;
	box-shadow: 0 3px 0 #a3a2a2;
	pointer-events: none;
}
.entry_btn .entry .btn-block .btn.btn-offer span{
	color:#c0c0c0;
}
.entry_btn .entry .btn-block .btn.btn-offer,
.entry_btn.next_form .btn-block .btn.btn-offer{
	width:500px;
	font-size: 1.6rem;
}
.entry_btn .entry .btn-block .btn.btn-offer .kantan_icon,
.entry_btn.next_form .btn-block .btn.btn-offer .kantan_icon{
	position:relative;
	top:-4px;
	font-size: 1rem;
}


#card-info .inner .judging_txt{
    margin-top: 12px;
    font-size: 13px;
    text-align: center;
    color: #4c4c4c;
    text-indent: -1em;
    padding-left: 1em;
}
#card-info .inner .judging_txt + .judging_txt{
    margin-top: 5px;
}
.applyBlock .btn-block .judging_txt{
    width: 396px;
    font-size: 12px;
    color: #fff;
    margin-left: 17px;
    text-indent: -1em;
    padding-left: 1em;
}
.btn-block {
    align-items: center;
}
.bottom_caption {
    margin: 40px 0 10px;
}
.kashitsuke {
    font-size: 14px;
}
.kashitsuke a {
    text-decoration: none;
}
.kashitsuke a:hover {
    opacity: 1;
    text-decoration: underline;
}
.kashitsuke a::before {
    content: "";
    display: inline-block;
    margin-top: -.1em;
    margin-right: .2em;
    width: 0;
    height: 0;
    border-width: .4em 0 .4em .6em;
    border-color: transparent;
    border-style: solid;
    border-left-color: #0080ca;
}
#footer .copy {
    top: 56px;
}
#footer .kashitsukeImg {
    position: absolute;
    display: block;
    top: 20px;
}

@media only screen and (max-width: 768px) {
  #card-info .inner .judging_txt{
      text-align: left;
  }
  .applyBlock .btn-block .judging_txt {
      margin-left: 0;
      margin-top: 5px;
      width:auto;
  }
  .kashitsuke {
      font-size: 13px;
      margin-bottom: 20px;
  }
}

.pageTopWrap.show {
    bottom: 160px;
}
@media screen and (max-width: 767px){
  footer {
      padding-bottom: 156px;
  }
  .pageTopWrap.show {
      bottom: 246px;
  }
}



.notes-area{
    border: 1px solid #000;
    padding: 0 0 25px;
    margin: 20px auto 0;
    text-align:center;
    max-width: 870px;
}
.notes-area h4{
    font-size: 20px;
    background: #333;
    color: #fff;
    padding: 10px 0 8px;
    margin: 0 0 24px;
}
.notes-area p{
    padding-left: 10px;
    padding-right: 10px;
}
.notes-area ul{
    text-decoration: underline;
/*    color: red;*/
    font-weight: bold;
    padding: 12px 10px 16px;
    line-height: 1.6;
}
.notes-area p span.txtlrg{
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
}
.notes-area p.txtSml{
    font-size: 12px;
}   

@media screen and (max-width: 568px) {
	.notes-area{
	    margin: 20px 10px 0;
        text-align: left;
	}
	.notes-area h4{
	    font-size: 18px;
        text-align: center;
	}
}