@charset "UTF-8";

:root {
	--defaultInner: 1100px;
	--mxnGreen: #00a259;
	--lightYellow: #fff8a6;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000000;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

a:link {
	color: #1a77c5;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	zoom: 0.5;
	vertical-align: top;
}

/*----------------------------------------
■レイアウト
----------------------------------------*/
header .inner {
	max-width: var(--defaultInner);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

header .inner .logo {
	width: 150px;
}

header .inner .account_btn_wrap a.btn:link,
header .inner .account_btn_wrap a.btn:visited {
	width: 118px;
	padding: 10px 30px;
	background-color: #ff8a00;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#footerWrap {
	width: 100%;
	background: #f1f9fd;
	line-height: 1.8;
	letter-spacing: .05rem;
}

#footerWrap #attention h3 {
	margin: 0 0 30px;
}

#footerWrap #attention h3 span {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 47px;
}

#footerWrap #attention h3 span::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/atten_ico.png") left center no-repeat;
	background-size: 100%;
	width: 94px;
	height: 85px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#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: 100%;
	max-width: 980px;
	font-size: 12px !important;
	box-sizing: border-box;
}

#footerWrap #attention dt {
	font-weight: bold !important;
	margin-bottom: 5px;
	font-size: 12px;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 12px;
}

#footerWrap #attention a.textlink1 {
	font-size: 10px;
}

#footerWrap #attention2 {
	width: 100%;
	max-width: 980px;
	margin: 10px auto;
	padding-top: 0;
	box-sizing: border-box;
	padding-bottom: 10px;
}

#footerWrap #attention2 a {
	font-size: 16px;

	transition: .3s all;
	font-weight: bold;
	color: #116FBB;
	margin: 0 0 5px;
}

#footerWrap #attention2 a:hover {
	border-bottom: none;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#footerWrap #attention {
	background: url(/g/general2/img/atten_icon2.png) no-repeat left 15px;
	padding: 100px 10px 10px 10px;
}

#footerWrap img {
	zoom: 1;
}

section>.inner {
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------
■ビジュアル
----------------------------------------*/
.visual {}

.visual .inner {
	position: relative;
}

.visual .inner img {
	width: 100%;
}

.campaign_attention {
	background-color: #f5f5f5;
	padding: 10px;
	max-width: var(--defaultInner);
	margin: 10px auto;
	font-size: 12px;
	line-height: 140%;
}


.visual .video_btn {
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-image: url(/g/mxn/img/visual/video_btn.png);
	background-image: image-set(url(/g/mxn/img/visual/video_btn.png) 1x, url(/g/mxn/img/visual/video_btn@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	clip-path: circle(50% at 50% 50%);
	cursor: pointer;
}

.visual .video_btn:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/*----------------------------------------
■特徴
----------------------------------------*/
#sec_features {
	background-color: #00a259;
}

#sec_features .index {}

#sec_features .index>.inner {
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px;
}

#sec_features .index>.inner .pesolman {
	display: block;
	text-align: center;
	background-image: url(/g/mxn/img/features/mexico_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#sec_features .index>.inner .pesolman img {
	margin: auto;
	display: block;
}

#sec_features .indexLists {
	background-color: #fff;
	margin-bottom: 100px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
}

#sec_features .indexLists:after {
	content: "";
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;
	border-top: 70px solid #fff;
}

#sec_features .indexLists li {
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #00a259;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

#sec_features .indexLists li:last-child {
	margin-bottom: 0;
}

#sec_features .indexLists li:after {
	content: "";
	display: block;
	height: 20px;
	width: 100%;
	background-color: var(--mxnGreen);
	border-radius: 0 0 8px 8px;
}

#sec_features .indexLists li:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 7px;
	background-image: url(/g/mxn/img/arrow_1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}

#sec_features .indexLists li>.inner {
	display: flex;
	align-items: center;
	padding: 10px;
}

#sec_features .indexLists li>.inner .num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(2.125rem, -0.319rem + 6.1vw, 3.875rem);
	color: #e6002e;
	font-style: italic;
	margin-right: 10px;
	font-weight: bold;
}

#sec_features .indexLists li>.inner .text {
	font-size: 16px;
	line-height: 130%;
}

#sec_features .indexLists li>.inner .text em {
	display: block;
	font-weight: bold;
}

#sec_features .indexLists li>.inner a:link,
#sec_features .indexLists li>.inner a:visited {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#sec_features>.inner {
	padding-bottom: 50px;
	margin: auto 10px;
}

