.pc,
br.pc {
	display: none;
}


/* 20190404 Commons 追加 */
hr.border {
	border: none;
	border-top: 1px solid #C1C1C1;
	padding: 0;
	height: 1px;
	margin: calc(40/375 * 100vw) 0;
	line-height: 0;
	box-sizing: border-box;
}

.r-mark {
	font-size: 60%;
	font-family: Verdana, sans-serif;
	margin-left: 1px;
	font-weight: inherit;
	top: -0.8em;
}

h1 .notes_mark,
h2 .notes_mark,
.subtitle .notes_mark {
	font-size: 0.7em;
}

.option-label {
	font-size: 9px !important;
	font-size: 2.4vw !important;
	font-weight: normal;
	width: auto;
	border: 1px solid #000;
	padding: 0.3em 0.5em;
	line-height: 1 !important;
	display: inline-block;
	position: static;
	vertical-align: middle;
	margin-top: -.35em;
}

h1 .option-label,
h2 .option-label {
	display: inline-block !important;
}

.icon-crown {
	width: 1.5em;
	height: .9em;
	margin-right: 0.2em;
	display: inline-block;
	background-image: url(../IMAGES/icon_crown.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


/** -------------------------------
 * main
 */

#main {
	width: 100vw;
	opacity: 0;
}

#main.loaded {
	opacity: 1;
}





/** -------------------------------
 * header
 */

#header {
	clear: both;
	padding: 0 8%;
}

#header > .wrap {
	display: block;
}

#header h1 {
	font-size: 2.4em;
	font-weight: normal;
	text-align: center;
	padding-top: calc((28/375) * 100vw);
	padding-bottom: calc((28/375) * 100vw);
}

#header ul {
	display: none;
}
    
    
    
#header .select {
	position: relative;
}

#header .select:after {
	content: '';
	position: absolute;
	right: 4.266vw;
	top: 50%;
	display: block;
	width: 2.666vw;
	height: 1.866vw;
	margin-top: -0.933vw;
	background-image: url(../IMAGES/down_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 1.866vw;
}

#header select {
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 10.666vw;
	padding: 0 3.2vw;
	background-color: #eee;
	outline: none;
	border: none;
	font-size: 12px;
	font-size: 3.2vw;
	font-size: 16px;
	font-size: 4.267vw;
	line-height: 1.1;
}





/** -------------------------------
 * section
 */

.section {
	clear: both;
	margin-top: calc(40/375 * 100vw);
	margin-left: calc(15/375 * 100vw);
	margin-right: calc(15/375 * 100vw);
}

.section > .wrap {
	display: block;
}

.section .header {
	position: relative;
	padding: 0 0;
	/*margin-left: 4%;*/
	margin-left: 0;
}

.section .header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 18.667%;
	height: 4px;
	border-top: 3.99px solid #c3002c;
}

.section .header h1 {
	display: block;
	width: 100%;
}

.section .header h1 > span {
	display: block;
	padding: 4.5% 0 0;
	margin-bottom: calc(17/375 * 100vw);
	font-size: 17px;
	font-size: 4.533vw;
	font-weight: bold;
}

.section .header h1 > span em {
	font-size: 10px;
	font-size: 2.666vw;
	font-style: normal;
	font-weight: normal;
}


.section .header.noBorder {
	position: relative;
	padding-top: 0;
}

.section .header.noBorder:before {
	content: none;
}

.section .header.noBorder h1 > span {
	font-size: 14px;
	font-size: 3.733vw;
	padding: 0;
	margin-bottom: calc(5/375 * 100vw);
	font-weight: normal !important;
}


.section .content {

}



/** -------------------------------
 * section | fileListModule
 */

.section.fileListModule {
	
}

.section.fileListModule > .wrap {
	
}

/* 20190403 Commons 修正 */
.section.fileListModule .content {
	margin-top: 2.8%;
	padding: 0 calc(20/375 * 100vw);
}

.section.fileListModule .content .spec {
	
}

.section.fileListModule .content .spec li {
	display: block;
	margin-top: 4%;
}

