@charset "utf-8";

/*NissanConnect gn secondary enhanced-navigation title*/
.c_010D-secondary-nav.c_010D-theme-dark .c_046C .secondary .title {
	text-transform: none;
}
.c_046C .secondary.enhanced-navigation .accordion-toggle-enhanced .vehicle-name {
	text-transform: none;
}

html, body {
	height: 100%;
}

html {
	-ms-overflow-style: scrollbar;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}

body.noscroll {
	overflow: hidden;
}

img, object, embed, video {
	max-width: 100%;
}

h2, h3, h4, h5, h6 {
	line-height: 1.3;
	color: #343434;
}

.ie6 img {
	width: 100%;
}

a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #c71444;
}

a:hover, a:focus {
	color: #c71444;
}

a.link {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

ul, ol {
	margin-left: -20px;
}

.small, small {
	font-size: 11px;
}

.small2 {
	color: #c71444;
}

.container {
	max-width: 1238px;
}

.marginBottom0 {
	margin-bottom: 0!important;
}

.marginBottom90 {
	margin-bottom: 50px!important;
}

.marginBottom38 {
	margin-bottom: 19px!important;
}

.marginBottom10 {
	margin-bottom: 10px!important;
}

.marginBottom50 {
	margin-bottom: 25px!important;
}

.marginTop50 {
	margin-top: 25px!important;
}

.strongType_1 {
	font-weight: bold;
	color: #343434;
}

.pcOnly {
	display: none!important;
}


.br_pc {
	display: none;
}
@media screen and (min-width: 992px) {
	.br_tab {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.br_sp {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.br_pc {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 14px;
	}

	.marginBottom50 {
		margin-bottom: 50px!important;
	}

	.marginBottom38 {
		margin-bottom: 38px!important;
	}

	.marginBottom20 {
		margin-bottom: 20px!important;
	}
	.marginTop50 {
		margin-top: 50px!important;
	}

	.small, small {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1024px) {
	.pcOnly {
		display: inline-block!important;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

/* Header
=========================================== */
#header {
	background: #ffffff;
	width: 100%;
	top: 0;
	z-index: 9;
	border-bottom: 1px solid #c1c1c1;
}

#header .container {
	width: 100%;
	padding: 0;
}

#header .logo {
	line-height: 1;
}

#header .logo h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 0;
	z-index: 10;
	left: 11px;
}

#header .logo .sp {
	width: 132px;
}

#header .logo .pc {
	display: none;
}

#header .menu {
	width: 100%;
	overflow-y: auto;
	max-height: 90%;
	top: 46px;
	position: relative;
}

body.fixed #header {
	position: fixed;
	height: 46px;
}

body.fixed #header .menu {
	position: fixed;
	display: none;
	left: 0;
}

#header .menu ul.navi {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	border-top: 1px solid #cccccc;
	position: relative;
}

#header .menu ul.navi:after {
	position: absolute;
	width: 100%;
	height: 16px;
	background: url("/CONNECT/MEMBER/shared/images/shadow.png");
	content: '';
}

#header .menu ul.navi li a {
	font-size: 12px;
	display: block;
	background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 12px center no-repeat;
	background-size: 10px 14px;
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #cccccc;
	padding: 13px;
	font-weight: bold;
}

#header .menu ul.navi li a:hover {
	text-decoration: none;
}

#header .menu ul.navi li:last-child {
	margin-bottom: 0px;
}

#toggleMenu {
	position: absolute;
	right: 0;
	width: 40px;
	height: 46px;
	background: url("/CONNECT/MEMBER/shared/images/icon_menu.png") center no-repeat;
	background-size: 18px 20px;
	border-left: 1px solid #c1c1c1;
}

#toggleMenu.open {
	background-image: url("/CONNECT/MEMBER/shared/images/icon_menu_close.png");
}

#header .nc {
	float: right;
	width: 94px;
	position: absolute;
	right: 55px;
	top: 13px;
}

#header .login {
	background: #eeeeee;
	padding: 20px 15px 24px;
}

#header .login .heading {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#header .login .links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 12px center no-repeat;
	background-size: 10px 14px;
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 28px 10px 13px;
	font-weight: bold;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#header .login .links a:hover,
#header .login .links a:focus {
	text-decoration: none;
}

@media only screen and (min-width: 550px) {
	body.fixed #header {
		height: 70px;
	}

	#toggleMenu {
		width: 60px;
		height: 70px;
		background-size: 36px 39px;
	}

	#toggleMenu.open {
		background-size: 36px 39px;
	}

	#header .logo .sp {
		width: 208px;
	}

	#header .menu {
		top: 70px;
	}

	#header .nc {
		right: 83px;
		top: 18px;
		width: auto;
	}

	#header .login .heading {
		font-size: 16px;
	}
	#header .menu ul.navi li a,
	#header .login .links a {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1024px) {
	body.fixed #header {
		border-bottom-color: #e4e4e4;
		height: 89px;
	}

	#header .container {
		padding: 0 15px;
		position: relative;
	}

	#header .logo .sp {
		display: none;
	}

	#header .logo .pc {
		display: block;
	}

	#header .logo {
		float: left;
		padding: 16px 0px 0px 23px;
		display: table;
		border-bottom-width: 0;
	}

	#header .logo h1 {
		position: absolute;
		top: 0;
		margin-left: 4px;
	}

	#header .menu {
		float: left;
		background: none;
		display: block!important;
		position: relative!important;
		width: auto;
		padding: 0;
		margin-left: 120px;
		top: 0;
	}

	#header .menu ul.navi {
		float: right;
		margin: 53px 0 0;
		border-top-width: 0;
		padding: 0;
	}

	#header .menu ul.navi:after {
		display: none;
	}

	#header .menu ul.navi li {
		display: inline-block;
		margin-right: 34px;
		margin-bottom: 0;
	}

	#header .menu ul.navi li a {
		position: relative;
		display: inline-block;
		color: #777777;
		font-size: 14px;
		border-bottom: 4px solid #ffffff;
		color: #000000;
		padding: 5px 4px;
		background: none;
	}

	/*
	#header .menu ul.navi li.active a {
		color: #c71444;
		border-bottom-color: #c71444;
	}*/

	/*[id="top"] #header .menu ul.navi li.nav_1 a,
	[id="navigation"] #header .menu ul.navi li.nav_2 a,
	[id="ev"] #header .menu ul.navi li.nav_3 a,
	[id="faq"] #header .menu ul.navi li.nav_4 a,
	[id="entry"] #header .menu ul.navi li.nav_5 a{
		color: #c71444;
		border-bottom-color: #c71444;
	}*/

	[id="top"] #header .menu ul.navi li.nav_1 a,
	[id="entry"] #header .menu ul.navi li.nav_2 a,
	[id="center"] #header .menu ul.navi li.nav_3 a,
	/*[id="faq"] #header .menu ul.navi li.nav_4 a,*/
	[id="faq"] #header .menu ul.navi li.nav_5 a{
		color: #c71444;
		border-bottom-color: #c71444;
	}


	#header .menu ul.navi li a:hover {
		color: #c71444;
	}

	#header .menu ul.navi li a#loginLink{
		position: relative;
	}

	#header .menu ul.navi li a#loginLink:hover{
		cursor: pointer;
	}

	#header .menu ul.navi li a#loginLink:before {
		content: '';
		position: absolute;
		width: 10px;
		height: 6px;
		right: -15px;
		top: 12px;
		background: url("/CONNECT/MEMBER/shared/images/icon_arrow_1.png");
	}

	#header .menu ul.navi li a#loginLink.active{
		color: #c71444;
	}

	#header .menu ul.navi li a#loginLink.active:before {
		background-position: 0 -6px;
	}

	#toggleMenu {
		display: none;
	}

	#header .nc {
		top: 10px;
		right: 15px;
	}

	#header .menu .login {
		display: none;
	}

	#header .login .heading {
		display: none;
	}

	#header #login .login {
		position: fixed;
		left: 0;
		width: 100%;
		top: 89px;
		background: #f3f3f3;
		padding: 58px 0;
	}

	#header #login .login .links {
		display: table;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		max-width: 1239px;
		border-spacing: 16px 0;
		table-layout: fixed;
	}

	#header #login .login .links a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-bottom: 0;
		color: #ffffff;
		font-size: 16px;
		background: #666666;
		padding: 21px 10px;
	}

	#header #login .login .links a:hover {
		background-color: #333333;
	}
}