#sec_features>.inner .box {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}

#sec_features>.inner .box .num {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e6002e;
	border-radius: 10px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#sec_features>.inner .box>.title {
	font-size: 15px;
	margin-top: 10px;
	display: block;
	text-align: center;
	grid-area: title;
	margin-bottom: 10px;

}

#sec_features>.inner .box .title em {
	font-size: 24px;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/* 特長1 */
#sec_features>.inner .box.features_1 {
	display: block;
	padding-bottom: 0;
}

#sec_features>.inner .box.features_1 .pesolman {}

#sec_features>.inner .box.features_1 .text {
	line-height: 140%;
	margin-bottom: 20px;
}

#sec_features>.inner .box.features_1 .img {}

#sec_features>.inner .box.features_1 .img img {
	margin-bottom: 15px;
}

#sec_features>.inner .box.features_1 .img .hukidashi {
	background-color: #fff8a6;
	padding: 15px;
	color: #e6002e;
	text-align: center;
	display: block;
	font-size: 17px;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

#sec_features>.inner .box.features_1 .img .hukidashi:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff8a6;
	height: calc(tan(60deg) * 15px / 2);
	width: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* 特長2 */
#sec_features>.inner .box.features_2 {
	/* padding-bottom: 0; */
}

#sec_features>.inner .box.features_2 .about {
	margin-bottom: 20px;
}

#sec_features>.inner .box.features_2 .about_text {
	background-color: var(--lightYellow);
	position: relative;
	padding-left: 120px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#sec_features>.inner .box.features_2 .about_text .title_1 {
	margin-bottom: 5px;
}

#sec_features>.inner .box.features_2 .about_text .text {
	line-height: 140%;
}

#sec_features>.inner .box.features_2 .about_text .pesolman {
	position: absolute;
	bottom: 0;
	left: 10px;
}

#sec_features>.inner .box.features_2 .img img {
	margin-bottom: 10px;
}

#sec_features>.inner .box.features_2 .text {
	margin-top: 10px;
	margin-bottom: 1em;
	line-height: 140%;
}

#sec_features>.inner .box.features_2 .swap {}

#sec_features>.inner .box.features_2 .swap .swap_text {
	background-color: var(--lightYellow);
	position: relative;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

#sec_features>.inner .box.features_2 .swap .swap_text:after {
	position: absolute;
	right: 10px;
	top: -20px;
	content: "";
	background-image: url(/g/mxn/img/coin.png);
	background-size: contain;
	width: calc(119px / 2);
	height: calc(102px / 2);
}

#sec_features>.inner .box.features_2 .swap .swap_text .title_1 {
	text-align: center;
	line-height: 140%;
}

#sec_features>.inner .box.features_2>.pesolman {
	text-align: center;
}

/* 特長3 */
#sec_features>.inner .box.features_3 {
	padding-bottom: 0;
}

#sec_features>.inner .box.features_3 .leverage {
	margin-bottom: 20px;
}

#sec_features>.inner .box.features_3 .img img {
	margin-bottom: 15px;
}

#sec_features>.inner .box.features_3 .leverage_text {
	background-color: var(--lightYellow);
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
}

#sec_features>.inner .box.features_3 .leverage_text .title_1 {
	text-align: center;
	margin-bottom: 10px;
	line-height: 140%;
}

#sec_features>.inner .box.features_3 .leverage_text .text {
	line-height: 140%;
}

#sec_features>.inner .box.features_3 .leverage>.text {
	width: 100%;
	margin-bottom: 20px;
}

#sec_features>.inner .box.features_3 .leverageBoxes {
	width: 100%;
}

#sec_features>.inner .box.features_3 .leverageBoxes .box {
	padding: 0;
}

#sec_features>.inner .box.features_3 .leverageBoxes .box img {
	width: 100%;
	max-width: auto;
}

#sec_features>.inner .box.features_3>.pesolman {
	text-align: center;
}

/*----------------------------------------
■スワップポイント
----------------------------------------*/
#sec_howmany_swap .inner {
	padding: 50px 10px;
	max-width: var(--defaultInner);
}

#sec_howmany_swap .inner>.title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

#sec_howmany_swap .inner>.title:before {
	content: "";
	background-image: url(/g/mxn/img/coin.png);
	background-size: contain;
	width: calc(119px / 2);
	height: calc(102px / 2);
	margin-right: 15px;
}

