.pc,
br.pc {
	display: none;
}


/* 20190404 Commons 追加 */
hr.border {
	border: none;
	border-top: 1px solid #C1C1C1;
	padding: 0;
	height: 1px;
	margin: calc(30/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;
}




/** -------------------------------
 * 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 {
	border-top: 1px solid #C1C1C1;
}

#header ul li {
	border-bottom: 1px solid #C1C1C1;
}

#header ul li a {
	display: table;
	padding: 0 5%;
	color: #000;
	width: 100%;
	position: relative;
}

#header ul li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #C3082E;
	border-left: none;
	border-bottom: none;
	transform-origin: center;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%) rotate(45deg);
}

#header ul li a.anchor:after {
	transform: translate(0, -50%) rotate(135deg);
}

#header ul li a span {
	display: table-cell;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	height: 37px;
}



#header .page-link {
	margin-bottom: calc(35/375 * 100vw);
	border: none;
}

#header .page-link li {
	padding: 0;
	border: none;
}

#header .page-link li + li {
	margin-top: calc(7/375 * 100vw);
}

#header .page-link li a {
	display: block;
	border: 1px solid #c1c1c1;
	padding: 0.6em 2em 0.3em;

}

#header .page-link li a::before,
#header .page-link li a::after {
	content: none;
}

#header .page-link li a span {
	font-size: 14px;
	font-size: 3.733vw;
	display: block;
	text-align: center;
	height: auto;
}




/*    #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((30/375) * 100vw);
	margin-left: calc((30/375) * 100vw);
	margin-right: calc((30/375) * 100vw);
}

.section > .wrap {
	display: block;
}

.section .header {
	position: relative;
	padding: 0 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 span {
	display: block;
	padding: 5.3% 0;
	/*font-size: 20px;*/ /* 20190403 dede 修正 */
	/*font-size: 5.334vw;*/ /* 20190403 dede 修正 */
  font-size: 16px;
  font-size: 4.266vw;
	font-weight: normal;
}

.section .header span em {
	font-size: 10px;
	font-size: 2.666vw;
	font-style: normal;
	font-weight: normal;
}

.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 ul {

}

.section.fileListModule .content li {
	display: block;
	margin-top: 4%;
}

.section.fileListModule .content a {
	position: relative;
	display: table;
	width: 100%;
	height: 9.6vw;
	background-color: #eee;
}

.section.fileListModule .content 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;
}

.section.fileListModule .content 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 | 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;
}

.section.articleBlockModule .inner { /* 20190403 dede 新規追加 */
  margin-left: calc((30/375) * 100vw);
  margin-right: calc((30/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 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 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 .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%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.section.articleBlockModule .swiper-slide .lead {
	/*font-size: 16px;*/ /* 20190403 dede 修正 */
	/*font-size: 4.267vw;*/ /* 20190403 dede 修正 */
  font-size: 14px;
  font-size: 3.733vw;
	font-weight: bold;
	line-height: 1.25; /* 20190403 dede 修正 */
  margin-top: 11%; /* 20190403 dede 修正 */
}

.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: 3.2vw;
	height: 4.666vw;
	margin-top: 0;
	background-image: url(../IMAGES/swiper_prev_red.png);
	background-size: contain;
}

.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: 3.2vw;
	height: 4.666vw;
	margin-top: 0;
	background-image: url(../IMAGES/swiper_next_red.png);
	background-size: contain;
}

.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: 65%; /* 20190403 dede 修正 */
	width: 100%;
	margin-top: 0;
	padding-right: 2.666vw;
	text-align: center;
}

.section.articleBlockModule .swiper-pagination-bullet {
	width: 2vw; /* 20190403 dede 修正 */
	height: 2vw; /* 20190403 dede 修正 */
	margin-left: 2.666vw;
	border-radius: 0; /* 20190403 dede 修正 */
	-moz-border-radius: 0; /* 20190403 dede 修正 */
	-webkit-border-radius: 0; /* 20190403 dede 修正 */
}

.section.articleBlockModule .swiper-pagination-bullet-active {
	background-color: #4C4C4C; /* 20190403 dede 修正 */
}


/** -------------------------------
 * section | articleBasicModule
 */

.section.articleBasicModule {
	padding-top: calc(30/375 * 100vw);
	border-top: 1px solid #c1c1c1;
  margin-right: 0; /* 20190403 dede 修正 */
  margin-left: 0; /* 20190403 dede 修正 */
}

.border + .section.articleBasicModule,
.articleGroup > .wrap .articleGroupColumn:first-of-type .section.articleBasicModule {
	border: none;
	padding-top: 0;
}

.section.articleBasicModule.noBorder {
  border-top: 0;
  margin-top: 0;
}

.section.articleBasicModule > .wrap {

}

.section.articleBasicModule .header {

}

