@charset "UTF-8";

#modalOverlayAll {
	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;
}

#modalContentAll {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 960px;
	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;
}

#modalContentAll::-webkit-scrollbar{
	width: 10px;
}
#modalContentAll::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
#modalContentAll::-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;
}

#modalContentAll .modalCloseButton {
	position: absolute;
	top: 15px;
	right: 15px;
	padding-right: 22px;
	font-weight: bold;
	cursor: pointer;
}
#modalContentAll .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%);
}

#modalContentAll .modalBackButtn2 {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 10px 0 22px;
	font-weight: bold;
	cursor: pointer;
}
#modalContentAll .modalBackButtn2: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%);
}

#modalContentAll input {
	display: none;
}

.panel01, .panel02, .panel03, .panel04, .modalAccordionAll {
	display: none;
}
input#mw02_01:checked + .panel01 {
	display: block;
}
input#mw02_02:checked + .panel02 {
	display: block;
}
input#mw02_03:checked + .panel03 {
	display: block;
}
input#mw02_04:checked + .panel04 {
	display: block;
}
input#mw02_04:checked + * + * + * + * + * + .modalAccordionAll,
input#mw02_02:checked + * + * + * + .modalAccordionAll,
input#mw02_03:checked + * + .modalAccordionAll {
	display: block;
}

#modalContentAll .blockTit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
#modalContentAll .blockTit .main {
	display: block;
	font-size: 1em;
	margin-bottom: 1.15em;
}
#modalContentAll .panel01 .blockTit .main {
	font-size: 1.1em;
	margin-bottom: 1.75em;
}
#modalContentAll .blockTit .sub {
	display: block;
	font-size: 1.4em;
}
#modalContentAll .panel02 .sub,
#modalContentAll .panel03 .sub,
#modalContentAll .panel04 .sub {
	display: block;
	font-size: 1.4em;
	text-decoration: underline;
}
#modalContentAll .panel01 .btnArea {
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}
#modalContentAll .btnArea .btnArea_gold {
	display: flex;
	border: 1px solid #000;
	padding: 89px 10px 22px;
	box-sizing: border-box;
	margin-left: 15px;
	flex-wrap: wrap;
}
#modalContentAll .btnArea .btn_box{
	width: 280px;
	position: relative;
}
#modalContentAll .btnArea .btn_box.moneycard {
	border: 1px solid #000;
	padding: 22px 10px;
	box-sizing: border-box;
}
#modalContentAll .btnArea .btn_box .name {
	font-weight: bold;
	font-size: 19px;
	background: #F0F0F0;
	width: 96%;
	margin: 0 auto;
	padding: 5px 0;
}
#modalContentAll .btnArea .btn_box .name.name_gold {
	position: absolute;
	top: -67px;
	left: 8px;
	width: 194%;
}
#modalContentAll .btnArea .btn_box .price {
	margin: 20px 0;
}
#modalContentAll .btnArea .btn_box .price dt, #modalContentAll .btnArea .btn_box .price dd {
	display: inline-block;
	line-height: 1.2;
}
#modalContentAll .btnArea .btn_box .price dd {
	font-size: 29px;
	font-weight: bold;
	position: relative;
	top: 1px;
	color: #004098;
}
#modalContentAll .btnArea .btn_box .price dd .mini {
	font-size: 24px;
}
#modalContentAll .btnArea .btn_box .price dd .rate {
	color: #212121;
	font-size: 14px;
	font-weight: normal;
	margin-left: 3px;
}
#modalContentAll .btnArea .btn_box dd sup small {
	font-size: 50%;
}
#modalContentAll .panel01 ul.note {
	max-width: 861px;
}
#modalContentAll .btnArea label {
	width: 95%;
	position: relative;
	background-color: #1E67CC;
	font-size: 22px;
	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;
}
#modalContentAll .btnArea label:hover {
	opacity: 0.7;
}
#modalContentAll .btnArea label small {
	font-size: 18px;
}
#modalContentAll .btnArea label span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

#modalContentAll ul.note {
	margin: 2em auto 0;
	max-width: 500px;
}
#modalContentAll ul.note li {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	font-size:0.875rem;
	color:#707070;
}
#modalContentAll ul.note_normaltext li {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	list-style-type:none;
}
#modalContentAll ul.note2 {
	margin: 0 auto;
	max-width:500px;
}
#modalContentAll ul.note2 li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
#modalContentAll dd ul.note {
	margin-top: 0;
}
#modalContentAll .panel02 .btnArea + ul.note ,
#modalContentAll .panel03 .btnArea + ul.note ,
#modalContentAll .panel04 .btnArea + ul.note {
	margin: 0 auto 0;
}

