/*-------- base --------*/
html {
	-webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ','MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
.bodyarea {
	width: 100%;
	margin: 0 auto;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

/*----- common -------------------------------------*/
#sp-mn202203em #main .inner {
	max-width: 1160px;
	margin: 0 auto;
}
#sp-mn202203em p,
#sp-mn202203em li,
#sp-mn202203em dt,
#sp-mn202203em dd {
	font-size:1.8rem;
	line-height: 1.5;
	color: #555;
}
#sp-mn202203em section {
	padding: 80px 0 60px;
}
#sp-mn202203em h2 {
	text-align: center;
	padding-bottom: 40px;
}
#sp-mn202203em .bg_yellow {
	background-color: #fff9e9;
}
#sp-mn202203em .txt_red {
	color: #ff1255;
	font-weight: bold;
}
#sp-mn202203em .txt_green {
	color: #2aaa78;
	font-size: 120%;
	font-weight: bold;
}
#sp-mn202203em small {
	font-size: 50%;
	margin-right: -3px;
}
#sp-mn202203em strong {
	font-size: 180%;
	font-weight: bold;
}
#sp-mn202203em a:hover {
	opacity: 0.7;
	transition: 0.2s;
}
#sp-mn202203em .flex_box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

/*------ #mv_area --------------------------*/
#sp-mn202203em #mv_area .h1_wrapper {
	width: 100%;
	background: #b5f6ff;
	position: relative;
	z-index: -3;
}
#sp-mn202203em #mv_area .h1_wrapper::before,
#sp-mn202203em #mv_area .h1_wrapper::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../images/mn202203em_main_bg.png") no-repeat;
	width: 539px;
	height: 250px;
	top: 0;
	left: 0;
	z-index: -1;
}
#sp-mn202203em #mv_area .h1_wrapper::after {
	right: 0;
	left: inherit;
	transform: scale(-1,1);
}
#sp-mn202203em #mv_area .inner {
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}
#sp-mn202203em #mv_area .h1_wrapper h1 {
	position: relative;
}
#sp-mn202203em #mv_area .h1_wrapper h1::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../images/mn202203em_main_ic.png") no-repeat;
	width: 128px;
	height: 121px;
	bottom: -12px;
	right: 248px;
	z-index: 1;
}
#sp-mn202203em #mv_area .h1_wrapper p {
	font-size: 2.3rem;
	text-align: center;
	color: #fff;
	background-color: #0f9950;
	padding: 16px 20px;
}

/*------ #present --------------------------*/
#sp-mn202203em #present .present_box {
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #bbb;
	box-sizing: border-box;
	border-radius: 20px;
}
#sp-mn202203em #present .present_box .flex_box p {
	background-color: #0f9950;
	border-radius: 18px 0 0 0;
}
#sp-mn202203em #present .present_box .flex_box figure {
	background-color: #f7f6f7;
	border-radius: 0 18px 0 0;
}
#sp-mn202203em #present .present_box .flex_box p img {
	border-radius: 18px 0 0 0;
}
#sp-mn202203em #present .present_box .flex_box figure img {
	border-radius: 0 18px 0 0;
}
#sp-mn202203em #present .present_box .sub_txt {
	margin-top: 22px;
	font-weight: bold;
}
#sp-mn202203em #present .present_box .main_txt {
	justify-content: center;
	margin: 0 auto 20px;
	padding: 0 16px;
}
#sp-mn202203em #present .present_box .anno {
	max-width: 880px;
	margin: 0 auto;
	padding: 15px 0 15px;
	text-align: left;
	font-size: 90%;
	color: #666;
	border-top: 1px solid #ccc;
}

/*------ #terms --------------------------*/
#sp-mn202203em section#terms {
	padding: 80px 0 0;
}
#sp-mn202203em #terms .inner {
	max-width: 980px;
	margin: 0 auto;
}
#sp-mn202203em .ic_txt {
	font-size: 2.2rem;
	text-align: center;
	margin: 0 auto 16px;
}
#sp-mn202203em .ic_txt span {
	padding-left: 32px;
	position: relative;
}
#sp-mn202203em .ic_txt span::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../images/mn202203em_terms_ic.png") no-repeat;
	width: 21px;
	height: 21px;
	left: 0;
	top: 4px;
}
#sp-mn202203em #terms .terms_box {
	max-width: 626px;
	margin: 0 auto 40px;
	padding: 18px 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#sp-mn202203em #terms .terms_box p {
	font-size: 1.7rem;
}