.section.fileListModule .content .spec a {
	position: relative;
	display: table;
	width: 100%;
	height: 9.6vw;
	background-color: #eee;
}

.section.fileListModule .content .spec a:after {
	content: '';
	position: absolute;
	right: 3.2%;
	top: 50%;
	display: block;
	width: 6.4vw;
	height: 6.4vw;
	margin-top: -3.2vw;
	background-image: url(../IMAGES/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

#manual.section.fileListModule .content .spec a:after {
	background-image: url(../IMAGES/arrow_red.png);
	background-size: auto 2.4vw;
}

.section.fileListModule .content .spec span {
	display: table-cell;
	padding-left: 4%;
	font-size: 12px;
	font-size: 3.2vw;
	color: #333;
	line-height: 1.1;
	vertical-align: middle;
}



/** -------------------------------
 * section | customModule
 */

.section.customModule {
	
}

.section.customModule > .wrap {
	
}

.section.customModule .content {
	margin-top: 2.4%;
    /*padding: 0 4%;*/
}

.section.customModule .content > .subtitle {
  font-weight: normal;
  font-size: 17px;
  font-size: 4.533vw;
}

.section.customModule .button {
	width: auto;
	padding-top: 4.5vw;
	margin-left: calc(0/375 * 100vw);
	margin-right: calc(0/375 * 100vw);
}

.section.customModule .button:first-child {
	padding-top: 0;
}

.section.customModule .label + .button {
	padding-top: 2.8vw;
}

.section.customModule .button .copy {
	font-size: 14px;
	font-size: 3.636vw;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	word-break: break-all;
	margin-bottom: .5em;
}


.section.customModule .button a:nth-of-type(n + 2) {
	display: block;
	padding-top: .5em;
}

.section.customModule .button a > span {
	padding-right: 3.2vw;
	background-image: url(../IMAGES/arrow_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 2.666vw;
	font-size: 14px;
	font-size: 3.636vw;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	word-break: break-all;
}

.section.customModule .movie {
	width: 100vw;
	margin-top: calc(20/375 * 100vw);
	margin-left: calc(15/375 * 100vw * -1);
	/*padding-top: calc(9/16 * 100%);*/
	padding-top: calc(380/750 * 100vw);
	position: relative;
	background-color: #fff;
}

.section.customModule .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section.customModule .image {
	width: 100vw;
	margin-top: calc(20/375 * 100vw);
	margin-left: calc(15/375 * 100vw * -1);
	position: relative;
	background-color: #fff;
}

.section.customModule .movie > .image {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
}

.section.customModule .image img {
	width: 100%;
}




/** -------------------------------
 * section | articleBlockModule
 */

.section.articleBlockModule {
	padding-top: 0;
	/*border-top: 1px solid #c1c1c1;*/
  margin-right: 0; /* 20190403 dede 修正 */
  margin-left: 0; /* 20190403 dede 修正 */
}

.section.articleBlockModule.noBorder{ /* 20190403 dede 新規追加 */
	border-top: none;
	margin-top: 0;
}

.articleGroup .articleGroupColumn + .articleGroupColumn .articleBlockModule {
	padding-top: calc(40/375 * 100vw);
	border-top: 1px solid #c1c1c1;
}

.section.articleBlockModule .inner {
  margin-left: calc(15/375 * 100vw);
  margin-right: calc(15/375 * 100vw);
}

.section.articleBlockModule > .wrap {
	
}

.section.articleBlockModule .header {
	
}

.section.articleBlockModule .header h1 {
	/*background-image: url(../IMAGES/line01.png);*/ /* 20190403 dede 修正 */
	/*background-repeat: repeat-x;*/ /* 20190403 dede 修正 */
	/*background-position: left bottom;*/ /* 20190403 dede 修正 */
	/*background-size: auto 1px;*/ /* 20190403 dede 修正 */
}

.section.articleBlockModule .header h1 > span {
	line-height: 1.3;
	padding-bottom: 0; /* 20190403 dede 修正 */
  font-size: 18px; /* 20190403 dede 修正 */
  font-size: 4.8vw; /* 20190403 dede 修正 */
	font-weight: bold; /* 20190403 dede 修正 */
}

.section.articleBlockModule .header h1 > span em {
	font-size: 12px;
	font-size: 3.125vw;
	font-weight: bold;
}

.section.articleBlockModule .content {
	margin-top: 6.9vw;
}

.section.articleBlockModule .content > .wrap {
	
}

.section.articleBlockModule .subtitle {
	font-size: 14px;
	font-size: 3.733vw;
	font-weight: bold;
}

.section.articleBlockModule .overview {
	margin-top: -1.6%;
	padding: 0 4%;
	padding-bottom: 5.6%;
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.57;
}

.section.articleBlockModule .swiper-container {
	padding-bottom: 4vw; /* 20190403 dede 修正 */
}

.section.articleBlockModule .swiper-wrapper {
	
}

.section.articleBlockModule .swiper-slide {
	
}

.section.articleBlockModule .swiper-slide > .wrap {
	/* padding: 0 9.333%; */ /* 20190403 dede 修正 */
  margin-left: calc((30/375) * 100vw);  /* 20190403 dede 修正 */
  margin-right: calc((30/375) * 100vw);  /* 20190403 dede 修正 */
}

.section.articleBlockModule .swiper-slide .image {
	margin-bottom: 4%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.section.articleBlockModule .swiper-slide .image img {
	width: 100%;
}

.section.articleBlockModule .swiper-slide .lead {
	font-size: 14px;
	font-size: 3.733vw;
	margin-top: 11%;
}

.section.articleBlockModule .swiper-slide .lead em { /* 20190403 dede 新規追加 */
  font-size: 12px;
  font-size: 3.125vw;
}

.section.articleBlockModule .description { /* 20190403 dede 新規追加 */
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}

.section.articleBlockModule .swiper-slide .description {
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.57;
}

.section.articleBlockModule .swiper-button-prev {
	left: 2.4vw;
	top: 20vw;
	width: 5vw;
	height: 6vw;
	margin-top: 0;
	background-image: url(../IMAGES/swiper_prev_red.png);
	background-size: 75%;
	z-index: +2;
}

.section.articleBlockModule .swiper-button-prev.swiper-button-disabled {
	background-image: url(../IMAGES/swiper_prev_gray.png);
	opacity: 1;
}

.section.articleBlockModule .swiper-button-next {
	right: 2.4vw;
	top: 20vw;
	width: 5vw;
	height: 6vw;
	margin-top: 0;
	background-image: url(../IMAGES/swiper_next_red.png);
	background-size: 75%;
	z-index: +2;
}

.section.articleBlockModule .swiper-button-next.swiper-button-disabled {
	background-image: url(../IMAGES/swiper_next_gray.png);
	opacity: 1;
}

.section.articleBlockModule .swiper-pagination {
	clear: both;
	left: 0;
	bottom: 0;
	top: calc(190/375 * 100vw);
	width: 100%;
	margin-top: 0;
	padding-right: 2.666vw;
	text-align: center;
	z-index: +1;
}

.section.articleBlockModule .swiper-pagination-bullet {
	width: 2.4vw;
	height: 2.4vw;
	margin-left: 1vw;
	margin-right: 1vw;
	border-radius: 50%;
	background-color: #c1c1c1;
	opacity: 1;
}

.section.articleBlockModule .swiper-pagination-bullet-active {
	background-color: #c3002f;
}


/** -------------------------------
 * section | articleBasicModule
 */

.section.articleBasicModule {
/*	padding-top: calc(40/375 * 100vw);
	border-top: 1px solid #c1c1c1;*/
	margin-right: 0;
	margin-left: 0; 
}

.border + .section.articleBasicModule,
.articleGroup > .wrap .articleGroupColumn:first-of-type .section.articleBasicModule {
	border: none;
	padding-top: 0;
}


.section.articleBasicModule + .articleGroup > .wrap > .articleGroupColumn:first-child > .section.articleBasicModule:first-child {
	margin-top: calc(17/375 * 100vw);
}


.section.articleBasicModule.noBorder {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.section.articleBasicModule > .wrap {
	
}

.section.articleBasicModule .logo_img {
	/*margin: calc(40/375 * 100vw) 0;*/
	margin: 0 0 calc(40/375 * 100vw);
}

.section.articleBasicModule .logo_img img {
	width: 100%;
}



.section.articleBasicModule .logo_img + .header {
	margin-top: calc(40/375 * 100vw);
}

.section.articleBasicModule .header h1 {

}

.section.articleBasicModule .header h1 > span {
	line-height: 1.3;
	padding-bottom: 0;
	font-weight: bold;
}

.section.articleBasicModule .header h1 > span em {
	font-size: 12px;
	font-size: 3.125vw;
	font-weight: bold;
}

.section.articleBasicModule .content {
	margin-top: 0;
}

.section.articleBasicModule .inner + .content {
	margin-top: calc(17/375 * 100vw);
}

.section.articleBasicModule .content.onlydescription {
	margin-top: 0;
}

.section.articleBasicModule .content > .wrap {
	
}

.section.articleBasicModule .content > .wrap > .image + .inner,
.section.articleBasicModule .content > .wrap > .inner + .inner {
	margin-top: calc(25/375 * 100vw);
}

.section.articleBasicModule .content > .wrap > .image + .inner > .caption:first-child {
	margin-top: calc(-13/375 * 100vw);
}

.section.articleBasicModule .content > .wrap > .image + .inner > .button:first-child {
	margin-top: calc(-13/375 * 100vw);
	margin-left: 0;
	margin-right: 0;
}

.section.articleBasicModule .description {
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.57;
	margin-top: 5vw;
}

.section.articleBasicModule .description:first-child {
	margin-top: 0;
}

.section.articleBasicModule .description.large {
	font-size: 17px;
	font-size: 4.533vw;
}

.section.articleBasicModule .subtitle + .description {
	margin-top: calc(15/375 * 100vw);
}


.description em {
	font-size: 12px;
	font-size: 3.125vw;
	display: block;
	margin-top: 2%;
}

.description .note {
	font-size: 12px;
	font-size: 3.125vw;
	display: block;
	margin-top: 2%;
}

.section.articleBasicModule .notes {
	font-size: 12px;
	font-size: 3.125vw;
	margin-top: 5vw;
	line-height: 1.7;
}

.section.articleBasicModule .subtitle { /* 20190403 dede 新規追加 */
	font-size: 14px;
	font-size: 3.733vw;
	font-weight: bold;
}

.section.articleBasicModule .button {
	width: auto;
	padding-top: 4.5vw;
	margin-left: calc(15/375 * 100vw);
	margin-right: calc(15/375 * 100vw);
}

.section.articleBasicModule .inner .button {
	margin-left: 0;
	margin-right: 0;
}

.section.articleBasicModule .button:first-child {
	padding-top: 0;
}

.section.articleBasicModule .label + .button {
	padding-top: 2.8vw;
}

.section.articleBasicModule .button a {
	
}

.section.articleBasicModule .button span {
	padding-right: 3.2vw;
	background-image: url(../IMAGES/arrow_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 2.666vw;
	font-size: 14px;
	font-size: 3.636vw;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	word-break: break-all;
}

.section.articleBasicModule .image {
	margin-top: calc(25/375 * 100vw);
}

.section.articleBasicModule .wrap .image:first-child {
	margin-top: 0;
}

.section.articleBasicModule .image img {
	width: 100%;
}

.section.articleBasicModule .image > span {
	display: block;
	padding-top: calc((190/375)* 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section.articleBasicModule .image .image-title {
	font-size: 14px;
	font-size: 3.733vw;
	font-weight: bold;
	margin-bottom: calc(10/375 * 100vw);
	margin-left: calc(15/375 * 100vw);
	margin-right: calc(15/375 * 100vw);
}


.section.articleBasicModule .caption {
	margin-top: 3.2vw;
	font-size: 12px;
	font-size: 3.125vw;
	line-height: 1.57;
}

.section.articleBasicModule .inner { /* 20190403 dede 新規追加 */
  margin-left: calc(15/375 * 100vw);
  margin-right: calc(15/375 * 100vw);
}

.articleGroup .articleGroupColumn:nth-of-type(2) .section.articleBasicModule.noBorder .wrap .image:first-child {
	margin-top: calc(25/375 * 100vw);
}


/** -------------------------------
 * section | articleCustomModule
 */

.section.articleCustomModule {
	padding-top: 8.533%;
	border-top: 1px solid #c1c1c1;
}

.section.articleCustomModule > .wrap {
	
}

.section.articleCustomModule .header {
	
}

.section.articleCustomModule .header h1 {
	background-image: url(../IMAGES/line01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 1px;
}

.section.articleCustomModule .header h1 > span {
	line-height: 1.3;
}

.section.articleCustomModule .header h1 > span em {
	font-size: 12px;
	font-size: 3.125vw;
	font-weight: bold;
}

.section.articleCustomModule .content {
	margin-top: 3.2vw;
	padding: 0 4%;
}

.section.articleCustomModule .content > .wrap {
	
}


/** -------------------------------
 * articleGroup
 */

.articleGroup {

}

.articleGroup + .articleGroup {
	margin-top: calc(40/375 * 100vw);
}

.articleGroup.noBorder{
  border-top: none;
  margin-top: 0;
}


.articleGroup > .wrap {
	
}

.articleGroup .articleGroupColumn {
	
}

.articleGroup .button {
	width: auto;
	padding-top: 4.5vw;
	margin-left: calc(0/375 * 100vw);
	margin-right: calc(0/375 * 100vw);
}

.articleGroup .label + .button {
	padding-top: 2.8vw;
}

.articleGroup .button a {
	
}

.articleGroup .button span {
	padding-right: 3.2vw;
	background-image: url(../IMAGES/arrow_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 2.666vw;
	font-size: 14px;
	font-size: 3.636vw;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	word-break: break-all;
}


/** -------------------------------
 * bodyColor
 */

#bodyColor {
	
}

#bodyColor .content {
	
}
    /* overview */

#bodyColor .overview {
	padding: 0;
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.57;
}
    /* main */

#bodyColor .main {
	position: relative;
	margin-top: 2vw;
}

#bodyColor .main > .wrap {
	position: relative;
	padding-top: 56.25%;
}

#bodyColor .main .item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
        /* visible */

#bodyColor .main.image001 .item01 { display: block; }
#bodyColor .main.image002 .item02 { display: block; }
#bodyColor .main.image003 .item03 { display: block; }
#bodyColor .main.image004 .item04 { display: block; }
#bodyColor .main.image005 .item05 { display: block; }
#bodyColor .main.image006 .item06 { display: block; }
#bodyColor .main.image007 .item07 { display: block; }
#bodyColor .main.image008 .item08 { display: block; }
#bodyColor .main.image009 .item09 { display: block; }
#bodyColor .main.image010 .item10 { display: block; }
#bodyColor .main.image011 .item11 { display: block; }
#bodyColor .main.image012 .item12 { display: block; }
#bodyColor .main.image013 .item13 { display: block; }
#bodyColor .main.image014 .item14 { display: block; }
#bodyColor .main.image015 .item15 { display: block; }
#bodyColor .main.image016 .item16 { display: block; }
#bodyColor .main.image017 .item17 { display: block; }
#bodyColor .main.image018 .item18 { display: block; }
#bodyColor .main.image019 .item19 { display: block; }
#bodyColor .main.image020 .item20 { display: block; }
#bodyColor .main.image021 .item21 { display: block; }
#bodyColor .main.image022 .item22 { display: block; }
#bodyColor .main.image023 .item23 { display: block; }
#bodyColor .main.image024 .item24 { display: block; }
#bodyColor .main.image025 .item25 { display: block; }
#bodyColor .main.image026 .item26 { display: block; }
#bodyColor .main.image027 .item27 { display: block; }
#bodyColor .main.image028 .item28 { display: block; }
#bodyColor .main.image029 .item29 { display: block; }
#bodyColor .main.image030 .item30 { display: block; }
#bodyColor .main.image031 .item31 { display: block; }
#bodyColor .main.image032 .item32 { display: block; }
#bodyColor .main.image033 .item33 { display: block; }
#bodyColor .main.image034 .item34 { display: block; }
#bodyColor .main.image035 .item35 { display: block; }
#bodyColor .main.image036 .item36 { display: block; }

#bodyColor .main .swipeIcon {
	position: absolute;
	left: 1%;
	top: 5%;
	display: none;
	width: 10vw;
	height: 10vw;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#bodyColor .main .swipeIcon.show {
	display: table;
}

#bodyColor .main .swipeIcon span {
	display: table-cell;
	background-image: url(../IMAGES/icon_360.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#bodyColor .main .loader {
	position: absolute;
	left: 0;
	top: 0;
}
    /* sub */

#bodyColor .sub {
	position: relative;
}

#bodyColor .sub > .wrap {
	padding-bottom: 1vw;
}

#bodyColor .sub .label {
	margin: 0 0;
	/*padding-bottom: 1.6vw;*/
}

