@charset "UTF-8";

#modalOverlayGold {
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: opacity 0.5s;
}

#modalContentGold {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 600px;
	max-height: 86%;
	z-index: 100000;
	transform: translate(-50%,-50%);
	overflow: auto;
	padding: 60px 30px 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-top: 6px solid #004098;
	border-bottom: 6px solid #004098;
}

#modalContentGold::-webkit-scrollbar{
	width: 10px;
}
#modalContentGold::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
#modalContentGold::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

#modalContentGold .modalCloseButton {
	position: absolute;
	top: 15px;
	right: 15px;
	padding-right: 22px;
	font-weight: bold;
	cursor: pointer;
}
#modalContentGold .modalCloseButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: 18px;
	background: url(/cards/img/ico_close.png) 0 0 no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

#modalContentGold .modalBackButtn {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 10px 0 22px;
	font-weight: bold;
	cursor: pointer;
}
#modalContentGold .modalBackButtn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 10px 6px 0;
	border-color: transparent #333 transparent transparent;
	transform: translateY(-50%);
}

#modalContentGold input {
	display: none;
}

.panel01, .panel02, .panel03, .panel04, .modalAccordionGold {
	display: none;
}
input#mw01_01:checked + .panel01 {
	display: block;
}
input#mw01_02:checked + .panel02 {
	display: block;
}
input#mw01_03:checked + .panel03 {
	display: block;
}
input#mw01_04:checked + .panel04 {
	display: block;
}
input#mw01_02:checked + * + * + * + .modalAccordionGold,
input#mw01_03:checked + * + .modalAccordionGold {
	display: block;
}

#modalContentGold .blockTit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
#modalContentGold .blockTit .main {
	display: block;
	font-size: 1em;
	margin: 0 0 1.3em;
}
#modalContentGold .blockTit .sub {
	display: block;
	font-size: 1.4em;
}
#modalContentGold .panel02 .sub,
#modalContentGold .panel03 .sub {
	display: block;
	font-size: 1.4em;
	text-decoration: underline;
}


#modalContentGold .btnArea {
	margin: 0 -0.5%;
	text-align: center;
}

#modalContentGold .btnArea label {
	display: inline-block;
	width: 42%;
	position: relative;
	background-color: #1E67CC;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding: 27px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff !important;
	transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
	cursor: pointer;
	margin: 0 0.5%;
}
#modalContentGold .btnArea label:hover {
	opacity: 0.7;
}
#modalContentGold .btnArea label small {
	font-size: 18px;
}
#modalContentGold .btnArea label span {
	display: block;
	font-size: 16px;
}

#modalContentGold ul.note {
	margin: 2em auto 0;
	max-width: 500px;
}
#modalContentGold ul.note li {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	font-size:0.875rem;
	color:#707070;
}
#modalContentGold ul.note_normaltext li {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	list-style-type:none;
}
#modalContentGold ul.note2 {
	margin: 0 auto;
	max-width:500px;
}
#modalContentGold ul.note2 li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
#modalContentGold dd ul.note {
	margin-top: 0;
}
#modalContentGold .panel02 .btnArea + ul.note ,
#modalContentGold .panel03 .btnArea + ul.note ,
#modalContentGold .panel04 .btnArea + ul.note{
	margin: 0 auto 0;
}

#modalContentGold .panel02 .btnArea .btn,
#modalContentGold .panel03 .btnArea .btn,
#modalContentGold .panel04 .btnArea .btn {
	width: 500px;
	position: relative;
	background-color: #1E67CC;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	transition: background-color .2s;
	margin: 15px auto !important;
}
#modalContentGold .panel02 .btnArea .btn::after,
#modalContentGold .panel03 .btnArea .btn::after,
#modalContentGold .panel04 .btnArea .btn::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background: url(/img/shared/arrow-link01.svg) no-repeat center/100%;
}
#modalContentGold .panel02 .btnArea .kantan_btn,
#modalContentGold .panel03 .btnArea .kantan_btn,
#modalContentGold .panel04 .btnArea .kantan_btn {
    background-color: white;
    border: 1px solid #1E67CC;
}
#modalContentGold .panel02 .btnArea .kantan_btn span,
#modalContentGold .panel03 .btnArea .kantan_btn span,
#modalContentGold .panel04 .btnArea .kantan_btn span {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
#modalContentGold .panel02 .btnArea .btn a::after,
#modalContentGold .panel03 .btnArea .btn a::after,
#modalContentGold .panel04 .btnArea .btn a::after {
	background: none;
}
#modalContentGold .btnArea .btn a {
	display: block;
	width: 100%;
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
	padding: 26px 0;
	text-decoration: none;
}
#modalContentGold .btnArea .kantan_btn a {
	color: #212121!important;
	padding: 14px 0 13px;
}
#modalContentGold .panel02 .btnArea .kantan_btn::after,
#modalContentGold .panel03 .btnArea .kantan_btn::after,
#modalContentGold .panel04 .btnArea .kantan_btn::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background: url(/img/shared/arrow-link02.svg) no-repeat center/100%;
}