#modalContentAll .panel02 .btnArea .btn,
#modalContentAll .panel03 .btnArea .btn,
#modalContentAll .panel04 .btnArea .btn {
	width: 500px;
	position: relative;
	background-color: #e60012;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	transition: background-color .2s;
	margin: 15px auto !important;
}
#modalContentAll .panel02 .btnArea .btn::after,
#modalContentAll .panel03 .btnArea .btn::after,
#modalContentAll .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%;
}
#modalContentAll .panel02 .btnArea .kantan_btn,
#modalContentAll .panel03 .btnArea .kantan_btn,
#modalContentAll .panel04 .btnArea .kantan_btn {
	background-color: #0081cc;
}
#modalContentAll .panel02 .btnArea .kantan_btn span,
#modalContentAll .panel03 .btnArea .kantan_btn span,
#modalContentAll .panel04 .btnArea .kantan_btn span {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
#modalContentAll .panel02 .btnArea .btn a::after,
#modalContentAll .panel03 .btnArea .btn a::after,
#modalContentAll .panel04 .btnArea .btn a::after {
	background: none;
}
#modalContentAll .btnArea .btn a {
	padding: 26px 0;
}
#modalContentAll .btnArea .kantan_btn a {
	padding: 14px 0 13px;
}
#modalContentAll .panel02 .btnArea .kantan_btn::after,
#modalContentAll .panel03 .btnArea .kantan_btn::after,
#modalContentAll .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-link01.svg) no-repeat center/100%;
}

.modalAccordionAll {
	width: 500px;
	margin: 30px auto;
}
.modalAccordionAll > 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;
}
.modalAccordionAll > 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);
}
.modalAccordionAll > dt.open::after {
	margin-top: 0;
	transform: translateY(-50%) rotate(-135deg);
}
.modalAccordionAll > dd {
	display: none;
}
.modalAccordionAll > dd p {
	margin-bottom: 0.7rem;
}
.modalAccordionAll dl dt{
	text-align: center;
	color: #1E67CC;
	font-weight: bold;
	margin: 2em 0 0.5em;
	font-size: 1.15rem;
}
.modalAccordionAll dl dt .stepBlock_subTit {
	margin-bottom: 0.8rem;
}
.modalAccordionAll .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%;
}
.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;
}
.link_fundex {
	width: 97%;
	margin: 15px auto 0;
	font-weight: bold;
	font-size: 1.2rem;
}
.link_fundex a {
	text-decoration: underline;
	color: #009943;
}
.link_fundex a:hover {
	text-decoration: none;
}
#modalContent .link_fundex {
	width: 93%;
	margin: -10px auto 0;
}

@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) {

	#modalContentAll {
		width: 90%;
		padding: 60px 15px 30px;
	}

	#modalContentAll ul.note {
		width: 100%;
	}
	#modalContentAll .btnArea p.btn.kantan_btn span {
		font-size: 13px;
	}
	#modalContentAll .btnArea p.btn a {
		padding: 25px 14px !important;
	}
	#modalContentAll .btnArea p.btn.kantan_btn a {
		padding: 14px !important;
	}

	.modalAccordionAll {
	    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;
	}
	#modalContentAll .blockTit {
		font-size: 16px;
	}
	#modalContentAll .blockTit .main {
		margin-bottom: .75em;
	}
	#modalContentAll .blockTit .sub {
		font-size: 1.2em;
		line-height: calc(30/19);
	}
	#modalContentAll .panel02 .blockTit .sub,
	#modalContentAll .panel03 .blockTit .sub,
	#modalContentAll .panel04 .blockTit .sub {
		text-decoration: underline;
	}
	#modalContentAll .btnArea .btnArea_gold {
		padding: 22px 10px;
		margin-left: 0;
	}
	#modalContentAll .btnArea .btn_box {
		width: 100%;
	}
	#modalContentAll .btnArea .btn_box.moneycard {
		order: 3;
	}
	#modalContentAll .btnArea .btn_box.moneycard {
		margin-top: 1.75em;
	}
	#modalContentAll .btnArea .btn_box .name.name_gold {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	#modalContentAll .btnArea .btn_box + .btn_box {
		margin-top: 1.75em;
	}
	#modalContentAll .btnArea label {
		font-size: 16px;
		padding:16px;
	}
	#modalContentAll .btnArea label + label {
		margin-top: 10px!important;
	}
	#modalContentAll .btnArea label span {
		font-size: 13px;
	}
	.link_fundex, 
	#modalContent .link_fundex {
		width: 100%;
	}
}