#bodyColor .sub .label dt {
	font-size: 16px;
	font-size: 4.267vw;
}

#bodyColor .sub .label dd {
	font-size: 10px;
	font-size: 2.666vw;
}

#bodyColor .sub .navi {
	padding: 0 0;
	padding-top: 0.4vw;
}

#bodyColor .sub .navi .item {
	width: calc((50/375) * 100vw);
	height: calc((50/375) * 100vw);
	margin-right: calc((7/375) * 100vw);
	margin-top: calc((7/375) * 100vw);
	float: left;
	padding: calc((3/375) * 100vw);
	border: 1px solid #fff;
}

#bodyColor .sub .navi .item > .wrap {
	
}

#bodyColor .sub .navi .item span {
	position: relative;
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#bodyColor .sub .navi .item span.half {
	overflow: hidden;
}

#bodyColor .sub .navi .item span.half:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 50%;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 50%;
}

#bodyColor .sub .navi .item.focus {
	padding: calc((3/375) * 100vw);
	border: 1px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#bodyColor .caption {
	margin-top: 4vw;
	padding: 0 0;
	font-size: .9em;
	font-size: 2.4vw;
	color: #343434;
}





/** -------------------------------
 * caution
 */
/* @smartphone */

.caution-box {
	clear: both;
}