/*------ #service --------------------------*/
#sp-mn202203em #service table {
	max-width: 1160px;
	margin: 0 auto;
}
#sp-mn202203em #service table,
#sp-mn202203em #service table th,
#sp-mn202203em #service table td {
	font-size: 2.0rem;
	background-color: #fff;
	border: 1px solid #0f9950;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	letter-spacing: 0.05rem;
}
#sp-mn202203em #service table th {
	color: #fff;
	font-weight: bold;
}
#sp-mn202203em #service table .row1 th {
	font-size: 2.4rem;
}
#sp-mn202203em #service table .row2 th,
#sp-mn202203em #service table .row3 th,
#sp-mn202203em #service table .row4 th {
	background-color: #696969;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#sp-mn202203em #service table .row3 td:first-of-type {
	position: relative;
}
#sp-mn202203em #service table .row3 td:first-of-type::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../images/mn202203em_service_txt01.png") no-repeat;
	width: 138px;
	height: 134px;
	right: 36px;
	top: -14px;
}
#sp-mn202203em #service table .row4 th {
	border-bottom: 1px solid #2aaa78;
}
#sp-mn202203em #service table .row4 td img {
	margin: 5px 6px;
}
#sp-mn202203em #service table .col1 {
	max-width: 160px;
}
#sp-mn202203em #service table .col2 {
	max-width: 590px;
}
#sp-mn202203em #service table .col3 {
	max-width: 340px;
}
#sp-mn202203em #service table td:first-of-type {
	background-color: #fffdef;
}
#sp-mn202203em #service table td:nth-of-type(2) {
	background-color: #f7f7f7;
}
#sp-mn202203em #service table span.small {
	font-size: 85%;
}


/*------ #intro --------------------------*/
#sp-mn202203em #intro .lead_area {
	max-width: 850px;
	margin: 0 auto 40px;
}
#sp-mn202203em #intro .lead_area figure {
	max-width: 323px;
}
#sp-mn202203em #intro .lead_area .txt_box {
	max-width: 480px;
}
#sp-mn202203em #intro .lead_area .txt_box .lead_txt {
	font-size: 3.0rem;
	line-height: 1.3;
	margin-bottom: 16px;
}
#sp-mn202203em #intro .dl_box {
	margin: 30px auto 0;
	padding: 0 36px;
}
#sp-mn202203em #intro .dl_box dl {
	margin: 60px auto;
	text-align: center;
}
#sp-mn202203em #intro .dl_box dd {
	max-width: 812px;
	margin: 0 auto;
}
#sp-mn202203em #intro .dl_box dd p {
	text-align: left;
}
#sp-mn202203em #intro .dl_box dd a {
	color: #0080ec;
}
#sp-mn202203em #intro .dl_box dd img {
	margin: 10px auto 0;
	text-align: center;
}

#sp-mn202203em .app_area {
	background: url("../images/mn202203em_app_bg.png") repeat;
	padding: 60px 0;
}
#sp-mn202203em .app_area .inner {
	max-width: 940px;
	justify-content: center;
}
#sp-mn202203em .app_area .app_box {
	width: 460px;
	height: 418px;
	text-align: center;
}
#sp-mn202203em .app_area .app_box.light {
	background-color: #24a91a;
	border-radius: 20px 0 0 20px;
}
#sp-mn202203em .app_area .app_box.standard {
	background-color: #138d54;
	border-radius: 0 20px 20px 0;
}
#sp-mn202203em .app_area .app_box a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 38px 20px;
	overflow: hidden;
	text-decoration: none;
	border-radius: 6px;
	position: relative;
}
#sp-mn202203em .app_area .app_box a:hover {
	opacity: 0.8;
}
#sp-mn202203em .app_area .app_box a:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 6px;
}
#sp-mn202203em .app_area .app_box .sub_txt {
	padding: 20px 0;
}
#sp-mn202203em .app_area .app_box .btn {
	width: 370px;
	margin: 0 auto;
	font-size: 2.0rem;
	color: #24a91a;
	background-color: #fff;
	padding: 10px 24px;
	border-radius: 40px;
	position: relative;
}
#sp-mn202203em .app_area .app_box.standard .btn {
	color: #138d54;
}
#sp-mn202203em .app_area .app_box .btn::after {
	font-family: 'FontAwesome';
	content: "\f105";
	line-height: 1;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.8rem;
}