/* Wrapper
=========================================== */
body.fixed section.wrapper {
	margin-top: 46px;
/*	margin-top: 0px; */
}

@media only screen and (min-width: 550px) {
	body.fixed .wrapper {
/*		margin-top: 70px; */
		margin-top: 0px;
	}
}

@media only screen and (min-width: 1024px) {
	body.fixed .wrapper {
/*		margin-top: 89px; */
		margin-top: 0px;
	}
}

/* section
=========================================== */
.sectionType1 {
	background: #eeeeee;
	padding: 23px 0;
}

.sectionType2 {
	padding: 27px 0 56px;
}

.sectionType3 {
	padding: 15px 0 56px;
}

@media only screen and (min-width: 768px) {
	.sectionType1 {
		padding: 47px 0;
	}

	.sectionType2 {
		padding: 60px 0 112px;
	}

	.sectionType3 {
		padding: 21px 0 80px;
	}
}

/* title
=========================================== */
.titStyle1 {
	font-weight: bold;
	text-align: center;
	margin: 0 0 13px;
	font-size: 17px;
}

.titStyle2,.titStyle2a {
	font-weight: bold;
	margin: 0 0 13px;
	font-size: 17px;
	border-bottom: 1px dashed #c1c1c1;
	padding-bottom: 9px;
}

.titStyle3 {
	font-weight: bold;
	margin: 0 0 12px;
	font-size: 12px;
}

@media only screen and (min-width: 768px) {
	.titStyle1 {
		margin: 0 0 17px;
		font-size: 28px;
	}

	.titStyle2,.titStyle2a {
		margin: 0 0 24px;
		font-size: 28px;
		padding-bottom: 9px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

	.titStyle2b {
		display: block;
	}

	.titStyle3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

}

@media only screen and (min-width: 992px) {
	.carrierList {
		float: right;
	}
}

/* btn
=========================================== */
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	color: #343434;
	background: #eeeeee url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 16px center no-repeat;
	background-size: 14px 19px;
	border-radius: 0;
	font-weight: bold;
	font-size: 12px;
	padding: 16px 37px 16px 15px;
	text-align: left;
}

.btn-small {
	font-weight: normal;
	font-size: 12px;
	width: 188px;
	display: inline-block;
}

.btn-medium {
	font-size: 12px;
	width: 240px;
	display: inline-block;
}

.btn-link,
.btn-link:focus {
	font-weight: normal;
	font-size: 9px;
	width: auto;
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: underline;
	background: transparent url("/CONNECT/MEMBER/shared/images/icon_arrow_5.png") left center no-repeat;
	background-size: 8px 11px;
	color: #000000;
}


.btn-down {
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_3.png");
	background-size: 14px 10px;
}

.btn:hover {
	background-color: #d6d6d6;
	color: #c71444;
}

.btn-link:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.btn {
		font-size: 18px;
		padding: 12px 34px 12px 24px;
	}

	.btn-small {
		font-size: 14px;
	}

	.btn-medium {
		font-size: 18px;
		width: 288px;
	}

	.btn-down {
		background-size: 19px 13px;
	}

	.btn-link,
	.btn-link:focus {
		font-size: 14px;
		padding: 0 0 0 20px;
		background-size: 10px 14px;
	}
}
/* keyvisual
=========================================== */
.keyvisual {
	text-align: center;
	padding: 32px 0;
	background: #919294 url("/CONNECT/MEMBER/shared/images/keyvisual.jpg") top center no-repeat;
	background-size: cover;
}

.keyvisual h2 {
	font-weight: bold;
	font-size: 21px;
	color: #000000;
}