.section.articleBasicModule .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.articleBasicModule .header span {
	line-height: 1.3;
  padding-bottom: 0; /* 20190403 dede 修正 */
  font-weight: bold; /* 20190403 dede 修正 */
  /*font-size: 18px;*/ /* 20190403 dede 修正 */
  /*font-size: 4.8vw;*/ /* 20190403 dede 修正 */
}

.section.articleBasicModule .header span em {
	font-size: 12px;
	font-size: 3.125vw;
	font-weight: bold;
}

.section.articleBasicModule .content {
	margin-top: 7vw; /* 20190403 dede 修正 */
	/*padding: 0 4%;*/ /* 20190403 dede 修正 */
}

.section.articleBasicModule .content.onlydescription { /* 20190403 dede 新規追加 */
  margin-top: 4vw;
}

.section.articleBasicModule .content > .wrap {

}

.section.articleBasicModule .description {
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.57;
	margin-top: 5vw; /* 20190410 Commons 修正 */
}

.section.articleBasicModule .subtitle + .description {
	margin-top: 2.5vw;
}

.section.articleBasicModule .description em {
  /*font-size: 9px;*/ /* 20190403 dede 修正 */
  /*font-size: 2.4vw;*/ /* 20190403 dede 修正 */
  font-size: 12px;
  font-size: 3.125vw;
  display: block;
  margin-top: 2%;
}

.section.articleBasicModule .notes { /* 20190403 dede 新規追加 */
  /*font-size: 9px;
  font-size: 2.4vw;*/
  font-size: 12px;
  font-size: 3.125vw;
  margin-top: 3vw;
  line-height: 1.7;
}

.section.articleBasicModule .subtitle { /* 20190403 dede 新規追加 */
	font-size: 14px;
	font-size: 3.733vw;
  font-weight: bold;
}

.section.articleBasicModule .subtitle span { /* 20190403 dede 新規追加 */
	font-size: 14px;
	font-size: 3.733vw;
  font-weight: normal;
}

.section.articleBasicModule .image {
	margin-top: 3vw;
}

