/* tablet */
/*@media screen and (min-width: 581px) and (max-width: 959px) {
html {
  font-size: 1.0427vw;
}
}*/

@media screen and (min-width: 581px) and (max-width: 1279px) {
	html {
		font-size: 0.7818608vw;
	}
}

.sp,
br.sp {
	display: none;
}

/* 20190404 Commons 追加 */
hr.border {
	border: none;
	border-top: 1px solid #C1C1C1;
	padding: 0;
	height: 1px;
	margin: calc(50/1500 * 100%) 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.3em;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .r-mark { top: -1em; } /* IE11 */
}

.header h1 .r-mark {
	top: -0.6em;
}



/** -------------------------------
 * main
 */

#main {
	max-width: 1500px;
	margin: 0 auto;
	opacity: 0;
}

#main.loaded {
	opacity: 1;
}





/** -------------------------------
 * header
 */

/* 20190404 Commons 修正 */
#header {
	clear: both;
	max-width: 1280px;
	margin: 0 auto 5%;
	padding: 0 3.667%;
	padding-top: 4%;
}

#header > .wrap {
	display: block;
}

#header h1 {
	font-size: 3.2em;
	line-height: 1.1;
	text-align: center;
}

#header ul {
	padding: 0 12%;
	padding-top: 1.5%;
	text-align: center;
}

#header li {
	display: inline-block;
	margin-top: 1.2%;
	padding: 0 1.6%;
}

#header li a {
	position: relative;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #c1c1c1;
}

#header li a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #c1c1c1;
}

#header li span {
	font-size: 1.2em;
	color: #000;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

#header li a:hover {
	border-bottom: 1px solid #c3002c;
}

#header li a:hover:before {
	border-top: 6px solid #c3002c;
}

#header li a:hover span {
	color: #c3002c;
}

#header .select {
	display: none;
}


#header .page-link {

}

#header .page-link li {
	padding: 0 2.6%;
}

#header .page-link li a {
	display: block;
	border: 1px solid #c1c1c1;
	padding: 0.6em 2em 0.3em;
}

#header .page-link li a:hover {
	border-color: #c3002c;
}

#header .page-link li a::before {
	content: none;
}

#header .page-link li a span {
	font-size: 1.4rem !important;
}


/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	#header li a {
		padding-bottom: 0.15625vw;
		border-bottom: 1px solid #c1c1c1;
	}

	#header li a:before {
		margin-left: -0.46875vw;
		border: 0.46875vw solid transparent;
		border-top: 0.46875vw solid #c1c1c1;
	}
}





/** -------------------------------
 * section
 */

/* 20190404 Commons 修正 */
.section {
	clear: both;
	max-width: 1130px;
	box-sizing: content-box;
	margin: 0 auto;
	margin-top: 4%;
	padding: 0 3.667%;
}

.section > .wrap {
	display: block;
}

.section .header {
	position: relative;
	padding-top: 1.6%;
}

.section .header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: calc((60/1440) * 100%);
	height: 4px;
	background-color: #c3002c;
}

.section .header h1 {
	display: table;
	width: 100%;
}

.section .header span {
	display: table-cell;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
	letter-spacing: 0.03em;
}

.section .header span em {
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
}

.section .content {

}
  /* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.section .header:before {
		height: 0.3125vw;
	}
}

/** -------------------------------
 * section | fileListModule
 */

.section.fileListModule {

}

.section.fileListModule > .wrap {

}

.section.fileListModule .content {
	margin-top: 2.4%;
}

.section.fileListModule .content ul {

}

.section.fileListModule .content li {
	display: block;
	width: 31.9467%;
	margin-left: 1.68%;
	float: left;
}

.section.fileListModule .content li:first-child {
	margin-left: 0;
}

.section.fileListModule .content a {
	position: relative;
	display: table;
	width: 100%;
	height: 65px;
	background-color: #eee;
}

.section.fileListModule .content a:after {
	content: '';
	position: absolute;
	right: 5%;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	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: 0 5%;
	padding-right: 16px;
	font-size: 1.4em;
	color: #333;
	line-height: 1.1;
	letter-spacing: -0.04em;
	vertical-align: middle;
}

.section.fileListModule .content a:hover span {
	color: #c3002f;
}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.section.fileListModule .content a {
		height: 5.078vw;
	}

	.section.fileListModule .content a:after {
		width: 3.125vw;
		height: 3.125vw;
		margin-top: -1.5625vw;
	}

	.section.fileListModule .content span {
		padding-right: 4.8vw;
	}
}