/*----- ineligible ----------------------------------*/
#ineligible {
	max-width: 1160px;
	padding: 26px;
	margin: 80px auto;
	font-size: 2.0rem;
	color: #c00;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
}


/*--- 768px------------------------------------------------------*/
@media screen and (max-width: 768px) {

	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}

/*----- common -------------------------------------*/
	#sp-mn202203em #main .inner {
		width: 100%;
		padding: 0 20px;
	}
	#sp-mn202203em section {
		padding: 60px 0 50px;
	}
	#sp-mn202203em h2 {
		padding-bottom: 30px;
	}
	#sp-mn202203em .flex_box {
		display: -webkit-block;
		display: block;
		justify-content: center;
	}
/*------ #mv_area --------------------------*/
	#sp-mn202203em #mv_area .inner {
		width: 100%;
	}
/*------ #present --------------------------*/
	
	#sp-mn202203em #present .present_box {
		width: 100%;
	}
	#sp-mn202203em #present .present_box .flex_box p,
	#sp-mn202203em #present .present_box .flex_box p img {
		border-radius: 18px 18px 0 0;
	}
	#sp-mn202203em #present .present_box .flex_box figure,
	#sp-mn202203em #present .present_box .flex_box figure img {
		border-radius: 0 0 0 0;
	}
	#sp-mn202203em #present .present_box .main_txt {
		margin: 12px auto 18px;
		padding: 0 16px;
	}
	#sp-mn202203em #present .present_box .anno {
		padding: 15px 20px 15px;
	}
/*------ #terms --------------------------*/
	#sp-mn202203em #terms .inner {
		width: 100%;
	}
	#sp-mn202203em #terms .lead_txt {
		padding: 0 20px;
	}
	#sp-mn202203em #terms .flex_box p {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 24px;
		border-right: none;
	}

/*------ #service --------------------------*/
	#sp-mn202203em #service table {
		width: 100%;
	}
	#sp-mn202203em #service table,
	#sp-mn202203em #service table th,
	#sp-mn202203em #service table td {
		font-size: 1.8rem;
		padding: 14px;
	}
	#sp-mn202203em #service table .row3 td:first-of-type::before {
		display: none;
	}
	#sp-mn202203em #service table .row4 th {
		border-bottom: 1px solid #2aaa78;
	}
	#sp-mn202203em #service table .row4 td img {
		margin: 14px 6px;
	}
	
	#sp-mn202203em .app_area .app_box {
		width: 100%;
		height: 418px;
	}
	#sp-mn202203em .app_area .app_box.light,
	#sp-mn202203em .app_area .app_box.standard {
		border-radius: 20px 20px 20px 20px;
	}

/*------ #intro --------------------------*/
	#sp-mn202203em #intro .lead_area {
		width: 100%;
		margin: 0 auto 40px;
	}
	#sp-mn202203em #intro .lead_area figure {
		margin: 0 auto;
	}
	#sp-mn202203em #intro .lead_area .txt_box {
		margin: 14px auto 0;
	}
	#sp-mn202203em #intro .dl_box {
		padding: 0 20px;
	}
	#sp-mn202203em .app_area {
		padding: 40px 0;
	}
	#sp-mn202203em .app_area .inner {
		width: 100%;
	}
	#sp-mn202203em .app_area .app_box,
	#sp-mn202203em .app_area .app_box:nth-of-type(2) {
		margin: 20px auto;
	}
}
@media screen and (max-width: 461px) {
	#sp-mn202203em .app_area .app_box {
		width: 100%;
		height: 100%;
	}
	#sp-mn202203em .app_area .app_box .btn {
		width: 100%;
		padding: 14px;
		font-size: 1.6rem;
	}
}