.section.articleBasicModule .image span {
	display: block;
	padding-top: calc((190/375)* 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.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((30/375) * 100vw);
  margin-right: calc((30/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 span {
	line-height: 1.3;
}

.section.articleCustomModule .header 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.noBorder{ /* 20190403 dede 新規追加 */
  border-top: none;
  margin-top: 0;
}


.articleGroup > .wrap {

}

.articleGroup .articleGroupColumn {

}




/** -------------------------------
 * bodyColor
 */

.bodycolor_component {

}

.bodycolor_component .content {

}
    /* overview */

.bodycolor_component .overview {
	padding: 0;
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.57;
}
    /* main */

.bodycolor_component .main {
	position: relative;
	margin-top: 2vw;
}

.bodycolor_component .main > .wrap {
	position: relative;
	padding-top: 56.25%;
}

.bodycolor_component .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_component .main.image001 .item01 {
	display: block;
}

.bodycolor_component .main.image002 .item02 {
	display: block;
}

.bodycolor_component .main.image003 .item03 {
	display: block;
}

.bodycolor_component .main.image004 .item04 {
	display: block;
}

.bodycolor_component .main.image005 .item05 {
	display: block;
}

.bodycolor_component .main.image006 .item06 {
	display: block;
}

.bodycolor_component .main.image007 .item07 {
	display: block;
}

.bodycolor_component .main.image008 .item08 {
	display: block;
}

.bodycolor_component .main.image009 .item09 {
	display: block;
}

.bodycolor_component .main.image010 .item10 {
	display: block;
}

.bodycolor_component .main.image011 .item11 {
	display: block;
}

.bodycolor_component .main.image012 .item12 {
	display: block;
}

.bodycolor_component .main.image013 .item13 {
	display: block;
}

.bodycolor_component .main.image014 .item14 {
	display: block;
}

.bodycolor_component .main.image015 .item15 {
	display: block;
}

.bodycolor_component .main.image016 .item16 {
	display: block;
}

.bodycolor_component .main.image017 .item17 {
	display: block;
}

.bodycolor_component .main.image018 .item18 {
	display: block;
}

.bodycolor_component .main.image019 .item19 {
	display: block;
}

.bodycolor_component .main.image020 .item20 {
	display: block;
}

.bodycolor_component .main.image021 .item21 {
	display: block;
}

.bodycolor_component .main.image022 .item22 {
	display: block;
}

.bodycolor_component .main.image023 .item23 {
	display: block;
}

.bodycolor_component .main.image024 .item24 {
	display: block;
}

.bodycolor_component .main.image025 .item25 {
	display: block;
}

.bodycolor_component .main.image026 .item26 {
	display: block;
}

.bodycolor_component .main.image027 .item27 {
	display: block;
}

.bodycolor_component .main.image028 .item28 {
	display: block;
}

.bodycolor_component .main.image029 .item29 {
	display: block;
}

.bodycolor_component .main.image030 .item30 {
	display: block;
}

.bodycolor_component .main.image031 .item31 {
	display: block;
}

.bodycolor_component .main.image032 .item32 {
	display: block;
}

.bodycolor_component .main.image033 .item33 {
	display: block;
}

.bodycolor_component .main.image034 .item34 {
	display: block;
}

.bodycolor_component .main.image035 .item35 {
	display: block;
}

.bodycolor_component .main.image036 .item36 {
	display: block;
}

.bodycolor_component .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_component .main .swipeIcon.show {
	display: table;
}

.bodycolor_component .main .swipeIcon span {
	display: table-cell;
	background-image: url(../IMAGES/icon_360.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bodycolor_component .main .loader {
	position: absolute;
	left: 0;
	top: 0;
}
    /* sub */

.bodycolor_component .sub {
	position: relative;
}

.bodycolor_component .sub > .wrap {
	padding-bottom: 1vw;
}

.bodycolor_component .sub .label {
	margin: 0 0;
	/*padding-bottom: 1.6vw;*/
}

.bodycolor_component .sub .label dt {
	font-size: 16px;
	font-size: 4.267vw;
}

.bodycolor_component .sub .label dd {
	font-size: 10px;
	font-size: 2.666vw;
}

.bodycolor_component .sub .navi {
	padding: 0 0;
	padding-top: 0.4vw;
}

.bodycolor_component .sub .navi .item {
	width: calc((50/375) * 100vw);
	height: calc((50/375) * 100vw);
	margin-right: calc((8/375) * 100vw);
	margin-top: calc((8/375) * 100vw);
	float: left;
	padding: calc((3/375) * 100vw);
	border: 1px solid #fff;
}

.bodycolor_component .sub .navi .item > .wrap {

}

.bodycolor_component .sub .navi .item span {
	position: relative;
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.bodycolor_component .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_component .caption {
	margin-top: 4vw;
	padding: 0 0;
	font-size: .9em;
	font-size: 2.4vw;
	color: #343434;
}





/** -------------------------------
 * caution
 */
/* @smartphone */

#caution {
	clear: both;
}

#support + #caution {
	margin-top: 15vw;
	margin-bottom: 20vw;
}

#caution > .wrap {
	margin-top: 16%;
	padding: 0;
	margin-left: calc((30/375) * 100vw);
	margin-right: calc((30/375) * 100vw);
}

#caution dl {
	position: relative;
	border-bottom: 1px solid #c2c2c2;
}

#caution 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 dt.open {
	background-image: url(../IMAGES/icon_close.png);
}

#caution dt span {
	display: table-cell;
	padding-left: 5px;
	font-size: 12px;
	font-size: 3.2vw;
	vertical-align: middle;
}

#caution dd {
	display: none;
	padding-bottom: 3vw;
	font-size: 12px;
	font-size: 3.2vw;
	line-height: 1.5;
}



/** -------------------------------
 * support
 */
#support {
	clear: both;
	/*background-color: #eee;*/
	margin-top: 10.4%;
}

#support > .wrap {
	padding: 0 5%;
}

#support .header {
	padding-top: 12vw;
}

#support .header h1 {
	display: block;
	text-align: center;
}

#support .header 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: 100%;/*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);
}


/* 20190403 Commons 修正 */
/*#support {
	clear: both;
	margin-top: calc((37/375) * 100vw);
}

#support > .wrap {
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 10%;
	padding: 0 calc((50/375) * 100vw);
	box-sizing: content-box;
}

#support .header {
	position: relative;
}

#support .header h1 {
	display: table;
	text-align: center;
	width: 100%;
}

#support .header span {
	display: table-cell;
	font-size: 18px;
	font-size: 4.8vw;
	font-weight: normal;
	line-height: 1.1;
	vertical-align: middle;
}

#support .content {
	margin-top: calc((30/375) * 100vw);
}

#support .content ul {
	display: block;
}

#support .content li {
	margin: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#support .content li + li {
	margin-top: calc((17/375) * 100vw);
}

#support .content a {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 1.4%;
	border: 1px solid #000;
	text-align: center;
}

#support .content span {
	display: table-cell;
	padding: calc(2/265 * 100%) 20px 0;
	vertical-align: middle;

}

#support .content em {
	font-size: 12px;
	font-size: 3.2vw;
	color: #0F161B;
	line-height: 1.1;
}

#support .content a:hover em {
	color: #c3002f;
}*/


.tmp-information {
	clear: both;
	margin-top: calc((30/375) * 100vw);
	margin-left: calc((12/375) * 100vw);
	margin-right: calc((12/375) * 100vw);
}

.tmp-information p {
	/*background-color: #eee;
	padding: 1.8em 2em;*/
	font-size: 12px;
	font-size: 3.2vw;
	color: #c3002c;
}
