@charset "Shift_JIS";

.cardImg{
	margin: 0 auto;
	width: 50%;
	max-width: 400px;
}
.mainMsg{
	font-size: 2em !important;
	font-weight: bold;
	margin-top: 2em !important;
}
@media screen and (max-width: 768px){
	.mainMsg{
	font-size: 1.5em !important;
}
}
.mainMsg .red{
	color: red;
}
.cardImg img{
	width: 100%;
}
.ttl_label{
	background-color: #2b589b;
	color: white;
	padding: 0.5em 1em;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 15rem auto 0 !important;
	width: max-content;
}
@media screen and (max-width: 768px){
	.ttl_label{
	margin-top: 20vw;
}
}
.u-mt05em{
	margin-top: 0.5em !important;
}
/* .ttl_cmn-04{
	position: relative;
	padding-left: 1.5em !important;
} */
/* .ttl_cmn-04::before{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	border-radius: 999px;
	border: solid 1px #000;
	display: flex;
	justify-content: center;
	align-items: center;
} */
/* @media screen and (max-width: 768px){
	.ttl_cmn-04::before{
	left: 0.5em;
}}
.ttl_cmn-04.first::before{
	content: "1";
}
.ttl_cmn-04.second::before{
	content: "2";
} */
.receive_desc{
	position: relative;
	padding-left: 1.5em !important;
}
.receive_desc::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.8em solid transparent;
	border-bottom: 0.8em solid transparent;
	border-left: 1em solid #000;
	border-right: 0;
}
.mod-accordion .box-accord-ttl-02 h3{
	text-align: left;
	padding-left: 2.2em;
	position: relative;
}
.mod-accordion .box-accord-ttl-02 h3 .num{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.mod-accordion .box-accord-content{
	/* padding: 0 8rem 0 calc(8rem + 2em); */
	padding: 0 8rem;
	position: relative;
}
/* .mod-accordion .box-accord-content::before{
	content: "A"; 
	position: absolute;
	top: 0;
	left: 8rem;
	font-size: 1.2em;
} */

.logoWrap{
	display: flex;
	align-items: center;
}
.logoWrap .logo{
	display: inline-block;
	margin-left: 0.5em;
	width: 60px;
}

.logoWrap .logo img{
	width: 100%;
}

.bnrWrap{
	display: block;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.bnrWrap img{
	width: 100%;
}

.termWrap{
	display: block;
	width: 100%;
	margin: 2em 0;
}
.termWrap img{
	width: 100%;
}


@media screen and (max-width: 768px){
	.mod-accordion .box-accord-content{
	padding-left: 2.8em;
	padding-right: 2.8em;
}
	.mod-accordion .box-accord-content::before{
	left: 0.2em;
	font-size: 1.2em;
}
}


