@charset "utf-8";

.mt5 {
	margin-top: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

body {
	font-size: 13px;
	font-family: Helvetica Neue,Roboto,Helvetica,sans-serif;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 90px;
	display: block;
	background: #fff url(../img/iNav_ngi_sprite_new.gif) repeat-x 0 -123px;
}

#header .inner {
}

#header .inner .logo {
	padding-top: 18px;
    height: 72px;
    width: auto;
}

#footer {
	background: #fff url(../img/iNav_sprite_footer.gif) repeat-x scroll 0 -125px;
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}


#footer .inner {
}

#copyrightInfo {
	font-size: 80%;
	color: #4d4f53;
	clear: both;
	text-align: center;
	width: 100%;
	display: block;
}

#copyrightInfo ul {
	float: none;
	width: 100%;
	display: block;
	text-align: center;
	list-style-image: none;
	background: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

#copyrightInfo li {
	line-height: 1.5em;
	margin: 0 1%;
	display: inline-block;
	text-align: center;
}

#copyrightInfo li a {
	border-right: 0;
	padding: 3px 9px;
	color: #006890;
	font-weight: 700;
	text-decoration: none;
}

/*===========================================================*/

.hero {
	margin-bottom: 30px;
}

.hero h1 {
	width: 100%;
}

.hero h1 img {
	width: 100%;
}

.shop-small-banner {
	width: 100%;
	margin-bottom: 30px;
}

.shop-small-banner img {
    display: block;
	width: 920px;
    margin: 0 auto;
}

.btn-row {
	display: flex;
	display: --webkit-flex;
	justify-content: space-between;
	margin-bottom: 50px;
    flex-wrap: wrap;
}

.btn-nav {
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 50px;
	height: 70px;
	width: 49.5%;
	padding: 10px;
	font-size: 20px;
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
    margin-bottom: 10px;
}

.btn-nav img {
	width: 50px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}

.btn-nav p {
	margin-left: 70px;
}

/*===========================================================*/

h2 {
	background: #fff url(../img/icon1.png) no-repeat scroll 5px 0px;
	background-size: 80px;
	line-height: 80px;
	padding-left: 100px;
	font-size: 24px;
	margin-bottom: 10px;
}

#sec2 {
	background-image: url(../img/icon2.png);
	line-height: 40px;
}

#sec3 {
	background-image: url(../img/icon3.png);
	line-height: 40px;
}

#sec4 {
	background-image: url(../img/icon4.png);
	line-height: 80px;
}

#container dl {
	margin-bottom: 20px;
}

#container .nav {
	margin-bottom: 20px;
	text-align: center;
}

#container .nav a {
	color: #008cb9;
	text-decoration: none;
	margin: 0 20px;
}

#container dt {
	background: #fff url(../img/arrow_downward.png) no-repeat scroll 0px 0px;
	background-position: top 50% right 20px;
	background-color: #00175a;
	color: #fff;
	height: 50px;
	position: relative;
	line-height: 50px;
	font-size: 16px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
}

#container dl.sec1 dt {
	background-color: #006fcf;
}

#container dl.sec2 dt {
	background-color: #00175a;
}

#container dl.sec3 dt {
	background-color: #888B8d;
}

#container dl.sec4 dt {
	background-color: #000000;
}

#container dt.open {
	background-image: url(../img/arrow_upward.png);
}

#container dd {
	display: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#container dd:last-of-type {
	padding-bottom: 0px;
}

#container dd .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
}

#container dd .row:last-of-type {
	border-bottom: 0px;
}

#container dd .row .col {
	width: 35%;
    margin-right: auto;
}

#container dd .row .col1 {
    width: 74%;
}

#container dd .row .col1 ul,
#container dd .row .col ul {
	list-style-position: outside;
}

#container dd .row .col1 li,
#container dd .row .col li {
	position: relative;
	line-height: 1.9em;
	font-size: 15px;
	margin-left: 10px;
}

#container dd .row .col1 li span.new,
#container dd .row .col li span.new {
	font-size: 10px;
	line-height: 15px;
	padding: 2px 4px;
	color: #fff;
	background-color: #009abf;
	border-radius: 5px;
	margin-left: 4px;
	margin-right: 2px;
}

#container dd .row .logo {
	width: 25%;
	text-align: center;
	position: relative;
}

#container dd .row .logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#container dd .row .logo img {
	display: block;
	margin: 0 auto;
	max-width: 160px;
}

#container dd .row .col1 li a::after,
#container dd .row .col li a::after {
	width: 10px;
	height: 10px;
	content: url(../img/icon_blank.png);
	padding-left: 4px;
}

#container dd .row .col1 li a,
#container dd .row .col li a {
	color: #008cb9;
	text-decoration: none;
}

#container dd .row .col1 li a:hover,
#container dd .row .col li a:hover {
	text-decoration: underline;
}

h3 {
	background-color: #fff;
	color: #00175a;
	border-bottom: 2px solid #00175a;
	text-align: center;
	padding: 15px;
	font-size: 28px;
	margin-bottom: 20px;
}

.sites {
	display: flex;
	flex-wrap: wrap;
	align-content:stretch;
	margin-bottom: 60px;
}

.sites .site_wrap {
	width: 50%;
}

