@charset "UTF-8";

#modalOverlay {
	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;
}

#modalContent {
	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;
}

#modalContent::-webkit-scrollbar{
	width: 10px;
}
#modalContent::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
#modalContent::-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;
}

#modalContent .modalCloseButton {
	position: absolute;
	top: 15px;
	right: 15px;
	padding-right: 22px;
	font-weight: bold;
	cursor: pointer;
}
#modalContent .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%);
}
#modalContent .note {
	margin: 0 auto;
	max-width:500px;
}
#modalContent .note li {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	font-size:0.875rem;
	color:#707070;
}
#modalContent .note_normaltext li {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	list-style-type:none;
}


#modalContent .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;
}
#modalContent .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%;
}
#modalContent .btnArea .btn a {
	display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    padding: 26px 0;
    text-decoration: none;
}
#modalContent .btnArea .btn a::after {
	content: none;
}

#modalContent .btnArea .btn.kantan_btn {
	background-color: white;
	border: 1px solid #1E67CC;
}
#modalContent .btnArea .btn.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%;
}
#modalContent .btnArea .btn.kantan_btn a {
	color: #212121;
	padding: 14px 0 13px;
}
#modalContent .btnArea .btn.kantan_btn span {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}


.modalAccordion {
	width: 500px;
	margin: 30px auto;
}
.modalAccordion > 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;
}
.modalAccordion > 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);
}
.modalAccordion > dt.open::after {
	margin-top: 0;
	transform: translateY(-50%) rotate(-135deg);
}
.modalAccordion > dd {
	display: none;
}
.modalAccordion > dd p {
	margin-bottom: 0.7rem;
}
.modalAccordion dl dt {
	text-align: center;
	color: #1E67CC;
	font-weight: bold;
	margin: 2em 0 0.5em;
	font-size: 1.15rem;
}
.modalAccordion dl dt .stepBlock_subTit {
	margin-bottom: 0.8rem;
}
.modalAccordion .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 !important;
	padding: 18px 20px 20px !important;
	background-color: #eeeeee !important;
}
.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 !important;
}
.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) {

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

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

	dl.modalAccordion {
    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;
	}
}