#support + .caution-box {
	margin-top: 15vw;
	margin-bottom: 20vw;
}

.caution-box > .wrap {
	margin-top: 16%;
	padding: 0;
	margin-left: calc(15/375 * 100vw);
	margin-right: calc(15/375 * 100vw);
}

.caution-box dl {
	position: relative;
	border-bottom: 1px solid #c2c2c2;
}

.caution-box dt {
	display: table;
	width: 100%;
	height: 10.4vw;
	background-image: url(../IMAGES/icon_open.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 10.4vw;
	border-top: 1px solid #c2c2c2;
	cursor: pointer;
}

.caution-box dt.open {
	background-image: url(../IMAGES/icon_close.png);
}

.caution-box dt span {
	display: table-cell;
	padding-left: 5px;
	font-size: 11px;
	font-size: 2.933vw;
	vertical-align: middle;
}

.caution-box dd {
	display: none;
	padding-bottom: 3vw;
	font-size: 12px;
	font-size: 3.2vw;
	line-height: 1.5;
}

#facilities .caution-box > .wrap {
	padding: 0;
	margin: calc(40/375 * 100vw) 0;
}

.articleBasicModule .caution-box > .wrap {
	padding: 0;
	margin: calc(20/375 * 100vw) 0;
}



/** -------------------------------
 * relation-link
 */


