@charset "UTF-8";

@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("https://www.nissan.co.jp/COMMON/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");

#mainContents:after,
.clearfix:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
body #mainContents{
	max-width: 1300px;
	margin: 0 auto;
	font-family: ShinGoPro-Regular,sans-serif;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.05em;
}
body #mainContents br{
	font-size: 0;
}
body #mainContents ul,
body #mainContents ol,
body #mainContents figure{
	margin: 0;
	padding: 0;
}
body #mainContents ul li,
body #mainContents ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	margin: 0;
	line-height : 140% ;
}
body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	margin: 0;
	line-height : 120% ;
}
body #mainContents img{
	vertical-align: bottom;
}
body #mainContents a{
	color: #c3092f;
	text-decoration: underline;
	transition-duration: 0.3s ;
}

body #mainContents a:focus,
body #mainContents input:focus{
	outline: none;
}

body #mainContents a,
body #mainContents button,
body #mainContents input[type=submit],
body #mainContents input[type=button]{
	text-decoration : none ;
	transition-duration : 0.3s ;
}
body #mainContents a:hover,
body #mainContents button:hover,
body #mainContents input[type=submit]:hover,
body #mainContents input[type=button]:hover{
	opacity: 0.5;
}

body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	line-height: 140%;
	font-weight: normal;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	line-height: 180%;
}
body #mainContents strong,
body #mainContents b{
	font-weight: normal;
}
/******************************************************************************
	common
******************************************************************************/
body #mainContents .content{
	padding: 0 15px;
	margin: 0 auto 80px;
}
body #mainContents .content .inner{
	max-width: 1220px;
	margin: 0 auto;
}
/******************************************************************************
	.header
******************************************************************************/
body #mainContents section.header{
	margin: 0 auto 80px;
}
body #mainContents section.header h1 img{
	width: 100%;
}
body #mainContents section.header .text{
	padding: 15px 0 20px;
	background: #8f1627;
	text-align: center;
	color: #fff;
}
body #mainContents section.header .text p{
	font-size: 28px;
	font-family: ShinGoPro-Bold,sans-serif;
}
body #mainContents section.header .text p strong{
	font-size: 42px;
}
body #mainContents section.header .text p.note{
	font-size: 14px;
	font-family: ShinGoPro-Regular,sans-serif;
}
/******************************************************************************
	#content
******************************************************************************/
body #mainContents section#content{
	padding-bottom: 80px;
	border-bottom: #ddd 1px solid;
}
body #mainContents section#content dl{
	display: flex;
	justify-content: center;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 75px;
	font-size: 20px;
}
body #mainContents section#content dl dt{
	padding: 20px 30px;
	background: #f4f5f7;
	border: #ddd 1px solid;
	font-family: ShinGoPro-Bold,sans-serif;
}
body #mainContents section#content dl dd{
	flex: 1;
	padding: 20px 30px;
	border: #ddd 1px solid;
	border-left: none;
}
body #mainContents section#content h2{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px;
	color: #c3002f;
	font-size: 30px;
	font-family: ShinGoPro-Bold,sans-serif;
	font-style: italic;
}
body #mainContents section#content h2 strong{
	font-size: 36px;
}
body #mainContents section#content h2 div{
	margin-bottom: 5px;
	border-bottom: #c3002f 4px solid;
}
body #mainContents section#content div.wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
}
body #mainContents section#content div.wrap div{
	box-sizing: border-box;
	position: relative;
	width: 585px;
	max-width: calc(50% - 10px);
	padding: 50px 30px 45px min(330px,27vw);
	background: #f4f5f7;
	border-radius: 20px;
}
body #mainContents section#content div.wrap div figure{
	position: absolute;
	width: min(330px,27vw);
	left: 0;
	top: calc(50% - 90px);
}
body #mainContents section#content div.wrap div figure img{
	max-width: 100%;
}
body #mainContents section#content div.wrap div h3{
	margin-bottom: 20px;
	text-align: center;
}
body #mainContents section#content div.wrap div h3 img{
	max-width: 100%;
}
body #mainContents section#content div.wrap div p.btn{
	margin-bottom: 10px;
}
body #mainContents section#content div.wrap div p.btn:last-of-type{
	margin-bottom: 0;
}
body #mainContents section#content div.wrap div p.btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background: #c3002f;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
}
/******************************************************************************
	#note
******************************************************************************/
body #mainContents section#note h2{
	margin-bottom: 45px;
	font-size: 28px;
	text-align: center;
}
body #mainContents section#note ul{
	width: 910px;
	max-width: 100%;
	margin: 0 auto;
}
body #mainContents section#note ul li{
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 0 10px;
}
body #mainContents section#note ul li:before{
	content: " ";
	position: absolute;
	left: 0;
	top: 11px;
	width: 14px;
	height: 14px;
	background: #333;
	border-radius: 7px;
}
/******************************************************************************
	#contact
******************************************************************************/
body #mainContents section#contact{
	box-sizing: border-box;
	width: 910px;
	max-width: 100%;
	padding: 40px 15px;
	border: #ddd 1px solid;
	text-align: center;
}
body #mainContents section#contact h2{
	margin: 0 0 30px;
	font-size: 18px;
}
body #mainContents section#contact p{
	font-size: 16px;
}
body #mainContents section#contact p.no{
	font-size: 18px;
	font-family: ShinGoPro-Bold,sans-serif;
}
body #mainContents section#contact p.note{
	font-size: 12px;
	color: #666;
}
/******************************************************************************
	.support
******************************************************************************/
body #mainContents section.support{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #e2f5f9;
}
body #mainContents section.support h2{
	margin: 0 0 45px;
	font-size: 32px;
	text-align: center;
}
body #mainContents section.support ul{
	display: flex;
	justify-content: center;
	background: transparent;
}
body #mainContents section.support ul li{
	width: 220px;
	max-width: calc(25% - 8px);
	margin: 0 4px;
}
body #mainContents section.support ul li:first-child{
	margin-left: 0;
}
body #mainContents section.support ul li:last-child{
	margin-right: 0;
}
body #mainContents section.support ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	background: #fff;
}
body #mainContents section.support ul li a .label{
	margin: 5px 0 0;
	font-size: 14px;
	color: #000;
}
body #mainContents section.support ul li a .icon{
	width: 100%;
	height: 50px;
	background: url("../img/ico_support01.png") center center no-repeat;
	background-size: contain;
}
body #mainContents section.support ul li:nth-of-type(2) a .icon{
	background-image: url("../img/ico_support02.png");
}
body #mainContents section.support ul li:nth-of-type(3) a .icon{
	background-image: url("../img/ico_support03.png");
}
body #mainContents section.support ul li:nth-of-type(4) a .icon{
	background-image: url("../img/ico_support04.png");
}
/******************************************************************************
	.other
******************************************************************************/
body #mainContents section.other{
	padding-top: 60px;
	padding-bottom: 60px;
}
body #mainContents section.other h2{
	margin: 0 0 30px;
	font-size: 32px;
	text-align: center;
}
body #mainContents section.other ul{
	display: flex;
	justify-content: center;
}
body #mainContents section.other ul li{
	width: 260px;
	max-width: calc(50% - 15px);
	margin: 0 30px 0 0;
}
body #mainContents section.other ul li:last-child{
	margin: 0;
}
body #mainContents section.other ul li a{
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 0 0 20px;
	background: #eeeeee url("../img/ico_arrow_red.svg") right 20px center no-repeat;
	background-size: 8px auto;
	font-size: 14px;
	color: #000;
}
/******************************************************************************
	fixed
******************************************************************************/
body #mainContents section.fixed{
	position: fixed;
	bottom: -150px;
	left: 50%;
	width: 100%;
	padding: 20px 0;
	transform: translateX(-50%);
	z-index: 999;
	transition-duration: 0.3s ;
}
body #mainContents section.fixed.show{
	bottom: 0;
}
body #mainContents section.fixed ul{
	display: flex;
	justify-content: center;
	width: auto;
	margin: 0;
}
body #mainContents section.fixed ul li{
	width: 380px;
	margin: 0 5px;
}
body #mainContents section.fixed ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #eeeeee;
	border: #fff 10px solid;
	font-size: 16px;
	font-family: ShinGoPro-Regular,sans-serif;
	color: #000;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}
body #mainContents section.fixed ul li a .icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url("../img/ico_support04_2.png") center center no-repeat;
	background-size: contain;
}
