@charset "utf-8";

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
	color: #333333;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	zoom: 0.5;
}

.sp_hide {
	display: none;
}

a:link {
	color: #1a77c5;
	text-decoration: underline;
	transition: all 0.3s 0s ease;
}

a:visited {
	color: #663366;
	text-decoration: none;
	transition: all 0.3s 0s ease;
}

/*------------------------------------
汎用
------------------------------------*/
.btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-block: 30px;
	padding-inline: 20px;
}

a.btn_1:link,
a.btn_1:visited {
	background-color: #fff;
	color: #000;
	display: flex;
	justify-content: center;
	font-size: 14px;
	align-items: center;
	position: relative;
	padding: 15px 40px;
	text-decoration: none;
	border-radius: 40px;
	border: 1px solid #dcdcdc;
}

a.btn_1:after {
	content: "";
	background-image: url(/g/mxn_manga/img/arrow.svg);
	width: 9px;
	height: 16px;
	position: absolute;
	right: 20px;
}


a.btn_2:link,
a.btn_2:visited {
	background-color: #ffc64a;
	color: #3c3c3c;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	position: relative;
	padding: 20px 40px;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ddb04d;
}

a.btn_2:after {
	content: "";
	background-image: url(/g/mxn_manga/img/arrow.svg);
	width: 9px;
	height: 16px;
	position: absolute;
	right: 20px;
}



/*------------------------------------
レイアウト
------------------------------------*/
#container {
	padding-top: 40px;
}

#container>section>.inner {
	padding: 25px 10px;
	line-height: 160%;
}

header {
	background-color: #fff;
	display: block;
	position: fixed;
	height: 50px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0px 9px 11px -13px #777777;
}

header .inner {
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}



header .inner .logo {
	width: 150px;
}

header .inner .logo img {
	zoom: 1;
}

header .inner .account_btn_wrap a:link,
header .inner .account_btn_wrap a:visited {
	display: block;
	background: #ffc64a;
	border-radius: 4px;
	text-align: center;
	color: #3c3c3c;
	text-decoration: none;
	padding: 10px 20px;

}


#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 12px;
	line-height: 17px;
}

#footerWrap img {
	zoom: 1;
}

#footerWrap #attention {
	margin: 10px auto 0;
	background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
}

#footerWrap #attention dl {}

#footerWrap #attention dt {
	font-weight: bold;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 12px;
}

#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}

#footerWrap #attention2 {
	margin: auto;
	background: #f2f4f6;
	padding: 10px 10px;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#footerWrap #footer img {
	zoom: 1;
}

#copyright {
	margin: 0;
}

#pagetop {
	width: 100%;
	bottom: 0;
	position: fixed;
}

#pagetop .inner {
	width: 100%;
	height: 61px;
	margin: auto;
	position: relative;
}

#pagetop .inner a:link,
#pagetop .inner a:visited {
	display: block;
	background-image: url(/renew/img/spread/pagetop.png);
	width: 59px;
	height: 61px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
}

/*------------------------------------
ページ
------------------------------------*/
.page {
	text-align: center;
}

.result {
	text-align: center;
}

/*------------------------------------
ビジュアル
------------------------------------*/
#visual {
	width: 100%;
	height: 200px;
	background-image: url(/g/mxn_manga/img/visual/bg_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

/*------------------------------------
MarketNEXT
------------------------------------*/
.marketnext {
	display: flex;
	flex-direction: column;
	border: 1px solid #dedede;
	margin: 30px 10px;
	padding: 35px;
	border-radius: 10px;
	column-gap: 20px;

}

.marketnext .logo {
	order: 1;
	margin-bottom: 20px;
	text-align: center;
}

.marketnext .text {
	order: 2;
	letter-spacing: 0.03em;
	line-height: 150%;
	margin-bottom: 20px;
}

.marketnext .download {
	order: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.marketnext .download .qr {
	display: none;
}

.marketnext .img {
	order: 3;
	text-align: center;
	margin: 10px;
}


/*------------------------------------
キャンペーン
------------------------------------*/
.campaign {
	background-color: #203864;
	display: block;
	text-align: center;
	width: 100%;
	padding: 50px 10px;

}

.campaign .title {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.1em;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.campaign .title em {
	font-weight: bold;
	color: #ffff66;
}

.campaign .title::before,
.campaign .title::after {
	background-color: #fff;
	border-radius: 3px;
	content: "";
	height: 3px;
	width: 20px;
}

.campaign .title::before {
	margin-right: 10px;
	transform: rotate(60deg);
}

.campaign .title::after {
	margin-left: 10px;
	transform: rotate(-60deg);
}

/*------------------------------------
注意
------------------------------------*/
.page_attention>.inner {
	margin: 50px 10px;
}

.page_attention .boxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page_attention .boxes .box .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.page_attention .boxes .box .text {
	font-size: 12px;
	line-height: 150%;
}

/*------------------------------------
mxn_bn
------------------------------------*/
.mxn_bn {
	text-align: center;
	margin-bottom: 30px;
	padding-inline: 10px;
}

/*--------------------
口座開設の流れ
---------------------*/
/*--------------------
account
---------------------*/
#account_step {
	letter-spacing: normal;
	overflow: hidden;
}

#account_step h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	margin: 30px 0;
	color: #203864;
	letter-spacing: .24rem;
}

#account_step h2 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0 0;
}