.keyvisual h2 span {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.keyvisual h2 {
		font-size: 42px;
	}
	.keyvisual {
		padding: 62px 0;
	}
	.keyvisual.page h2 {
		font-size: 38px;
	}
	.keyvisual h2 span {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

/* twoColumns
=========================================== */
.twoColumns .column {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
	.twoColumns .column {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 992px) {
	.twoColumns {
		overflow: hidden;
	}

	.twoColumns .column {
		width: 48%;
		float: left;
		margin-bottom: 0;
	}

	.twoColumns .column:last-child {
		float: right;
	}
}

@media only screen and (min-width: 1260px) {
	.twoColumns .column {
		width: 580px;
	}
}


/* twoColumnSidebar
=========================================== */
.twoColumnSidebar {
	margin-top: 15px;
}
.twoColumnSidebar .column ul.sidebar {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eeeeee;
}

@media only screen and (min-width: 768px) {
	.twoColumnSidebar .column {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 992px) {
	.twoColumnSidebar {
		overflow: hidden;
		margin-top: 42px;
	}

	.twoColumnSidebar .column {
		width: 30%;
		float: left;
		margin-bottom: 0;
	}

	.twoColumnSidebar .column:last-child {
		float: right;
		width: 65%;
	}
}

@media only screen and (min-width: 1260px) {
	.twoColumnSidebar .column {
		width: 331px;
	}

	.twoColumnSidebar .column:last-child {
		width: 797px;
	}
}

/* threeColumns
=========================================== */
.threeColumns {
	margin-bottom: 28px;
}

.threeColumns .column:first-child {
	margin-bottom: 15px;
}

.threeColumns .column:nth-child(2) {
	margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
	.threeColumns .column:nth-child(2) {
		margin-bottom: 16px;
	}
}

@media only screen and (min-width: 992px) {
	.threeColumns {
		display: table;
		width: 100%;
		margin-bottom: 85px;
		table-layout: fixed;
	}

	.threeColumns .column {
		display: table-cell;
		padding-right: 16px;
		vertical-align: top;
	}

	.threeColumns .column:first-child {
		margin-bottom: 0;
	}

	.threeColumns .column:nth-child(2) {
		width: 266px;
		margin-bottom: 0;
	}

	.threeColumns .column:last-child {
		width: 250px;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1260px) {
	.threeColumns .column:nth-child(2) {
		width: 306px;
	}

	.threeColumns .column:last-child {
		width: 290px;
	}
}


/* threeColumnsType1
=========================================== */
.threeColumnsType1 {
	margin-bottom: 5px;
}

.threeColumnsType1 .column {
	border: 1px solid #eeeeee;
	padding: 12px;
	margin-bottom: 8px;
}

.threeColumnsType1 .column .btn-small {
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}

.threeColumnsType2 .column {
	padding: 0;
	border: 0;
}

@media only screen and (min-width: 768px) {
	.threeColumnsType1 {
		margin: 0 -16px;
	}
	.threeColumnsType1 .block {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 16px 0;
		margin-bottom: 15px;
	}

	.threeColumnsType1 .column {
		display: table-cell;
		vertical-align: top;
		width: 33.33%;
		padding: 24px;
		margin-bottom: 0;
	}

	.threeColumnsType2 .column {
		padding: 0;
	}

	.threeColumnsType1 .column .btn-small {
		font-size: 14px;
		padding: 14px 34px 14px 24px;
	}
}


/* twoColumnsType1
=========================================== */
.twoColumnsType1 {
	margin-bottom: 5px;
}

.twoColumnsType1 .box {
	border: 1px solid #eeeeee;
	padding: 12px;
	margin-bottom: 8px;
}

.twoColumnsType1 .column:first-child {
	border: 1px solid #eeeeee;
	padding: 12px;
	margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
	.twoColumnsType1 {
		margin: 0 -16px;
	}

	.twoColumnsType1 .block {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 16px 0;
		margin-bottom: 15px;
	}

	.twoColumnsType1 .column {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.twoColumnsType1 .box,
	.twoColumnsType1 .column:first-child {
		padding: 24px;
		margin-bottom: 16px;
	}

	.twoColumnsType1 .column:first-child,
	.twoColumnsType1 .boxEnd {
		margin-bottom: 0;
	}
}

/* twoColumnsTable
=========================================== */
.twoColumnsTable {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 14px;
}

.twoColumnsTable .btn-small {
	width: 100%;
	font-weight: bold;
	padding: 9px 15px;
	font-size: 11px;
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_3.png");
	background-size: 11px 8px;
	text-align: left;
}


.twoColumnsTable .btn-small.active {
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_6.png");
}

.twoColumnsTable .titStyle3 {
	margin-bottom: 0;
}

.twoColumnsTable .column {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.twoColumnsTable .column:last-child {
		text-align: right;
	}

	.twoColumnsTable .btn-small {
		padding: 12px 35px 12px 20px;
		font-size: 14px;
		background-size: 14px 10px;
		width: 200px;
	}
}

/* notice
=========================================== */
.notice p {
	margin-bottom: 0;
}

.notice {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	width: 100%;
}

/*.notice:last-child {
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}*/

.notice.noNotice {
	margin-bottom: 0;
	border: none;
}

.noticeMessage {
	padding-top: 0;
}

.more .pastNotice {
	display: none;
}

.more .newNotice .notice:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.more .pastNotice .notice:nth-child(1) {
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}

.more .pastNotice .notice:last-child {
	border-bottom: none;
}

#more {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.notice {
		display: table;
		table-layout: fixed;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.more {
		padding-top: 20px;
	}
	.more .pastNotice .notice:nth-child(1) {
		padding-top: 20px;
	}
	.noticeMessage {
		padding-top: 0px;
	}
	.notice .col {
		display: table-cell;
		vertical-align: top;
	}
	.notice .col:first-child {
		width: 105px;
	}
}

/* info
=========================================== */
.info {
	background: #ffffff;
	padding: 7px 0;
	margin-bottom: 10px;
}

.info .block {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.info .block .col {
	display: table-cell;
	vertical-align: middle;
	padding: 9px 0;
}

.info .block .col:first-child {
	width: 89px;
	text-align: center;
}

.info .block .col:first-child img {
	height: 47px;
}

.info .block p {
	margin-bottom: 0;
	padding-right: 15px;
}


@media only screen and (min-width: 768px) {
	.info {
		padding: 18px 0;
		margin-bottom: 12px;
	}
	.info .block .col:first-child {
		width: 134px;
	}

	.info .block .col:first-child img {
		height: 62px;
	}

	.info .block .col {
		padding: 12px 0;
	}

	.info .block p {
		padding-right: 25px;
	}
}

/* loginMenu
=========================================== */
.loginMenu {
	background: #ffffff;
}

.loginMenu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 12px center no-repeat;
	background-size: 10px 14px;
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 13px;
	font-weight: bold;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.loginMenu a:hover {
	color: #c71444;
	text-decoration: none;
}

.loginMenu a:last-child {
	border-bottom-width: 0;
}

@media only screen and (min-width: 768px) {
	.loginMenu a {
		background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 24px center no-repeat;
		background-size: 24px 34px;
		font-size: 18px;
		padding: 29px 34px;
	}
}


/* faq
=========================================== */
.faq {
	margin-top: 20px;
}

.faq .block {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.faq .block:last-child {
	border-bottom-width: 0;
}

.faq .block p {
	padding-left: 32px;
}

.faq .block p.q {
	font-weight: bold;
	font-size: 12px;
	color: #343434;
	position: relative;
}

.faq .block p.q:before {
	content: 'Q';
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #343434;
	line-height: 24px;
	position: absolute;
	top: -3px;
	left: 0;
	text-align: center;
}

.faq .block p.a {
	position: relative;
}

.faq .block p.a:before {
	content: 'A';
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #c71444;
	line-height: 24px;
	position: absolute;
	top: -3px;
	left: 0;
	text-align: center;
}

.faq h4.faq_sub_title {
	border: 1px solid #000;
	color: #fff;
	background: #343434;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.faq h4.faq_sub_title {
	border: 1px solid #000;
	color: #fff;
	background: #343434;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.faq .car_qa_link {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.faq .car_qa_link:hover {
	color: #c71444;
}



@media only screen and (min-width: 768px) {
	.faq .block {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.faq .block p.q {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.faq .block p.a:before,
	.faq .block p.q:before {
		font-size: 14px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.faq .block p {
		padding-left: 45px;
	}
}

/* footer
=========================================== */

.sub-footer {
	text-align: center;
	color: #000;
	font-size: 9px;
	padding-bottom: 20px;
	background: #fff;
	padding: 24px 0px;
}

.sub-footer .container {
	position: relative;
}

.sub-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-footer ul li {
	display: block;
	margin-bottom: 14px;
}

.sub-footer ul li a,
.sub-footer ul li a:active {
	color: #000;
}

.sub-footer ul li a:hover,
.sub-footer ul li a:focus {
	color: #c71444;
}

.sub-footer .logo img {
	width: 82px;
}

@media only screen and (min-width: 768px) {
	.sub-footer {
		font-size: 12px;
	}

	.sub-footer .logo img {
		width: 110px;
	}
}

@media only screen and (min-width: 992px) {
	.sub-footer {
		padding: 30px 0;
	}
	.sub-footer ul {
		text-align: center;
	}
	.sub-footer ul li {
		margin-bottom: 0;
	}
	.sub-footer ul li, .sub-footer ul li:nth-child(2n+1):last-child {
		float: none;
		display: inline-block;
		width: auto;
		margin-right: 34px;
		border-bottom-width: 0;
		position: relative;
	}

	.sub-footer ul li a {
		padding: 0;
	}

	.sub-footer ul li a[target="_blank"] span {
		padding: 0 25px 0 0;
		background-size: 18px 14px;
	}

	.sub-footer ul li:before {
		position: absolute;
		right: -27px;
		content: '|';
		color: #d0deac;
	}
	.sub-footer ul li:last-child {
		margin-right: 0!important;
	}
	.sub-footer ul li:last-child:before {
		display: none;
	}

	.sub-footer ul li:nth-child(2n) {
		border-left-width: 0px;
	}

	.sub-footer .logo {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -8px;
	}
}

/* twoColumnLinks
=========================================== */
.twoColumnLinks .column {
	display: block;
	background: #eeeeee;
	padding: 12px;
	margin-bottom: 8px;
	color: #666666;
}

.twoColumnLinks .column:hover {
	text-decoration: none;
	background-color: #d6d6d6;
}

.twoColumnLinks .column p {
	margin-bottom: 0;
}

.twoColumnLinks .column .heading {
	font-size: 12px;
	font-weight: bold;
	color: #343434;
	position: relative;
	background: url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right center no-repeat;
	background-size: 10px 14px;
	/*
	padding-right: 20px;
	display: inline-block;*/
	margin-bottom: 8px;
}

.twoColumnLinks .column .heading2 {
	padding-right: 20px;
	display: inline-block;
}

.twoColumnLinks .column:hover .heading {
	color: #c71444;
}

.twoColumnLinks .column .block {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.twoColumnLinks .column .block .col {
	display: table-cell;
	vertical-align: top;
}

.twoColumnLinks .column .block .col:first-child {
	width: 89px;
}

.twoColumnLinks .column .block .col.image {
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.twoColumnLinks {
		overflow: hidden;
	}

	.twoColumnLinks .column {
		float: left;
		width: 49%;
		padding: 24px;
		margin-bottom: 0;
	}

	.twoColumnLinks .column .heading {
		font-size: 18px;
		background-size: 14px 19px;
		padding-right: 28px;
	}

	.twoColumnLinks .column:last-child {
		float: right;
	}

	.twoColumnLinks .column .block .col:first-child {
		width: 112px;
	}

	.twoColumnLinks .column .block .col.image {
		padding-right: 24px;
	}

}

@media only screen and (min-width: 1260px) {
	.twoColumnLinks .column {
		width: 596px;
	}
}


/* contact
=========================================== */
.contact {
	border-top: 1px solid #eeeeee;
	text-align: center;
	padding: 25px 0;
	background: url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 10px center no-repeat;
	background-size: 12px 17px;
}

.contact .block {
	color: #666666;
}

.contact .block.blockpc {
	display: none;
}

.contact .block:hover {
	text-decoration: none;
}

.contact p {
	margin-bottom: 0;
}

.contact .container {
	max-width: 1080px;
}

.contact .heading {
	font-weight: bold;
	color: #343434;
	font-size: 14px;
}

.contact .tel {
	font-weight: bold;
	color: #c71444;
	font-size: 19px;
}

@media only screen and (min-width: 768px) {
	.contact {
		background: none;
		text-align: left;
		padding: 24px 0;
	}

	.contact .heading {
		font-size: 22px;
	}

	.contact .tel {
		font-size: 34px;
		margin-right: 20px;
	}

	.contact .block {
		display: table;
		width: 100%;
	}

	.contact .block .column:first-child {
		border-right: 1px solid #eeeeee;
		width: 55%;
	}

	.contact .block .columnEnd {
		text-align: left;
		padding-left: 3em;
	}

	.contact .block .columnEnd p {
		display: inline-block;
		vertical-align: middle;
	}

	.contact .block .columnEnd .columnEnd-innerwrap p {
		text-align: left;
		padding-top: 1em;
	}
	.contact .columnEnd-innerwrap .tel {
		margin-left: 10px;
		margin-right: 10px;
	}

	.contact .block .column {
		display: table-cell;
		vertical-align: middle;
	}

	.contact .block.blockpc {
		display: table;
	}

	.contact .block.blocksp {
		display: none;
	}

}


@media only screen and (min-width: 992px) {
	.contact .block .column:first-child {
		width: 368px;
	}
	.contact .block .columnEnd .columnEnd-innerwrap p {
		text-align: left;
		padding-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.contact .block .column:first-child {
		border-right: 1px solid #eeeeee;
		width: 426px;
	}
}

#more:hover {
	cursor: pointer;
}


/* tabs
=========================================== */
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 12px center no-repeat;
	background-size: 10px 14px;
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 13px;
	font-weight: bold;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.tabs li a:hover {
	text-decoration: none;
}

.tab_drawer_heading {
	margin: 0;
}
/*.tab_last { border-right: 1px solid #333; }*/

ul.tabs li.active a {
	background-color: #c71444;
	color: #fff;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}

.tab_content {
	display: none;
}

.tab_drawer_heading {
	display: none;
	font-size: 18px;
	background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_3.png") right 12px center no-repeat;
	background-size: 15px 10px;
}

.tab_drawer_heading.d_active {
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_4.png");
	background-color: #c71444;
	color: #fff;
}

.tab_drawer_heading.tab_last {
	border-bottom: 1px solid #eeeeee;
}

.tab_content ol li,
.tab_content ul.listType1 li {
	margin-bottom: 10px;
}

.tab_content section {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	ul.tabs li a {
		background: #ffffff url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") right 16px center no-repeat;
		background-size: 14px 19px;
		font-size: 18px;
		padding: 20px 38px 20px 28px;
	}

	.tab_content ol li,
	.tab_content ul.listType1 li {
		margin-bottom: 15px;
	}

	.tab_content section {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.tab_drawer_heading {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.tabs {
		display: none;
	}

	.tab_drawer_heading {
		display: block;
		font-weight: bold;
		padding: 10px 32px 10px 12px;
		border-top: 1px solid #eeeeee;
	}
	.tab_content {
		display: none;
		border: 4px solid #eeeeee;
		padding: 8px;
	}
	.tab_content .titStyle2 {
		display: none;
	}
	.tab_content .faq {
		margin-top: 10px;
	}
	.tab_content .faq .block:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.faq h4.faq_sub_title {
		padding: 8px 10px;
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 12px;
	}
	.faq .car_qa_link {
		font-size: 12px;
	}
}

/* generalTable
=========================================== */
.generalTable {
	width: 100%;
	margin-bottom: 10px;
}

.generalTable,
.generalTable td,
.generalTable th {
	border: 1px solid #aaaaaa;
}

.generalTable th,
.generalTable td {
	padding: 10px;
}

.generalTable th {
	color: #ffffff;
	background: #333333;
	text-align: center;
}

.generalTableType1 td{
	width: 50%;
	vertical-align: top;
}

.macromedia {
	text-align: center;
}

.macromedia a {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 4px;
}

@media only screen and (min-width: 768px) {
	.generalTable {
		margin-bottom: 20px;
	}

	.generalTable th,
	.generalTable td {
		padding: 15px;
	}

	.macromedia {
		text-align: left;
	}

	.macromedia a {
		margin-bottom: 0px;
	}

}

/* sitemap
=========================================== */

ul.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #343434;
	font-weight: bold;
	font-size: 14px;
}

ul.sitemap li a {
	color: #343434;
}

ul.sitemap li a:hover {
	text-decoration: none;
	color: #c71444;
}

ul.sitemap li {
	margin-bottom: 15px;
}

ul.sitemap li ul {
	margin-top: 20px;
	margin-left: 0px;
	list-style: disc;
}

@media only screen and (min-width: 768px) {
	ul.sitemap {
		font-size: 20px;
	}

	ul.sitemap li {
		margin-bottom: 20px;
	}

	ul.sitemap li ul {
		margin-left: 5px;
	}
}

/* rules
=========================================== */
.rules {
	line-height: 1.8;
}

.rules ol li,
.rules ul li {
	margin-bottom: 10px;
}

.rules ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.rules ol li ul {
	margin-top: 10px;
	list-style: none;
	padding: 0;
}

/* anchor
=========================================== */
.anchor {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

@media only screen and (min-width: 550px) {
	.anchor {
		top: -90px;
	}
}

@media only screen and (min-width: 768px) {
	.anchor {
		top: -120px;
	}
}


/* mobile
=========================================== */
.mobile .block {
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
}

.mobile .block .heading {
	border-bottom: 1px solid #c1c1c1;
	background: #dadada;
	padding: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #343434;
}

.mobile .block.inactive .heading {
	border-bottom: 0;
	color: #979797;
	background: #f6f6f6;
}

.mobile .block.inactive .body {
	display: none;
}

.mobile p {
	margin-bottom: 13px;
}

.mobile .radio {
	margin: 0;
}


.mobile .block ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.mobile .block ul li {
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	padding: 10px 15px;
	color: #343434;
	font-weight: bold;
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url("/CONNECT/MEMBER/shared/images/check_off.png") left 15px center no-repeat;
	background-size: 25px;
	padding-left: 50px;
	position: relative;
}


.mobile .block ul.links li {
	background: none;
	padding-left: 15px;
}

.mobile .block ul.links li a {
	color: #343434;
	display: block;
}

.mobile .block ul li:focus {
	outline: 0;
}
.mobile .block ul li label {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.mobile .block ul li:last-child {
	border-bottom: 0;
}

.mobile .block ul li:nth-child(3n) {
	border-right: 0px solid #c1c1c1;
}

.mobile .block ul li[aria-checked='true']{
	background-image: url("/CONNECT/MEMBER/shared/images/check_on.png");
	outline: 0;
}
.mobile .block ul li:hover {
	outline: 0;
	cursor: pointer;
	text-decoration: underline;
	color: #c71444;
}

@media only screen and (min-width: 768px) {
	section .mobile {
		border: 1px solid #c1c1c1;
		padding: 19px;
	}

	.mobile p {
		margin-bottom: 20px;
	}

	.mobile .block .heading {
		padding: 12px 30px;
		font-size: 18px;
	}
	.mobile .block ul li {
		float: left;
		width: 33.33%;
		border-right: 1px solid #c1c1c1;
		border-bottom: 0;
		padding: 12px 30px;
		font-size: 14px;
		background-size: 31px;
		padding-left: 60px;
	}
	.mobile .block ul li:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: #c1c1c1;
		bottom: -1px;
	}

	.mobile .block ul li:nth-child(3n) {
		border-right: 0px solid #c1c1c1;
	}

	.mobile .block ul.links li {
		padding-left: 30px;
	}
}
/* model-head
=========================================== */
.model-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	margin: 0 0 13px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #c1c1c1;
}

.model-head__title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	max-width: 100%;
}
.model-head__list {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 5px 0;
	padding: 0;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}
.model-head__list-item {
	position: relative;
	padding: 1px 8px;
}
.model-head__list-item.active {
	font-weight: bold;
	color: #ffffff;
	background-color: #c71444;
}
li.model-head__list-item:nth-child(2):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 12px;
	background: #c1c1c1;
	left: 0px;
	top: 50%;
	margin-top: -6px;
}
.model-head__list-item.active + li.model-head__list-item:nth-child(2):after {
	right: 0px;
	left: auto;
}
.model-head__list-item.active:after {
	display: none;
}
.model-head__list-item > a {
	text-decoration: underline;
	color: #000000;
}
.model-head__list-item > a:hover {
	color: #c71444;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.model-head {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0 0 24px;
	}
	.model-head__title {
		font-size: 28px;
	}
	.model-head__list {
		margin: 5px 0 5px auto;
		font-size: 14px;
	}
	.model-head__list-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding: 1px 10px;
		font-size: 14px;
	}
}
/* carrier-list
=========================================== */
.carrierList {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	font-size: 10px;
	display: block;
	font-weight: normal;
}

.carrierList .block {
	display: inline-block;
	margin-right: 10px;
}

.carrierList .block span {
	font-weight: bold;
	color: #ffffff;
	background: #c71444;
	padding: 3px 8px;
}

.carrierList .block a {
	text-decoration: underline;
	color: #000000;
	position: relative;
}
.carrierList .block a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 6px;
	background: #c1c1c1;
	right: -7px;
	top: 50%;
	margin-top: -3px;
}
.carrierList .block:last-child a:after {
	display: none;
}
@media only screen and (min-width: 768px) {
	.carrierList {
		font-size: 14px;
	}

	.carrierList .block span {
		padding: 4px 14px;
	}

	.carrierList .block a:after {
		height: 12px;
		right: -7px;
		margin-top: -6px;
	}

	.titStyle2b .carrierList {
		margin-top: 9px;
	}

	.titStyle2b .carrierList .block {
		margin-right: 0;
		margin-left: 26px;
	}

	.titStyle2b .carrierList .block:first-child {
		margin-left: 0px;
	}

	.titStyle2b .carrierList .block:nth-child(2) {
		margin-left: 10px;
	}

	.titStyle2b .carrierList .block a:after {
		right: -17px;
	}
}
/* model-list
=========================================== */
.model-list {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
.model-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ddd;
	border-bottom: none;
}
.model-list__brand {
	width: 142px;
	padding: 10px 20px;
	background-position: right 15px top 15px;
	background-repeat: no-repeat;
    background-size: 14px 10px;
    color: #343434;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
[role="tablist"] .model-list__brand:hover {
	cursor: pointer;
}
[role="tablist"] .model-list__brand[aria-expand="false"] { background-image: url(/CONNECT/MEMBER/shared/images/icon_arrow_3.png); }

[role="tablist"] .model-list__brand[aria-expand="true"] {
	background-image: url( "/CONNECT/MEMBER/shared/images/icon_arrow_6.png" );
}

.model-list__brand > p {
	margin-bottom: 0;
}

.model-list__table {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.model-list__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #343434;
    background: #f6f6f6;
    text-align: left;
    font-weight: bold;
	border-bottom: 0;
}

.model-list__body {
	border-top: 1px solid #ddd;
}

.model-list__table[aria-expand="false"] > .model-list__body {
	display: none;
}

.model-list__cell--model {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0%;
	        flex: 1 1 0%;
	padding: 10px 20px;
	word-wrap: break-word;
	-ms-flex-item-align: center;
	    align-self: center;
}
.model-list__cell--type {
	width: 130px;
	padding: 10px 20px;
	border-left: 1px solid #ddd;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
	text-align: center;
	word-wrap: break-word;
	-ms-flex-item-align: center;
	    align-self: center;
}
.model-list__body-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.model-list__body-row:last-of-type {
	border-bottom: none;
}
@media only screen and (max-width: 991px) {
	.model-list__table {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	}
	.model-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.model-list__brand {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.model-list__head {
		border-bottom: none;
	}
	.model-list__cell--model {
		padding: 10px;
	}
	.model-list__cell--type {
		width: 40px;
		padding: 10px;
		border-left: 1px solid #ddd;
		-webkit-box-flex: 0.1;
		    -ms-flex: 0.1 1 40px;
		        flex: 0.1 1 40px;
		-ms-flex-item-align: stretch;
		    align-self: stretch;
	}
}


/* accTable
=========================================== */
.accTable {
	margin-bottom: 10px;
}
.accTable a:hover {
	text-decoration: none;
}
.accTable .column:first-child {
	border: 1px solid #dddddd;
	border-bottom: 0;
	padding: 10px;
	color: #343434;
	font-weight: bold;
	display: block;
}

.accTable .column:first-child p {
	margin-bottom: 0;
}

.accTable .generalTable {
	margin-bottom: 0;
}

.accTable .generalTable,
.accTable .generalTable td,
.accTable .generalTable th {
	border-color: #dddddd;
}

.accTable .generalTable,
.accTable .generalTable th {
	border-bottom: 0;
}

.accTable .generalTable .type {
	width: 40px;
}

.accTable .generalTable th {
	color: #343434;
	background: #f6f6f6;
	text-align: left;
}

.accTable a.column {
	background: url("/CONNECT/MEMBER/shared/images/icon_arrow_3.png") center right 15px no-repeat;
	background-size: 14px 10px;
}

.accTable a.column:hover {
	cursor: pointer;
}

.accTable a.column.active {
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_6.png");
}

.accordion .accTable .end {
	display: none;
}

.accordion .accTable {
	border-bottom: 0px;
	margin-bottom: 0;
}

.accordion .accTable .column,
.accordion .accTable .column:first-child {
	border-bottom: 0;
}

.accordion {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
	.accTable {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 15px;
	}

	.accTable .column {
		display: table-cell;
		vertical-align: top;
	}

	.accTable .column:first-child {
		width: 142px;
		border-right: 0;
		border-bottom: 1px solid #dddddd;
		padding: 10px 20px;
		display: table-cell;
		background-position: top 15px right 15px;
	}
	.accTable .generalTable td,
	.accTable .generalTable th {
		padding: 10px 20px;
	}

	.accTable .generalTable .type {
		width: 130px;
	}

	.accordion {
		margin-bottom: 15px;
	}
}


/* linkBox
=========================================== */

.linkBox {
	border: 1px solid #dddddd;
	padding: 10px 15px 15px;
}

.linkBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.linkBox ul li {
	margin-bottom: 5px;
}

.linkBox ul li a {
	color: #000000;
	text-decoration: underline;
	display: block;
	background: url("/CONNECT/MEMBER/shared/images/icon_arrow_2.png") left center no-repeat;
	background-size: 8px 11px;
	padding-left: 15px;
	word-break: break-all;
}

.linkBox ul li a:hover {
	text-decoration: none;
}

.linkBox ul li p {
	color: #c71444;
	padding-left: 15px;
}

.linkBox .btn-small {
	min-width: 192px;
	font-weight: bold;
	padding: 9px 15px;
	font-size: 11px;
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_3.png");
	background-size: 11px 8px;
	text-align: left;
	margin-top: 15px;
}

.linkBox .btn-small.active {
	background-image: url("/CONNECT/MEMBER/shared/images/icon_arrow_6.png");
}

@media only screen and (min-width: 768px) {
	.linkBox {
		padding: 20px 30px 30px;
	}
	.linkBox ul {
		overflow: hidden;
	}

	.linkBox ul li {
		width: 50%;
		float: left;
	}

	.linkBox ul li a {
		background-size: 10px 14px;
		padding-left: 20px;
	}

	.linkBox ul li p {
		color: #c71444;
		padding-left: 20px;
	}

	.linkBox .btn-small {
		padding: 12px 35px 12px 20px;
		font-size: 14px;
		background-size: 18px 13px;
		min-width: 264px;
		margin-top: 25px;
	}
}

.radiogroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.radiogroup.inactive,
.links.inactive,
.navigation-pdf__link-list.inactive {
	display: none;
}

.navigation-notice > p.inactive {
	display: none;
}
.navigation-pdf[aria-hidden="true"] {
	display: none;
}
p.navigation-pdf__title {
	font-weight: bold;
	color: #343434;
	margin-bottom: 10px;
}
.navigation-pdf__item {
	margin-bottom: 20px;
}
.navigation-pdf__link-list {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
.navigation-pdf__link-item {
	background: url( "/CONNECT/MEMBER/shared/images/icon_arrow_2.png" ) 10px center no-repeat;
    background-size: 8px 11px;
    padding-left: 15px;
}
.navigation-pdf__link-item > a {
	color: #000000;
	text-decoration: underline;
}
p.navigation-pdf__name { margin-bottom: 0px; }
@media only screen and (min-width: 768px) {
	.navigation-pdf__link-item {
		background-size: 10px 14px;
		padding-left: 30px;
		margin: 0 0 5px;
	}
	.navigation-pdf__link-item > a:hover {
		text-decoration: none;
	}
}

.linkBox + .coope-sp {
	margin: 10px 0;
}

/* about_list
=========================================== */
.list-explain {
	margin: 20px 0 0;
}
.list-explain__title {

}
.list-explain__context {
	margin: 10px 0 0;
}

/* zdc
=========================================== */
p.resizeimage {
   max-width: 600px; 
   min-width: 240px; 
}
p.resizeimage img { width: 100%; }

/* center page
=========================================== */
.pullLeft {
	float: 	left;
}
@media only screen and (max-width: 768px) {
	.pullLeft {
		width: 100%;
	}
}


/* ADDITIONALS 19/08/19
----------------------------------------*/
#basic-operations .threeColumns .column {
	width: 30%;
}

#basic-operations .btn {
	padding: 24px;
	height: auto;
}

#faq .btn {
	margin-bottom: 20px;
	padding: 24px;
}

#faq .btn:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	#basic-operations .threeColumns .column {
		width: 100%;
	}
	#basic-operations .threeColumns .column:first-child {
		margin-bottom: 8px;
	}
	#basic-operations .btn,
	#faq .btn {
		padding: 12px;
		margin-bottom: 8px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#basic-operations .threeColumns .column:first-child {
		margin-bottom: 16px;
	}
	#faq .btn {
		margin-bottom: 16px;
	}
}


/* ADDITIONALS 19/12/04
----------------------------------------*/
.loginMenu a.small{
	background: #ffffff url( "/CONNECT/MEMBER/shared/images/icon_arrow_2.png" ) right 12px center no-repeat;
	background-size: 10px 14px;
}

.loginMenu div {
	background-size: 10px 14px;
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0 10px 13px;
	font-weight: bold;
}

.loginMenu_list{
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.loginMenu_list li{
	list-style: none;
	position: relative;
}

.loginMenu_list li::before{
	position: absolute;
	top: 50%;
	left: 17px;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #343434;
	content: "";
	transform:translateY(-50%);
}

.loginMenu_list li a{
	height: 30px !important;
	padding: 0 34px;
	background: #ffffff url( "/CONNECT/MEMBER/shared/images/icon_arrow_2.png" ) right 12px center no-repeat;
	background-size: 10px 14px;
}

.loginMenu div a:hover {
	color: #c71444;
	text-decoration: none;
}

.loginMenu div a:last-child {
	border-bottom-width: 0;
}

@media only screen and (min-width: 768px) {
	.loginMenu div {
		background-size: 14px 19px;
		font-size: 18px;
		padding: 29px 0 10px 34px;
	}
	.loginMenu_list{
		padding-left: 40px;
	}
	.loginMenu a.small,
	.loginMenu_list li a{
		background: #ffffff url( "/CONNECT/MEMBER/shared/images/icon_arrow_2.png" ) right 24px center no-repeat;
		background-size: 14px 19px;
	}
	.loginMenu_list li::before{
		left: 12px;
		width: 13px;
		height: 13px;
	}
	.loginMenu_list li a{
		height: 40px !important;
	}
	.loginMenu_list{
		margin-top: 20px;
	}
}

.twoColumns_twoRow{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	table-layout:auto;
	margin-bottom: 28px;


}
.twoColumns_twoRow .column{
	width: 100%;
	padding: 0 0 8px;
	margin-bottom: 0;
}
#basic-operations .twoColumns_twoRow .column .btn{
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.twoColumns_twoRow .column{
		padding: 0 0 16px 0;
	}
}
@media only screen and (min-width: 992px) {
	.twoColumns_twoRow{
		margin-bottom: 85px;
	}
	.twoColumns_twoRow .column{
		width: 50%;
		padding: 0 16px 16px 0;
	}
	.twoColumns_twoRow .column:nth-child(2n){
		padding-right: 0;
	}
	.twoColumns_twoRow .column:nth-last-child(-n+2){
		padding-bottom: 0;
	}
}

.heading_title{
	text-align: center;
    font-size: 14px;
    font-weight: bold;
	margin: 20px 0 10px;
}
#header #login .login .links{
	margin-bottom: 16px;
}
#header #login .login .links:last-child{
	margin-bottom: 0;
}
.links_br{display: none;}
@media only screen and (max-width: 1060px) and (min-width: 1024px){
	.links_br{display: block;}
}
@media only screen and (min-width: 550px) {
	.heading_title{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1024px) {
}

.gn_element .grid-row.bleed {
    max-width: 100% !important;
}

.btn-webInfo {
	width: 300px;
	margin-left: 15px;
}

.link-box-red {
	color: #fff;
	background-color: #c3002f;
	border: 1px solid #c3002f;
	display: block;
	text-decoration: none;
	padding: 0.857143em 45px 0.857143em 20px;
	line-height: 1.2;
	-webkit-transition: all .3s ease-in-out;
	font-size: 14px;
	position: relative;
}

.link-box-red:hover {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background-color: #920023;
	border-color: #920023;
	color: #fff;
	text-decoration: none;
}

.link-box-red::before,
.link-box-red::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transform: translate(0) rotate(45deg);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.link-box-red:hover::before,
.link-box-red:hover::after{
	transform: translate(5px) rotate(45deg);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}


.link-box-red::before{
	left: auto;
	right: 25px;
	top: -2px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
	.btn-webInfo {
		width: 250px;
		margin-left: 11px;
	}
	.link-box-red {
		font-size: 11px;
	}
}

section.intro {
	display: inline-block;
}

section.intro .date-txt{
	text-align: right;
}
.tit_btn_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px dashed #c1c1c1;
	margin: 0 0 13px;
	padding-bottom: 9px;
}
.tit_btn_wrap h3{
	font-weight: bold;
	font-size: 17px;
}
.tit_btn_wrap .btn-print-outer {
	margin: 10px 0 0 20px;
}
.section_bottom.btn-print-outer {
	width: 100%;
}
.btn-print {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 80px;
	height: 38px;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	color: #666666;
	background: #eeeeee;
}
.btn-print .icon {
	font-size: 18px;
	margin-right: 10px;
	color: #666666;
}
.section_bottom.btn-print-outer .btn-print{
	margin: 0 auto;
	width: 100px;
	height: 44px;
}
.btn-print:hover {
	text-decoration: none;
	color: #666666;
}


@media only screen and (min-width: 768px) {
	.tit_btn_wrap {
		margin: 0 0 24px;
		padding-bottom: 9px;
	}
	.tit_btn_wrap h3{
		font-size: 20px;
	}
	.btn-print {
		width: 100px;
		height: 44px;
	}
	.btn-print:hover {
		text-decoration: none;
		background: #d6d6d6;
		color: #c71444;
	}
	.btn-print:hover .icon{
		color: #c71444;
	}
}

/*********************/
/*** floating-nav ***/
/*********************/
nav#floating-nav {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}
nav#floating-nav ul {
	list-style-type: none;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	background: #fff;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
nav#floating-nav ul li{
	margin-right: 2px;
	width: 50%;
	box-sizing: border-box;
}
nav#floating-nav ul li:last-child{
	margin-right: 0;
}
nav#floating-nav ul li a{
	text-decoration: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	font-size: 3.5vw;
	padding: 1em 0;
	background: #eeeeee;
	transition: all .3s ease-in-out;
}
nav#floating-nav ul li a .icon{
  font-size: 1.6em;
}
nav#floating-nav ul li a p{
	margin: 0;
	margin-left: 0.5em;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #343434;
}
nav#floating-nav ul li  a.icon-right-arrow:after {
	transition: none;
	display: none;
}
nav#floating-nav ul li a:hover{
	background: #c3002f;
}
nav#floating-nav ul li a:hover .icon{
	color: #fff;
}
nav#floating-nav ul li a:hover p{
	color: #fff;
}
nav#floating-nav ul li  a:hover.icon-right-arrow:after {
	color: #fff;
}