/** -------------------------------
 * section | customModule
 */

.section.customModule {

}

.section.customModule > .wrap {

}

/* 20190404 Commons 修正 */
.section.customModule .content {
	margin-top: calc(35/1500 * 100%);
}


/** -------------------------------
 * section | articleBlockModule
 */

.section.articleBlockModule {
	margin-top: 0;
	padding-top: 0;
}

.section.articleBlockModule.noBorder{ /* 20190403 dede 新規追加 */
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.section.articleBlockModule > .wrap {

}

.section.articleBlockModule .header {
  /*padding-bottom: 1.2%;*/ /* 20190403 dede 修正 */
	/*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 {
	/*font-size: 2.2em;*/ /* 20190403 dede 修正 */
}

.section.articleBlockModule .header span em {
	font-size: 0.857em;
	font-weight: bold;
}

.section.articleBlockModule .content {
	margin-top: 2.4%;
}

.section.articleBlockModule .content > .wrap {

}

.section.articleBlockModule .overview {
	margin-top: -1%;
	padding-bottom: 1.2%;
	font-size: 1.6em;
	line-height: 1.75;
}

.section.articleBlockModule .swiper-container {

}

.section.articleBlockModule .swiper-wrapper {

}

.section.articleBlockModule .swiper-slide {
	width: 31.624%;
	margin-left: 2.564%;
}

.section.articleBlockModule .swiper-slide:first-child {
	margin-left: 0;
}

.section.articleBlockModule .swiper-slide > .wrap {

}

.section.articleBlockModule .swiper-slide .image {
	margin-bottom: 5%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.section.articleBlockModule .swiper-slide .lead {
	font-size: 1.8em;
  /*font-size: 1.4em;*/ /* 20190403 dede 修正 */
	font-weight: bold;
	line-height: 1.3;
}

.section.articleBlockModule .swiper-slide .lead em {
  font-size: 0.8em;
  font-weight: normal;
}

.section.articleBlockModule .description { /* 20190403 dede 新規追加 */
  /*font-size: 1.2em;*/
  font-size: 1.6em;
  line-height: 1.66;
  margin-top: 1%;
}

.section.articleBlockModule .swiper-slide .description {
	font-size: 1.6em;
	line-height: 1.75;
}

.section.articleBlockModule .swiper-button-prev {
	display: none;
}

.section.articleBlockModule .swiper-button-next {
	display: none;
}

.section.articleBlockModule .swiper-pagination {
	display: none;
}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {

}


/** -------------------------------
 * section | articleBasicModule
 */

.section.articleBasicModule {
	padding-top: 0; /* 20190403 dede 修正 */
	max-width: 1280px; /* 20190403 dede 修正 */
	margin-top: 0; /* 20190403 dede 修正 */
}

.section.articleBasicModule.noBorder {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.section.articleBasicModule > .wrap {
  max-width: 1130px; /* 20190403 dede 修正 */
  margin-right: auto; /* 20190403 dede 修正 */
  margin-left: auto; /* 20190403 dede 修正 */
}

.section.articleBasicModule .header {
	/*padding-bottom: 1.2%;*/ /* 20190403 dede 修正 */
	/*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 {
	/*font-size: 2.2em;*/ /* 20190403 dede 修正 */
	vertical-align: top; /* 20190403 dede 修正 */
}

.section.articleBasicModule .header span em {
	font-size: 0.857em;
	font-weight: bold;
}

.section.articleBasicModule .content {
	margin-top: 2.4%;
}

.articleGroup.col3 .section.articleBasicModule .content { /* 20190403 dede 新規追加 */
  margin-top: 8%;
}

.articleGroup.col2 .section.articleBasicModule .content { /* 20190403 dede 新規追加 */
  margin-top: 5.5%;
}

.section.articleBasicModule .content > .wrap {

}

.section.articleBasicModule .description {
	margin-top: 1.5%; /* 20190403 dede 修正 */
	/*font-size: 1.2em;*/ /* 20190403 dede 修正 */
  font-size: 1.6em;
	line-height: 1.75;
}

.section.articleBasicModule .description em {
	font-size: 0.75em;
	display: block;
	margin-top: 2%;
}

.section.articleBasicModule .notes { /* 20190403 dede 新規追加 */
  /*font-size: 0.9em;*/
  font-size: 1.2em;
  margin-top: 1%;
}

.section.articleBasicModule .subtitle { /* 20190403 dede 新規追加 */
  /*font-size: 1.4em;*/
  font-size: 1.6em;
  font-weight: bold;
}

.section.articleBasicModule .image {
	width: 100%; /* 20190403 dede 修正 */
	margin-top: 2%;
}

.section.articleBasicModule .image span {
	display: block;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.articleGroup.col2 .section.articleBasicModule .image span { /* 20190403 dede 新規追加 */
  padding-top: 36%;
}

.section.articleBasicModule .caption {
	margin-top: 0.6em;
	font-size: 1.2em;
	line-height: 1.57;
}

.section.articleBasicModule.columnExtension {

}

.section.articleBasicModule.columnExtension .content > .wrap {
	display: table;
	width: 100%;
}

.section.articleBasicModule.columnExtension .description {
	display: table-cell;
	margin-top: 0;
	padding-right: 2.5%;
	vertical-align: top;
}

.section.articleBasicModule.columnExtension .image {
	display: table-cell;
	width: 50%;
	margin-top: 0;
	vertical-align: top;
}

.section.articleBasicModule.columnExtension .image span {
	display: block;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.section.articleBasicModule .itemsWrap.col2 { /* 20190403 dede 新規追加 */
  margin-top: 1%;
}

.section.articleBasicModule .itemsWrap.col2 .items { /* 20190403 dede 新規追加 */
  display: flex;
}

.section.articleBasicModule .itemsWrap.col2 .item { /* 20190403 dede 新規追加 */
  width: 50%;
}

.section.articleBasicModule .itemsWrap.col2 .item:first-child { /* 20190403 dede 新規追加 */
  padding-right: 15px;
}

.section.articleBasicModule .itemsWrap.col2 .item:last-child { /* 20190403 dede 新規追加 */
  padding-left: 15px;
}

.section.articleBasicModule .itemsWrap.col2 .image span { /* 20190403 dede 新規追加 */
  padding-top: 36%;
}

.section.articleBasicModule .itemsWrap.col2 .content { /* 20190403 dede 新規追加 */
  margin-top: 3.5%;
}

.section.articleBasicModule .itemsWrap.col2 .description { /* 20190403 dede 新規追加 */
  margin-top: 2%;
}


.section.articleBasicModule .itemsWrap.col3 { /* 20190403 dede 新規追加 */
  margin-top: 1%;
}

.section.articleBasicModule .itemsWrap.col3 .items { /* 20190403 dede 新規追加 */
  display: flex;
}

.section.articleBasicModule .itemsWrap.col3 .item { /* 20190403 dede 新規追加 */
  width: 31.624%;
  margin-left: 2.564%;
}

.section.articleBasicModule .itemsWrap.col3 .item:first-child { /* 20190403 dede 新規追加 */
  margin-left: 0;
}

.section.articleBasicModule .itemsWrap.col3 .content { /* 20190403 dede 新規追加 */
  margin-top: 5.5%;
}

.section.articleBasicModule .itemsWrap.col3 .description { /* 20190403 dede 新規追加 */
  margin-top: 3%;
}

/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.section.articleBasicModule .itemsWrap.col2 .item:first-child { /* 20190403 dede 新規追加 */
		padding-right: 1.171875vw;
	}

	.section.articleBasicModule .itemsWrap.col2 .item:last-child { /* 20190403 dede 新規追加 */
		padding-left: 1.171875vw;
	}

}

/** -------------------------------
 * section | articleCustomModule
 */

.section.articleCustomModule {
	padding-top: 4.6875%;
	border-top: 1px solid #c1c1c1;
}

.section.articleCustomModule > .wrap {

}

.section.articleCustomModule .header {
	padding-bottom: 1.2%;
	background-image: url(../IMAGES/line01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 1px;
}

.section.articleCustomModule .header span {
	/*font-size: 2.2em;*/
}

.section.articleCustomModule .header span em {
	font-size: 0.857em;
	font-weight: bold;
}

.section.articleCustomModule .content {
	margin-top: 2.4%;
}

.section.articleCustomModule .content > .wrap {

}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {

}





/** -------------------------------
 * articleGroup
 */

.articleGroup {
	clear: both;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: ;
	padding: 0 3.667%;
}

.articleGroup.noBorder{
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.articleGroup > .wrap {
	display: flex; /* 20190403 dede 新規追加 */
	width: 100%;
  max-width: 1130px; /* 20190403 dede 新規追加 */
  margin-right: auto; /* 20190403 dede 新規追加 */
  margin-left: auto; /* 20190403 dede 新規追加 */
}

.articleGroup .articleGroupColumn {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.articleGroup .articleGroupColumn:first-child {
	padding-right: 15px;
}

.articleGroup .articleGroupColumn:last-child {
	padding-left: 15px;
}

.articleGroup.col3 .articleGroupColumn { /* 20190403 dede 新規追加 */
	display: block;
	width: 31.624%;
	vertical-align: top;
	padding-right: 0;
	margin-left: 2.564%;
}

.articleGroup.col3 .articleGroupColumn:first-child{ /* 20190403 dede 新規追加 */
  margin-left: 0;
  padding-right: 0;
}

.articleGroup.col3 .articleGroupColumn:last-child{ /* 20190403 dede 新規追加 */
  padding-left: 0;
}

.articleGroup .section {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.articleGroup .section .header {
	padding-top: 3.284%;
}

.articleGroup .section .header:before {
	width: 14.033%;
	height: 4px;
}
      /* articleBasicModule */

.articleGroup .section.articleBasicModule {
	border-top: none;
}

.articleGroup .section.articleBasicModule .header {
	/*padding-bottom: 2.6%;*/ /* 20190403 dede 修正 */
  padding-top: 4%; /* 20190403 dede 修正 */
}

.articleGroup .section.articleBasicModule .description { /* 20190403 dede 新規追加 */
  margin-top: 5%;
}

.articleGroup.col2 .section.articleBasicModule .description {
  margin-top: 3.5%;
}


/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.articleGroup .articleGroupColumn:first-child {
		padding-right: 1.171875vw;
	}

	.articleGroup .articleGroupColumn:last-child {
		padding-left: 1.171875vw;
	}

	.articleGroup .section .header:before {
		height: 0.3125vw;
	}
}




/** -------------------------------
 * bodyColor
 */

.bodycolor_component {

}

.bodycolor_component .content {
	position: relative;
}
    /* overview */

.bodycolor_component .overview {
	margin-top: 1.2%;
	font-size: 1.6em;
	line-height: 1.75;
}
    /* main */

.bodycolor_component .main {
	position: relative;
	width: 100%;
	margin-top: 1.2%;
}

.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: 100%;
}
        /* 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: 2%;
	top: 10%;
	display: none;
	width: 64px;
	height: 64px;
	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;
    /*left: 0;
    bottom: 0;*/
	margin-top: 0;
}

.bodycolor_component .sub > .wrap {

}

.bodycolor_component .sub .label {
	width: 100%;
	margin-left: 0;
	margin-top: -12em;
	padding-top: 0;
}

.bodycolor_component .sub .label::after {
	content: '';
	display: block;
	clear: both;
}

/* 20190408 Commons 修正 */
.bodycolor_component .sub .label dt {
	font-size: 1.6em;
}

/* 20190408 Commons 修正 */
.bodycolor_component .sub .label dd {
	font-size: 1.2em;
	margin-top: 0.32em;
}

.bodycolor_component .sub .navi {
	width: 100%;
}

.bodycolor_component .sub .navi .item {
	width: calc((32/1130) * 100%);
	height: calc((32/1130) * 100%);
	margin-right: calc((6/1130) * 100%);
	margin-top: calc((10/1130) * 100%);
	float: left;
	padding: calc((2/1130) * 100%);
	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: 2px;
	border: 1px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
    /* caption */

.bodycolor_component .caption {
	margin-top: 3%;
	font-size: .9em;
	color: #343434;
}
/* tablet */

/*@media screen and (min-width: 581px) and (max-width: 1279px) {
	.bodycolor_component .main .swipeIcon {
		width: 4.6875vw;
		height: 4.6875vw;
	}

	.bodycolor_component .sub .navi .item {
		width: calc((32/1280) * 100vw);
		height: calc((32/1280) * 100vw);
		margin-left: calc((6/1280) * 100vw);
		margin-top: calc((10/1280) * 100vw);
	}

	.bodycolor_component .sub .navi .item.focus {
		padding: 0.3125vw;
	}
}*/




/** -------------------------------
 * caution
 */
/* @smartphone */

#caution {
	clear: both;
}

#support + #caution {
/*	margin-top: -7%;*/
	margin-bottom: 10%;
}

#caution > .wrap {
	clear: both;
	max-width: 1130px;
	box-sizing: content-box;
	margin: 0 auto;
	margin-top: 4%;
	padding: 0 3.667%;
}

#caution dl {
	position: relative;
	border-bottom: 1px solid #c2c2c2;
}

#caution dt {
	display: table;
	width: 100%;
	height: 48px;
	background-image: url(../IMAGES/icon_open.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 40px;
	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: 1.3em;
	vertical-align: middle;
}

#caution dd {
	display: none;
	padding-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.5;
}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	#caution dt {
		height: 3.75vw;
		background-size: auto 3.125vw;
	}

	#caution dt span {
		padding-left: 0.3906vw;
	}

	#caution dd {
		padding-bottom: 1.5625vw;
	}
}




