@charset "utf-8";

html,
body {
	height: 100%;
}

body>#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
	height: 100%;
	min-height: 100%;
	position: relative;
	padding-top: 58px;
}

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

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

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

a:hover {
	color: #3399CC;
	text-decoration: none;
	transition: all 0.3s 0s ease;
	opacity: 0.7;
}

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

a[href*="tel:"] {
	cursor: default;
}

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

.smp_menu_img,
.smp_menu_sw {
	display: none;

}


/*------------------------------------
レイアウト
------------------------------------*/
#container {}

#container>section>.inner {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px;
	line-height: 180%;
	letter-spacing: 0.06em;
}


#container section>.sub_section>.inner {
	padding: 30px 0px;
}

#contents {
	display: flex;
	flex-direction: column;
	align-items: center;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	border-bottom: transparent;
	background-color: #fff;
	box-shadow: 0px 9px 11px -13px #777777;
}

header .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

header.scrolled {
	background-color: #fff;
	border-bottom: solid 1px #dfdfdf;
}

header.scrolled .inner {

	transition: padding-top 0.2s ease-in-out 0s;
}

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


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

}

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

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

#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 {
	width: 980px;
	margin: auto;
	background: #f2f4f6;
	padding: 10px 0 20px 0;
}

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

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

/*------------------------------------
汎用
------------------------------------*/
.btns {
	display: flex;
	gap: 10px;
	margin-block: 30px;

}

a.btn_1:link,
a.btn_1:visited {
	background-color: #fff;
	color: #000;
	display: flex;
	justify-content: center;
	font-size: 16px;
	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;

	width: 480px;
	font-size: 24px;
	font-weight: bold;
	align-items: center;
	position: relative;
	padding: 30px 60px;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ddb04d;
	margin-inline: auto;
}

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


.pc_hide {
	display: none !important;
}

.fc_yel {
	color: #ffff66;
}

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


/*------------------------------------
MarketNEXT
------------------------------------*/
.marketnext {
	display: grid;
	grid-template-areas:
		"logo img"
		"text img"
		"download img";
	grid-template-columns: auto;
	border: 1px solid #dedede;
	max-width: 900px;
	margin: 30px auto;
	padding: 35px;
	border-radius: 10px;
	column-gap: 20px;

}

.marketnext .logo {
	grid-area: logo;
	margin-bottom: 20px;
}

.marketnext .text {
	grid-area: text;
	letter-spacing: 0.03em;
	line-height: 150%;
}

.marketnext .download {
	grid-area: download;
	display: flex;
	align-items: center;
	gap: 10px;
}

.marketnext .img {
	grid-area: img;
}


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

.campaign .title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.13em;
	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: 5px;
	content: "";
	height: 5px;
	width: 40px;
}

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

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

/*------------------------------------
注意
------------------------------------*/
.page_attention>.inner {
	max-width: 900px;
	margin: 50px auto;
}

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

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

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

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

/*--------------------
口座開設の流れ
---------------------*/
/*--------------------
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: 100px;
	height: 100px;
	line-height: 1.2;
	top: -60px;
	left: 10px;
	box-sizing: border-box;
}

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

.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;
}

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

.step_container {
	display: flex;
	justify-content: space-between;
	margin: 100px 0 0;

}

.step_info {
	width: 270px;
	position: relative;
}

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

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

.examination {
	width: 40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.25rem;
	line-height: 40px;
	letter-spacing: 2rem;
	padding-top: 30px;
}

.step_info::after,
.examination::after {
	top: 0;
	bottom: 0;
	right: -23px;
	left: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
}

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

.campagin_info img {
	max-width: inherit;
}

#account_step h2 {
	font-size: 50px;
}

#account_step h2 span {
	font-size: 24px;
}

/*必要な書類*/
#account_step .point_box {
	margin: 0 0 100px;
	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: 30px;
	font-weight: bold;
	letter-spacing: .24rem;
	line-height: 2;
}

#account_step .point_box .point_box_tit h3 em {
	background: #fff;
	padding: 10px;
	font-size: 24px;
	color: #174179;
	font-weight: bold;
	margin: 0 10px;
}

#account_step .point_box.card .point_box_contents {
	padding: 55px 70px 55px;
	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 .flex_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 35px;
}

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

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

#account_step .point_box.card .point_box_contents .flex_pc>p {
	font-size: 44px;
	font-weight: bold;
	color: #174179;
	margin-bottom: 0;
}

#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: 20px;
	color: #203864;
	margin: 0 0 35px;
	letter-spacing: .24rem;
	line-height: 250%;
}

#account_step .point_box.card .point_box_contents .point_box_lead strong {
	font-size: 30px;
	letter-spacing: .24rem;
}

#account_step .point_box .point_box_contents .point_box_lead strong {
	background: linear-gradient(transparent 50%, #edf1f7 50%);
	padding: 0 20px;
}

@media screen and (max-width:980px) {
	.step_container {
		flex-direction: column;
		justify-content: center;
		width: 80%;
		margin-inline: auto;
	}

	.step_info {
		width: 100%;
	}

	#account_step .icon_step {
		top: -20px;
	}

	.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;
	}

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


}