.step_info {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 50px 0 20px;
	position: relative;
	box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 22%);
}

.step_info::after,
.examination::after {
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 4px solid #174179;
	border-right: 4px solid #174179;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.step_info:last-of-type:after {
	display: none;
}

#account_step .icon_step {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: -40px;
	line-height: 1.2;
	left: 10px;
	box-sizing: border-box;
}

#account_step .icon_step em {
	font-size: 50px;
}

#account_step .icon_step img {
	width: 100%;
	height: auto;
}

.step_info .read {
	color: #102955;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.step_info .text {
	padding: 10px;
	line-height: 1.6;
	font-size: 14px;
}

.step_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 100px 0 0;

}

.step_info {
	position: relative;
}

.step_info .image img {
	width: 100%;
}

.step_info .read {
	font-size: 1.125rem;
}

.examination {
	background: #50607b;
	color: #fff;
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 50px;
	position: relative;
}

.step_info::after,
.examination::after {
	display: block;
	position: absolute;
	bottom: -30px;
	top: auto;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 4px solid #174179;
	border-right: 4px solid #174179;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.step_info:last-of-type:after {
	display: none;
}

.step_info .text {
	font-size: 0.875rem;
}

.campagin_info img {
	max-width: inherit;
}


/*必要な書類*/
#account_step .point_box {
	margin: 0 0 50px;
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.22);
}

#account_step .point_box .point_box_tit h3 {
	background: #174179;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	border-radius: 10px 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .24rem;
	line-height: 2;
}

#account_step .point_box .point_box_tit h3 em {
	background: #fff;
	padding: 2px 5px;
	font-size: 14px;
	color: #174179;
	font-weight: bold;
	margin: 5px 10px;
	display: block;
}

#account_step .point_box.card .point_box_contents {
	padding: 50px 20px 10px;
	background-image: linear-gradient(#f6f6f6 1.5px, transparent 0), linear-gradient(90deg, #f6f6f6 1.5px, transparent 0);
	background-size: 20px 20px;
}


#account_step .point_box.card .point_box_contents .card_box {
	width: 100%;
	background: #f1f9fd;
	padding: 40px;
	text-align: center;
	letter-spacing: .24rem;
}

#account_step .point_box.card .point_box_contents .card_box dt {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

#account_step .point_box.card .point_box_contents .card_box dd {
	font-weight: bold;
}

#account_step .point_box.card .point_box_contents .card_box dd p strong {
	font-size: 18px;
}

#account_step .point_box.card .point_box_contents .card_box dd img {
	display: block;
	margin: 0 auto 20px;
}

#account_step .point_box.card .point_box_contents .flex_pc>p {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #174179;
	margin-bottom: 0;
	padding-block: 20px;
}


#account_step .point_box .point_box_contents .point_box_lead {
	background: #fff;
	border: #203864 3px solid;
	padding: 35px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #203864;
	margin: 30px 0 35px;
	letter-spacing: .24rem;
	line-height: 200%;
}

#account_step .point_box.card .point_box_contents .point_box_lead strong {
	font-size: 16px;
	letter-spacing: .24rem;
	background: linear-gradient(transparent 50%, #edf1f7 50%);
	padding: 0 5px;
}

.point_box .point_box_contents .point_box_lead small {
	font-size: 10px;
	line-height: 1.8;
	display: block;
	margin: 5px 0 0;
}