.relation-link.content {
	overflow: hidden;
	padding: 0 !important;
}

.relation-link h2 {
	font-size: 15px;
	font-size: 4vw;
	font-weight: bold;
}

.relation-link ul {
	margin-top: calc(15/375 * 100vw);
	border-top: 1px solid #c2c2c2;
}

.relation-link li {
	padding: 0 0;
	border-bottom: 1px solid #c2c2c2;
}

.relation-link a {
	position: relative;
	display: block;
	width: auto;
	padding: 1.3em .3em;
}

.relation-link a:after {
	content: '';
	position: absolute;
	right: 1em;
	top: 50%;
	display: block;
	width: 1em;
	height: 1.4em;
	margin-top: -0.75em;
	background-image: url(../IMAGES/arrow_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 13px;
}

.relation-link span {
	display: block;
	padding-left: 0;
	padding-right: 1.5em;
	font-size: 15px;
	font-size: 4vw;
	color: #333;
	line-height: 1.1;
	vertical-align: middle;
}

.relation-link a:hover span {
	color: #c3002f;
}



/** -------------------------------
 * support
 */
#support {
	clear: both;
	background-color: #eee;
	margin-top: 10.4%;
}

#support > .wrap {
	padding: 0 10%;
}

#support .header {
	padding-top: 12vw;
}