.modalAccordionGold {
	width: 500px;
	margin: 30px auto;
}
.modalAccordionGold > dt {
	position: relative;
	display: block;
	margin: 30px auto 20px;
	padding: 12px 33px 10px;
	background-color: #e5e5e5;
	color: #212121;
	font-weight: bold;
	text-align: center;
	transition: background-color .2s;
	cursor: pointer;
}
.modalAccordionGold > dt::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	transform: translateY(-50%) rotate(45deg);
}
.modalAccordionGold > dt.open::after {
	margin-top: 0;
	transform: translateY(-50%) rotate(-135deg);
}
.modalAccordionGold > dd {
	display: none;
}
.modalAccordionGold > dd p {
	margin-bottom: 0.7rem;
}
.modalAccordionGold dl dt{
	text-align: center;
	color: #1E67CC;
	font-weight: bold;
	margin: 2em 0 0.5em;
	font-size: 1.15rem;
}
.modalAccordionGold dl dt .stepBlock_subTit {
	margin-bottom: 0.8rem;
}
.modalAccordionGold .modalTitle01 {
	color: #212121;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 10px;
}

.stepBlock {
	width: 500px;
	position: relative;
	margin: 0 auto;
}
.stepBlock + .stepBlock {
	margin-top: 34px;
}
.stepBlock + .stepBlock::before {
	content: '';
	display: block;
	position: absolute;
	top: -24px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 23px 0 23px;
	border-color: #004098 transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.stepBody {
	margin-top: -0.3rem;
	padding: 18px 20px 20px;
	background-color: #eeeeee;
}
.stepBody h4.modalTitle03 {
	font-size: 1.1rem;
	font-weight:bold;
	margin-bottom:0.75rem;
	color:#004098;
}
.stepBody .inner {
	display: table;
	width: 100%;
	padding: 0;
}
.stepBody .inner > * {
	display: table-cell;
	vertical-align: top;
}
.stepBody .inner .img {
	width: 180px;
}
.stepBody .inner .text {
	padding-left: 16px;
}
.stepBody .inner .text > ul {
	margin-bottom:0.7rem;
}
.stepBody .inner .text > ul li{
	margin-left: 1em;
	margin-bottom:0.3rem;
	text-indent: -1em;
	list-style-type:none;
}
.stepBody .inner +h4 {
	margin-top: 2em;
}

@media print, all and (min-width: 768px) {
	.u-show-pc{display:block!important}
	.isPc{display:block!important}
	.u-show-sp{display:none!important}
	.isSp{display:none!important}

	.pcInline{display:inline!important}
	.spInline{display:none!important}
}

@media screen and (max-width: 767px) {

	#modalContentGold {
		width: 90%;
		padding: 60px 15px 30px;
	}

	#modalContentGold ul.note {
		width: 100%;
	}

	#modalContentGold .btnArea p.btn.kantan_btn span {
		font-size: 13px;
	}
	#modalContentGold .btnArea p.btn a {
		padding: 25px 14px !important;
	}
	#modalContentGold .btnArea p.btn.kantan_btn a {
		padding: 14px !important;
	}

	.modalAccordionGold {
	    width: 100%;
	}
	.stepBlock {
    	width: 100%;
	}

	.u-show-pc{display:none!important}
	.isPc{display:none!important}
	.u-show-sp{display:block!important}
	.isSp{display:block!important}

	.pcInline{display:none!important}
	.spInline{display:inline!important}

	.stepBody {
		padding: 13px 10px 15px;
	}
	.stepBlock img{
		width:100%;
	}
	.stepBody .inner {
		display: block;
		padding: 0 10px;
		width: auto;
	}
	.stepBody .inner > * {
		display: block;
	}
	.stepBody .inner .img {
		width: auto;
		text-align: center;
		padding: 0 0 10px;
		margin-left:auto;
		margin-right:auto;
	}
	.stepBody .inner .text {
		padding-left: 0;
	}
	#modalContentGold .blockTit {
		font-size: 16px;
	}
	#modalContentGold .blockTit .main {
		margin-bottom: .75em;
	}
	#modalContentGold .blockTit .sub {
		font-size: 1.2em;
		line-height: calc(30/19);
	}
	#modalContentGold .panel02 .blockTit .sub,
	#modalContentGold .panel03 .blockTit .sub,
	#modalContentGold .panel04 .blockTit .sub {
		text-decoration: underline;
	}

	#modalContentGold .panel02 .btnArea .btn,
	#modalContentGold .panel03 .btnArea .btn,
	#modalContentGold .panel04 .btnArea .btn {
		width: 100%;
	}

	#modalContentGold .btnArea label {
		width: 100%;
		display: block;
		font-size: 16px;
		padding:10px;
	}
	#modalContentGold .btnArea label + label {
		margin-top: 10px!important;
	}
	#modalContentGold .btnArea label span {
		font-size: 13px;
	}
}

/* MONEY CARD 追加 */
#modalContentGold .normalcard .blockTit .main {
	display: block;
	font-size: 1em;
	margin: 1.15em 0 0;
}