#sec_howmany_swap .inner>.title:after {
	content: "";
	background-image: url(/g/mxn/img/coin.png);
	background-size: contain;
	width: calc(119px / 2);
	height: calc(102px / 2);
	margin-left: 15px;
	transform: scale(-1, 1);
}

#sec_howmany_swap .caption {
	padding: 15px;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 20px;
}

#sec_howmany_swap .imgs {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

#sec_howmany_swap .imgs .tbl_img {
	order: 1;
	text-align: center;
	margin-bottom: 20px;
}

#sec_howmany_swap .imgs .attentionList_1 {
	order: 2;
	margin-bottom: 20px;
}

#sec_howmany_swap .imgs .swap_img {
	order: 3;
	text-align: center;
}

/*----------------------------------------
■損をする時
----------------------------------------*/
#sec_lose {
	background-color: var(--mxnGreen);
	padding: 50px 0;
}

#sec_lose>.inner {
	background-color: #fff;
	border-radius: 10px;
	max-width: var(--defaultInner);
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#sec_lose>.inner>.title {
	text-align: center;
	margin-bottom: 30px;
}

#sec_lose .cont_1 {
	display: flex;
	flex-direction: column;
}

#sec_lose .cont_1>.text {
	grid-area: text;
	margin-bottom: 1em;
	order: 1;
}

#sec_lose .cont_1 .about_losscut {
	order: 3;
	background-color: var(--lightYellow);
	padding: 20px;
	position: relative;
	padding-right: 120px;
}

#sec_lose .cont_1 .about_losscut .title {
	margin-bottom: 15px;
}

#sec_lose .cont_1 .about_losscut .img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#sec_lose .cont_1 .graph_img {
	order: 2;
	margin-bottom: 2em;
	text-align: center;
}

#sec_lose .inner>.text {
	margin: 20px 0;
}

#sec_lose .cont_2 {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;

}

#sec_lose .cont_2 .text {
	order: 2;
}

#sec_lose .cont_2 .graph_img {
	text-align: center;
	order: 1;
	margin-bottom: 10px;
}

#sec_lose .cont_2 .attentionList_1 {
	margin-top: 20px;
}

#sec_lose .n_losscut {
	border-radius: 10px 10px 0 0;
	border: 2px solid var(--mxnGreen);
}

#sec_lose .n_losscut .title {
	border-radius: 8px 8px 0 0;
	background-color: var(--mxnGreen);
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

#sec_lose .n_losscut .text {
	padding: 15px;
	text-align: center;
}

#sec_lose .oneYago {
	margin: 20px 0;
	display: block;
	text-align: center;
}

#sec_lose .rate_graph {

	margin: auto;
}

#sec_lose .rate_graph .title {
	text-align: center;
	margin-bottom: 5px;
}

#sec_lose .rate_graph .detail {
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#sec_lose .epilogue {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

#sec_lose .epilogue .text {
	order: 1;
	margin-bottom: 1em;
}

#sec_lose .epilogue .attentionList_1 {
	margin-bottom: 10px;
	order: 3;
}

#sec_lose .epilogue .pesolman {
	text-align: center;

	order: 2;
	margin-bottom: 10px;
}

/*----------------------------------------
■メキシコペソってどんな通貨？
----------------------------------------*/
#sec_peso {
	padding: 50px 0;
}

#sec_peso .inner {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 25px 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

#sec_peso .flag {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	text-align: center;
	height: 47px;
	margin-bottom: 20px;
}

#sec_peso .flag img {
	z-index: 1;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}

#sec_peso .flag:before {
	content: "";
	width: 100%;
	background-image: url(/g/mxn/img/peso/flag_bg.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: calc(41px / 2);
}

#sec_peso .child_inner {
	margin: auto;
}

#sec_peso .title {
	text-align: center;
	margin-bottom: 1em;

}

#sec_peso .ranking_title {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 9px 0px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e8e8e8;
	text-align: center;
}

#sec_peso .ranking_title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}

#sec_peso .ranking_title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 20px solid rgba(0, 0, 0, 0.1);
}

#sec_peso .ranking_img {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

#sec_peso .ranking_img .attentionList_1 {
	margin-top: 10px;
}

#sec_peso .ranking_img .attentionList_1 li {
	text-align: center;
}

#sec_peso .peso_text {
	line-height: 200%;
	margin-bottom: 25px;
}