/** -------------------------------
 * support
 */

#support {
	clear: both;
	/*background-color: #eee;*/
}

#support > .wrap {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 4.68%;
	padding: 0 3.667%;
	box-sizing: content-box;
}

#support .header {
	padding-top: 4.68%;
}

#support .header h1 {
	display: block;
}

#support .header span {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}

#support .content {
	margin-top: 2%;
	padding-bottom: 6%;
}

#support .main {

}

#support .main li {
	display: block;
	width: 31.9467%;/*23.077%*/
	margin-left: 2.564%;
	float: left;
}

#support .main li:first-child {
	margin-left: 0;
}

#support .main a {
	display: block;
	background-color: #c3002c;
}

#support .main span {
	display: table;
	height: 80px;
	margin: 0 auto;
}

#support .main em {
	display: table-cell;
	padding-left: 46px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 40px;
	font-size: 1.5em;
	color: #fff;
	line-height: 1.1;
	letter-spacing: -0.02em;
	vertical-align: middle;
}

#support .main .storeSearch em {
	background-image: url(../IMAGES/support_storeSearch.png);
	line-height: 1.5;
}

#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;
	margin-top: 2%;
}

#support .sub li {
	display: block;
	width: 23.077%;
	margin-left: 2.564%;
	float: left;
}