.sites .site_wrap .site {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.sites .site_wrap .site img.logo {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.sites .site_wrap .site img.cardface {
	width: 80%;
	display: block;
	margin: 0 auto 20px;
}

.sites .site_wrap .site .description {
	margin-bottom: 20px;
}

.sites .site_wrap .site .btn {
	color: #00175a !important;
	background: #fff;
	width: 90.0%;
	margin-top: 10.0px;
	margin-bottom: 30.0px;
	border: 1px solid #00175a;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	max-width: 17.5rem;
	min-width: 11.25rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	transition: all .2s ease-in-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	padding: .8125rem 1.875rem;
	font-size: 1rem;
	line-height: 1.45667;
	border-radius: .25rem;
	text-decoration: none;
	margin: 0 auto;
}

.sites .site_wrap .site .btn:hover {
	color: #fff !important;
	background: #00175a;
}

.sites .site_wrap .site .btn-text-xs {
    font-size: 0.68rem;
	overflow: visible;
	padding: .8125rem 1.275rem;
}

div.connect_banner {
	display: flex;
	display: --webkit-flex;
	justify-content: start;
	border: 1px solid #ddd;
	width: 800px;
	margin: 0 auto 60px;
	height: 120px;
}

div.connect_banner .logo {
	width: 35%;
	background-color: #fff;
	background: url(../img/connect_logo.png) no-repeat center center;
	background-size: 65% auto;
}

div.connect_banner .copy {
	width: 65%;
	background-color: #00175a;
	color: #fff;
	position: relative;
}

div.connect_banner .copy p {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	padding-left: 60px;
	font-size: 22px;
}

/*=============================================*/

dl.sec4 dd .row .logo {
    min-height: 120px;
}

dl.sec4 dd .row .logo img {
    max-width: 200px;
}

dl.sec4 dd .row .no-logo {
    margin-right: 0px !important;
}

dl.sec4 dd .row .col1 {
    margin-left: 1em;
}

dl.sec4 dd .row .description {
	width: 75%;
    font-size: 16px;
}

dl.sec4 dd .row .description a {
    margin-bottom: 10px;
    color: #006fcf;
    display: inline-block;
}

dl.sec4 dd .row .description p.reg {
    padding-top: 20px;
    font-size: 80%;
}

#container dd .row.text-flex {
}

#container dd .row.text-flex .text-link {
	width: 25%;
    text-align: center;
}

#container dd .row.text-flex .text-link a {
    color: #006fcf;
}

/*===========================================================*/

@media screen and (max-width:800px) {
	.sp-hidden {
		display: none;
	}

	.inner {
		width: 96%;
		margin: 0 2%;
	}

	#header .inner .logo {
		padding-left: 18px;
	}
	

	#footer .inner {
		width: 94%;
		padding: 0 3%;
		float: none;
	}
	
	.hero {
		display: block;
		margin-bottom: 15px;
	}
    
    .shop-small-banner img {
    	width: 100%;
    }

	.btn-row {
		display: block;
		margin-bottom: 30px;
	}

	.btn-nav {
		width: 100%;
		margin-bottom: 3px;
	}

	#container dt {
		height: auto;
		line-height: 22px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#container dl dt span {
		display: block;
		width: 80%;
	}

	#container dd .row {
		display: block;
		margin-bottom: 30px;
	}
	
	#container dd .row .col1,
	#container dd .row .col {
		width: 100%;
	}

	#container dd .row .col1,
	#container dd .row .col {
		padding-left: 10px;
	}
	
	#container dd .row .col1 li,
	#container dd .row .col li {
		position: relative;
		line-height: 1.9em;
		font-size: 15px;
	}

	#container dd .row .col1 li span.new,
	#container dd .row .col li span.new {
		line-height: 18px;
	}
	
	#container dd .row .logo {
		width: 100%;
		margin-bottom: 20px;
	}

	#container dd .row .logo img {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	h3 {
		font-size: 22px;
	}

	.sites .site_wrap {
		width: 100%;
	}
	
	.sites .site_wrap .site {
		width: 80%;
		margin: 0 auto 30px;
	}

	#container .nav a {
		display: block;
		margin: 0 20px 4px;;
	}

	div.connect_banner {
		justify-content: start;
		border: 1px solid #ddd;
		width: 80%;
		min-height: 300px;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	div.connect_banner .logo {
		width: 100%;
		background-size: 65% auto;
	}
	
	div.connect_banner .copy {
		width: 100%;
		position: relative;
	}
	
	div.connect_banner .copy p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding-left: 0px;
		font-size: 18px;
		width: 80%;
	}

	br.pc {
		display: none;
	}

    /*=============================================*/
    #sec4 {
    	line-height: 40px;
    }

    dl.sec4 dd .row .logo {
        width: 100%;
        min-height: 1px;
    }
    
    dl.sec4 dd .row .description {
    	width: 100%;
        font-size: 16px;
        margin-right: 0;
    }

    dl.sec4 dd .row .description a {
        display: block;
        text-align: center;
    }
    
    dl.sec4 dd .row .col1 {
        margin-left: 0em;
    }

    #container dd .row.text-flex {
        display: flex;
	    display: --webkit-flex;
	    justify-content: start;
        flex-wrap: wrap;
    }

    #container dd .row.text-flex .text-link {
    	width: 49%;
        margin-bottom: 10px;
    }
    /*=============================================*/
}

.topicpath {
	margin: 15px 0 18px;
	font-size: 108%;
}