#sec_peso .maneiku_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}

#sec_peso .maneiku_box .logo {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#sec_peso .maneiku_box .reports {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}

#sec_peso .toMN {
	text-align: center;
	margin-bottom: 25px;
}

#sec_peso .marketNext {
	display: grid;
	grid-template-areas:
		"app logo"
		"app textarea"
		"download download";
	grid-template-rows: auto auto auto;
	grid-template-columns: 31.1016% 1fr;
	padding-bottom: 0;

}

#sec_peso .marketNext .app {
	grid-area: app;
	margin-right: 15px;
	text-align: right;
}

#sec_peso .marketNext .logo {
	grid-area: logo;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

#sec_peso .marketNext .logo .text {
	margin-bottom: 10px;
	display: block;
}

#sec_peso .marketNext .textarea {
	grid-area: textarea;
}

#sec_peso .marketNext .download {
	grid-area: download;
	display: flex;
	justify-content: center;
	gap: 10px;
}

#sec_peso .marketNext .download .qr {
	display: none;
}

#sec_peso .marketNext .download .bn_wrap {
	display: flex;
	gap: 10px;
	align-self: flex-end;
	margin-top: 10px;
}

/*----------------------------------------
■外貨預金との違い
----------------------------------------*/
#sec_diff {
	background-color: var(--mxnGreen);
	padding: 50px 0;
}

#sec_diff>.inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	padding-top: 40px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#sec_diff>.inner:before {
	content: "";
	display: block;
	background-image: url(/g/mxn/img/diff/question.png);
	background-size: contain;
	width: calc(121px / 2);
	height: calc(121px / 2);
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
}

#sec_diff>.inner>.title {
	text-align: center;
	margin-bottom: 20px;
}

#sec_diff>.inner>.title .line {
	background: linear-gradient(transparent 50%, #ffc0ee 50%);
}

#sec_diff .diff4_title {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 9px 0px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e8e8e8;
	text-align: center;
	margin: auto;
	margin-bottom: 40px;
}

#sec_diff .diff4_title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}

#sec_diff .diff4_title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 20px solid rgba(0, 0, 0, 0.1);
}

#sec_diff .diff_boxes {
	margin-bottom: 50px;
}

#sec_diff .diff_boxes .box {
	border: 2px solid var(--mxnGreen);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

#sec_diff .diff_boxes .box:last-child {
	margin-bottom: 0;
}

#sec_diff .diff_boxes .box>.title {
	background-color: var(--mxnGreen);
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}

#sec_diff .diff_boxes .box .body {
	padding: 10px;
	display: flex;
	flex: 1;

}

#sec_diff .diff_boxes .box .body .fx {
	border-right: 1px solid #cdcdcd;
	padding-right: 10px;
}

#sec_diff .diff_boxes .box .body .gaika {
	border-left: 1px solid #cdcdcd;
	padding-left: 10px;
}

#sec_diff .diff_boxes .box .body .fx,
#sec_diff .diff_boxes .box .body .gaika {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#sec_diff .diff_boxes .box .body .title {
	color: #666666;
	font-size: 14px;
	text-align: center;
	height: 2em;
	display: block;
	margin-bottom: 20px;
}


#sec_diff .diff_boxes .box .body .title .s {
	font-size: 10px;
}

#sec_diff .diff_boxes .box .body .detail {
	text-align: center;
}

#sec_diff .diff_boxes .box .body .fx .detail {
	color: #ff7e00;
	font-weight: bold;
}

#sec_diff .diff_boxes .box .body .gaika .detail {
	font-weight: bold;
}

#sec_diff .about_spread {
	background-color: #0090a5;
	margin-bottom: 20px;
}

#sec_diff .about_spread .inner {
	padding: 10px;
	padding-top: 0;
}

#sec_diff .pesolman_title {
	text-align: center;
}

#sec_diff .about_spread .lead,
#sec_diff .about_safety .lead {
	background-color: rgb(255, 255, 255, 0.75);
	padding: 10px;
	margin-bottom: 20px;
}

#sec_diff .about_spread>.inner>.attentionList_1 li,
#sec_diff .about_safety>.inner>.attentionList_1 li {
	color: #fff;
}

#sec_diff .about_spread>.inner>.attentionList_1 li a:link,
#sec_diff .about_spread>.inner>.attentionList_1 li a:visited {
	color: #fff600;
	text-decoration: none;
}