@media only screen and (min-width: 600px) {
	nav#floating-nav {
		width: auto;
	}
	nav#floating-nav ul {
		padding: 8px;
		box-shadow: 0px 0px 14px 0 rgba(0,0,0,0.4);
		width: auto;
		background: #c3002f;
		transform: scale(1.2);
		transform-origin: bottom;
	}
	nav#floating-nav ul li{
		margin-right: 14px;
		width: auto;
	}
	nav#floating-nav ul li a{
		flex-direction: row;
		width: 226px;
		font-size: 16px;
		padding: 0.3em 0;
		border: solid 1px #eeeeee;
	}
	nav#floating-nav ul li a:hover {
		background: #920023;
	}
	nav#floating-nav ul li a .icon{
		font-size: 1.6em;
		margin-left: -18px;
	}
	nav#floating-nav ul li a p{
		margin-left: 0.5em;
		letter-spacing: 0.06em;
	}
	nav#floating-nav ul li  a.icon-right-arrow:after {
		display: block;
		top: 48%;
		right: 14px;
	}
}
@media print { 
	nav#floating-nav {
		display: none !important;
	}
}

/*********************/
/*** section indent style2 ***/
/*********************/
.sec_indent_style2 .titStyle2 {
	align-items: center;
}
.sec_indent_style2 .titSmall {
	padding-left: 1em;
	font-size: 0.65em;
	color: #343434;
}
.rules .sec_indent_style2 ul li {
	padding-left: 2em;
	text-indent: -2em;
}
