@charset "Shift_JIS";

/***************************
共通
***************************/
body{
	width: 100%;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.5;
	font-family: "Roboto" , "Noto Sans JP" , 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

a,
a:hover,
a:active{
	text-decoration: none;
}



.emphansis-red{
	color:#FF294A;
	font-weight:900;
}

.emphansis-large{
	font-size:15px;
}




/***************************
_n_login_header.html
***************************/
header .sub-header{
	width:100%;
	height:auto;
	margin:0;
	padding:15px 0;
}


header .sub-header a{
	display:block;
	width:76px;
	height:27px;
	margin-left:15px;
	background-image:url(../../img/mgi-logo-red.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}


header .sub-bread{
	display:flex;
	align-items:center;
	width:100%;
	height:38px;
	margin:0;
	padding:0;
	background-color:#F7F7F7;
}

header .sub-bread > div{
	margin:0;
	margin-left:15px;
	padding:0;
	font-size:12px;
	font-weight:600;
}

header .bread-top{
	display:flex;
	align-items:center;
}

header  .bread-top:after{
	display:block;
	content:"";
	width:7px;
	height:12px;
	margin:0;
	margin-left:15px;
	padding:0;
	background-image:url(../../img/icon_arrow_tab2.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

header .bread-now{
	display:block;
	color:#656565;
}


/***************************
_n_login_footer.html
***************************/

.site-index-link{
	width:100%;
	padding:5px 0 25px;
	border-bottom:10px solid #ECEEF4;
}

.site-index-link a{
	display:block;
	width:133px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	border:1px solid #707070;
	border-radius:20px;
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#6F6F6F;
}

.site-sitemap-wrap{
	box-sizing: border-box;
	width:100%;
	margin:0;
	padding:0 20px;
}

.site-sitemap-wrap .site-footer-h{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:60px;
	margin-bottom:20px;
	padding:0;
	text-align:center;
	font-size:20px;
	font-weight:900;
	color:#000000;
	border-bottom:1px solid #DDDDDD;
}

.site-sitemap-wrap .site-footer-h img{
	display:block;
	width:25px;
	height:auto;
	margin-right:10px;
}

.site-sitemap-wrap .site-footer-link{
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	width:100%;
	margin:0;
	padding:0;
}

.site-sitemap-wrap .site-footer-link li{
	width: 120px;
	min-height: 30px;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
}



.site-sitemap-wrap .site-footer-link li a{
	width:100%;
	min-height: 30px;
	font-size:14px;
	font-weight:600;
	color:#333;
	display: block;
}

.site-footer-wrap{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: space-around;
	box-sizing:border-box;
	width:100%;
	height:80px;
	padding:15px 0;
	background-color:#202B34;
	font-size:12px;
	color:#fff;
}

@media screen and (min-width: 960px) {
	body{
	width: 900px;
	margin: 0 auto;
	}
}