#support .header h1 {
	display: block;
	text-align: center;
}

#support .header h1 > span {
	font-size: 16px;
	font-size: 4.266vw;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}

#support .content {
	padding-top: 1.6%;
	padding-bottom: 14%;
}

#support .main {
	
}

#support .main li {
	display: block;
	width: 48%;
	margin-left: 4%;
	margin-top: 4%;
	float: left;
}

#support .main li:nth-child(odd) {
	margin-left: 0;
}

#support .main a {
	display: block;
	background-color: #c3002c;
}

#support .main span {
	display: table;
	height: 26.666vw;
	margin: 0 auto;
}

#support .main em {
	display: table-cell;
	padding-top: 18vw;
	background-repeat: no-repeat;
	background-position: center 5vw;
	background-size: auto 10vw;
	font-size: 12px;
	font-size: 3.2vw;
	color: #fff;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-align: center;
	vertical-align: top;
}

#support .main .storeSearch em {
	background-image: url(../IMAGES/support_storeSearch.png);
	padding: 17vw 1vw 1vw;
}

#support .main .quotation em {
	background-image: url(../IMAGES/support_quotation.png);
}

#support .main .catalog em {
	background-image: url(../IMAGES/support_catalog.png);
}

#support .main .carSearch em {
	background-image: url(../IMAGES/support_carSearch.png);
}