#support .sub li:first-child {
	margin-left: 0;
}

#support .sub a {
	display: block;
	padding: 0 6%;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

#support .sub span {
	display: table;
	height: 60px;
}

#support .sub em {
	display: table-cell;
	padding-left: 46px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 40px;
	font-size: 1.4em;
	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);
}

/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
	#support .main span {
		height: 6.25vw;
	}

	#support .main em {
		padding-left: 3.5937vw;
		background-size: auto 3.125vw;
	}

	#support .sub span {
		height: 4.6875vw;
	}

	#support .sub em {
		padding-left: 3.5937vw;
		background-size: auto 3.125vw;
	}
}


/* 20190403 Commons 修正 */
/*#support {
	clear: both;
}

#support > .wrap {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 10%;
	padding: 0 3.667%;
	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: 2em;
	font-weight: normal;
	line-height: 1.1;
	vertical-align: middle;
}

#support .content {
	padding-top: 3%;
}

#support .content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#support .content li {
	margin: 0 0 1.5%;
	width: 33.33%;
	/*float: left;
	display: table-cell;*!/
	text-align: center;
}

#support .content a {
	display: table;
	width: 95%;
	height: 100%;
	margin: 0 auto;
	padding: 1.4%;
	border: 1px solid #000;
	text-align: center;
}

#support .content span {
	display: table-cell;
	padding: calc(2/225 * 100%) 20px 0;
	vertical-align: middle;

}

#support .content em {
	font-size: 1.4em;
	color: #0F161B;
	line-height: 1.1;
}

#support .content a:hover em {
	color: #c3002f;
}*/




/* --------------------
 * animation
 */
/* fade */

.fadeobj {
	transition: 0.75s ease-in-out;
	-o-transition: 0.75s ease-in-out;
	-moz-transition: 0.75s ease-in-out;
	-webkit-transition: 0.75s ease-in-out;
	opacity: 0;
}

.fadeobj.show {
	opacity: 1;
}

.tmp-information {
	margin-top: 3.8%;
}

.tmp-information p {
	background-color: #eee;
	padding: 1.8em 2em;
	font-size: 1.2em;
	color: #c3002c;
}