#sec_diff .exBoxes {
	margin-bottom: 10px;
}

#sec_diff .exBoxes .box {
	background-color: #f7f7f7;
	padding: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

#sec_diff .exBoxes .box:last-child {
	margin-bottom: 0;
}

#sec_diff .exBoxes .box .title {
	font-size: 17px;
	color: #0090a5;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

#sec_diff .exBoxes .gaika.box .head {
	text-align: center;
	border-bottom: 2px dotted #a1a1a1;
	padding-bottom: 20px;
}

#sec_diff .exBoxes .box .body {

	padding: 10px 0;
}

#sec_diff .exBoxes .box .body .st {
	font-size: 17px;
}

#sec_diff .exBoxes .box .foot {
	margin-top: auto;
	border-top: 2px dotted #a1a1a1;
	padding: 20px 0;
}

#sec_diff .exBoxes .gaika.box .foot {
	display: flex;
}

#sec_diff .exBoxes .gaika.box .foot .text {
	flex: 1;
}

#sec_diff .exBoxes .gaika.box .foot:before {
	content: "";
	display: block;
	background-image: url(/g/mxn/img/diff/attention.png);
	width: 47px;
	height: 42px;
	margin-right: 10px;
}

#sec_diff .exBoxes .fx.box .head {
	text-align: center;
}

#sec_diff .exBoxes .fx.box .head em {
	font-size: 22px;
	font-weight: bold;
	color: #ff7e00;
	display: block;
	margin-bottom: 10px;
}

#sec_diff .exBoxes .fx.box .body {
	text-align: center;
}

#sec_diff .about_safety {
	background-color: #0090a5;

}

#sec_diff .about_safety .inner {
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

#sec_diff .about_safety .gaika.box .body .text {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 140%;
}

#sec_diff .about_safety .fx.box .body .text {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 140%;
	color: #ff7e00;
}

#sec_diff .epilogue.pesolman {
	text-align: center;
	margin-top: 20px;
}

/*----------------------------------------
■キャンペーン
----------------------------------------*/
#sec_campaign>.inner {
	padding: 50px 0;
	max-width: var(--defaultInner);
}

#sec_campaign>.inner>.title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
}

#sec_campaign .swap_campaign img {
	width: 100%;
}

#sec_campaign .swap_campaign .detail {
	background-color: #000;
	color: #fff;
	padding: 20px;
}

#sec_campaign .swap_campaign .detail .title {
	text-align: center;
	display: block;
	margin-bottom: 20px;

}

#sec_campaign .swap_campaign .detail .title .line {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	display: block;
}

#sec_campaign .swap_campaign .detail .text {
	font-size: 14px;
}

#sec_campaign .swap_campaign .detail .text a:link,
#sec_campaign .swap_campaign .detail .text a:visited {
	color: #fff600;
	text-decoration: none;
}

#sec_campaign .risk {
	background-color: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#sec_campaign .risk .risk_dl:not(:last-child) {
	margin-bottom: 20px;
}

#sec_campaign .risk .risk_dl dt {
	font-size: 12px;
	font-weight: bold;
}

#sec_campaign .risk .risk_dl dd {
	font-size: 12px;
}

#sec_campaign .account_campaign {
	text-align: center;
}

/*----------------------------------------
■流れ
----------------------------------------*/
#sec_account_step>.inner {
	margin-left: 10px;
	margin-right: 10px;
}

.step_container {
	margin: 50px 0;
	margin-bottom: 50px;
}

.step_info {
	background: #fff;
	border-radius: 10px;
	padding: 50px 0 20px;
	position: relative;
	box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 22%);
	margin-bottom: 50px;
}

.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: 10px 0;
	margin-bottom: 50px;
	position: relative;
}


.step_info::after,
.examination::after {
	bottom: -30px;
	right: 0;
	left: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	margin: auto;
	content: "";
	border-top: 4px solid #174179;
	border-right: 4px solid #174179;

}

.step_info .text {
	font-size: 0.875rem;
}

.campagin_info img {
	max-width: inherit;
}

#sec_account_step .point_box {
	margin: 0 0 100px;
}

#sec_account_step h2 {
	font-size: 50px;

}

#sec_account_step h2 span {
	font-size: 24px;
}

#sec_account_step {
	letter-spacing: normal;
	overflow: hidden;
}

#sec_account_step h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	color: #203864;

}

#sec_account_step h2 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0 0;
}