#support .sub {
	clear: both;
	padding-top: 3.5%;
}

#support .sub li {
	display: block;
	margin-top: 4%;
}

#support .sub li:first-child {
	margin-left: 0;
}

#support .sub a {
	display: block;
	padding: 0 3.6vw;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

#support .sub span {
	display: table;
	height: 9.333vw;
}

#support .sub em {
	display: table-cell;
	padding-left: 8.4vw;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 6.4vw;
	font-size: 12px;
	font-size: 3.2vw;
	color: #333;
	line-height: 1.1;
	letter-spacing: -0.02em;
	vertical-align: middle;
}

#support .sub .consultation em {
	background-image: url(../IMAGES/support_consultation.png);
}

#support .sub .comparison em {
	background-image: url(../IMAGES/support_comparison.png);
}

#support .sub .tradeIn em {
	background-image: url(../IMAGES/support_tradeIn.png);
}

#support .sub .voice em {
	background-image: url(../IMAGES/support_voice.png);
}


.bottom_banner {
	clear: both;
	margin-top: calc(40/375 * 100vw);
}


.bottom_banner img {
	width: 100%;
}

#grade {
	margin-left: 0px !important;
	margin-right: 0px !important;
}




/* @group .specifications-link */

.specifications-link {
	margin: calc(30/375 * 100vw) 0;
}

.specifications-link .link_box {
	width: 100%;
	position: relative;
	display: table;
	font-size: 14px;
	font-size: 3.733vw;
	margin: 2em 0;
	padding: .9em 3.3em .9em 1.5em;
	background-color: #c3002f;
	border: 1px solid #c3002f;
	color: #fff;
}

.specifications-link .link_box:after {
	font-family: icon-Nissan-Global;
	content: "";
	position: absolute;
	right: 1em;
	top: 50%;
	display: block;
	width: 1.4em;
	height: 1.4em;
	margin-top: -0.65em;
	color: #fff;
	font-size: 1em;
}

/* @end .specifications-link */