.step_info:last-of-type:after {
	display: none;
}

#sec_account_step .icon_step {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	line-height: 1.2;
	top: -33px;
	left: 10px;
	box-sizing: border-box;
}

#sec_account_step .icon_step img {
	width: 100%;
}

#sec_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;
}

#sec_account_step .point_box {
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.22);
	margin: 0 0 50px;
	border-radius: 10px;
}

#sec_account_step .point_box>.title {
	font-size: 14px;
	background: #174179;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-radius: 10px 10px 0 0;
	line-height: 160%;
}

#sec_account_step .point_box>.title em {
	background: #fff;
	font-size: 14px;
	color: #174179;
	font-weight: bold;
	margin: 5px 10px;
	display: block;
	padding: 2px 5px
}

#sec_account_step .point_box>.title .fc_yel {
	color: #ffff66;
}

#sec_account_step .point_box_contents {

	padding: 50px 20px 10px;
	border-radius: 0 0 10px 10px;
	background-image: linear-gradient(#f6f6f6 1.5px, transparent 0), linear-gradient(90deg, #f6f6f6 1.5px, transparent 0);
	background-size: 20px 20px;
}

#sec_account_step .point_box_contents .card_box {

	background: #f1f9fd;
	padding: 40px;
	text-align: center;
}

#sec_account_step .point_box_contents .plus {
	font-size: 36px;
	font-weight: bold;
	color: #174179;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

#sec_account_step .point_box_contents .card_box dt {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}

#sec_account_step .point_box_contents .card_box dd img {
	display: block;
	margin: 0 auto 20px;
}

#sec_account_step .point_box_contents .point_box_lead {
	background: #fff;
	border: #203864 3px solid;
	padding: 20px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #203864;
	margin: 30px 0 35px;
	width: 100%;
	line-height: 1.8;
}

#sec_account_step .point_box_contents .card_box dd p {
	font-size: 12px;
}

#sec_account_step .point_box_contents .card_box dd p strong {
	font-size: 18px;
}

#sec_account_step .point_box_contents .point_box_lead strong {
	font-size: 16px;
	background: linear-gradient(transparent 50%, #edf1f7 50%);
	padding: 0 5px;
	display: inline;
	margin: 5px 0;
	letter-spacing: 0.1em;
}


/*----------------------------------------
キャンペーン
----------------------------------------*/
#sec_features > .inner .box.campaign_box{
    background: #fff;
    border: 12px solid #dee8f2;
    padding-top: 8px;
}
#sec_features > .inner .box.campaign_box > .title em{
    font-size: 20px;
}
.campaign_box figure{
    margin: 0 0 20px 0;
    text-align: center;
}
.campaign_text_area{
    background-color: var(--lightYellow);
    padding: 16px 14px;
    line-height: 1.8;
}
.campaign_period{
    text-align: center;
}
.campaign_period span.campaign_period-ttl{
    display: block;
    background: #fff;
    border-radius: 24px;
    max-width: 150px;
    margin: 0 auto 8px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 2px solid #e6d733;
}
.ac-menu{
    margin-top: 20px;
}
.ac-menu .ac-menu-label{
    background: #189ebd;
    padding: 14px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.ac-menu .ac-menu-label::before,
.ac-menu .ac-menu-label::after{
    content: '';
    width: 20px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.ac-menu .ac-menu-label::after{
    transition: all .1s;
    width: 4px;
    height: 20px;
    right: 28px;
}
.ac-menu .ac-menu-label.open::after{
    opacity: 0;
    transform: rotate(90deg);
    top: calc(50% - 10px);
}
.ac-menu-detail{
    padding: 20px 14px;
    background: #e7eef0;
    font-size: 14px;
}


/*----------------------------------------
■汎用クラス
----------------------------------------*/
.text_red {
	color: #e6002e;
}

.text_orange {
	color: #ff7e00;
}

.title_1 {
	font-size: 17px;
	font-weight: bold;
	color: #e6002e;
}

.title_2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}

.title_3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.global_account_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}

a.btn_1:link,
a.btn_1:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: #ff8a00;
	box-shadow: 0px 6px 0px 0px #c86c00;
	width: 80%;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

.attentionList_1 {
	font-size: 12px;
	color: #5d5d5d;
}

.attentionList_1 li {
	margin-bottom: 5px;
	line-height: 140%;
}

.img {
	text-align: center;
}

.sp_hide {
	display: none;
}