@charset "UTF-8";
.compose * {
	box-sizing: border-box;
}
.compose {
	overflow: hidden;
}
.compose ul,.compose li,.compose ol,.compose dl,.compose dt,.compose dd {
	margin: 0;
	padding: 0;
}
.compose h1,.compose h2,.compose h3,.compose h4,.compose h5,.compose h6 {
	margin: 0;
	padding: 0;
}
.compose th {
	font-weight: normal;
}
.compose p {
	margin: 0;
	padding: 0;
}
.compose figure {
	margin: 0;
}
.compose img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.main__inner-wrapper > div {
    margin: 0!important;
}
.freeCall {
  text-align: center;
  margin: 0 0 30px 0;
}
.freeCall img {
}
.alertTop {
	max-width: 1200px;
  margin: 20px auto 40px;
  padding: 13px;
	font-size: 17px;
	font-weight: bold;
}
.alertTop + .alertTop {
	margin-top: -40px;
}
.alertTop p　 {
  margin: 0 !important;
}
.alertTop p:nth-child(1) {
  display: block;
  text-align: center;
  color: #0d47a1;
  line-height: 1;
  margin: 5px 0 0 0 !important;
}
.alertTop p:nth-child(2) {
  text-align: center;
  color: #0d47a1;
  margin: 0;
  margin: 7px 0 0 0;
}
.alertTop p a{
    color: #0d47a1;
    text-decoration: underline;
}
.compose .alert_tire-wheel {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #cccccc;
	color: #0d47a1;
	text-align: center;
}
.compose .alert_tire-wheel dt {
	font-size: 20px;
}
.compose .alert_tire-wheel dd {
	margin-top: 10px;
}
.compose .alert_tire-wheel2 {
	max-width: 1200px;
	margin: 20px auto 0;
}
.compose .alert_tire-wheel2 dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#subContent {
  max-width: 1780px;
  margin: 40px auto 60px auto;
  padding: 0 40px;
  text-align: left;
}
.tbSet {
	display: none;
}
.tireMenuArea {
  width: 100%;
  height: 240px;
  background-color: #000000;
}
.tireMenuArea .tireMenuInner {
  position: relative;
  max-width: 1980px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.tireMenuArea .matchingTitle {
	line-height: 1.1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	color: #ffffff;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 10px #000;
}
.tireMenuArea .matchingTitle span {
	display: inline-block;
	font-weight: bold;
	text-shadow: none;
}
.tireMenuArea .matchingTitle.subTitle {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.tireMenuArea .matchingTitle.subTitle .subtitleBox {
	position: relative;
	line-height: 1.1;
	margin-top: 15px;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
.tireMenuArea .matchingTitle.subTitle .subtitleBox:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: #d2190f;
	transform: skewX(15deg);
}
.tireCont .tireMenuArea {
  background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/tireVisual02.jpg") center right/ cover no-repeat;
}
.tireWheelCont .tireMenuArea {
  background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/tireWheelVisual02.jpg") no-repeat top center/cover;
}
.tireMenuArea ul {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0,-50%);
  width: 330px;
  overflow: hidden;
  display: block;
}
.tireMenuArea ul > li {
  line-height: 1;
  height: 70px;
  margin: 0 0 0 0;
  position: relative;
}
.tireMenuArea ul > li:nth-child(2) {
  margin-top: 20px;
}
.tireMenuArea ul > li.tire a {
  color: #000000;
  background-color: #F2F2F2;
  border: 1px solid #cccccc;
}
.tireMenuArea ul > li.tireWheel a {
  color: #000000;
  background-color: #F2F2F2;
  border: 1px solid #cccccc;
}
.tireMenuArea ul > li a {
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #FF6E00;
}
.tireMenuArea ul > li a:hover {
  opacity: 1;
}
.tireMenuArea ul > li.tire a:hover,
.tireMenuArea ul > li.tireWheel a:hover {
	opacity: 0.8;
}
.tireMenuArea .tireMenuInner .icArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 118px;
	padding: 0 10px;
	background-color: #ffffff;
}
.tireMenuArea .tireMenuInner .icArea img {
	width: 100%;
}
.tireMenuArea .tireMenuInner ul > li p {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: calc(100% - 120px);
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	
}
.compose .ancMenuArea {
	display: -webkit-flex;
	display: flex;
	max-width: 1280px;
	margin: 30px auto 0;
	padding: 0 40px;
}
.ancMenuArea > li {
	display: -webkit-flex;
	display: flex;
	width: calc((100% - 4%)/3);
	height: 70px;
	margin-left: 2%;
	background-color: #d2190f;
	border: 1px solid #d2190f;
	cursor: pointer;
}
.ancMenuArea > li:first-of-type {
	margin-left: 0;
}
.ancMenuArea > li:hover {
	opacity: 0.8;
}
.ancMenuArea > li a {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.ancMenuArea .btnIcWrap {
	position: relative;
	width: 100px;
	height: 100%;
	background-color: #fff;
}
.ancMenuArea .btnIcWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
}
.ancMenuArea .btnIcWrap picture:nth-of-type(2) {
	opacity: 0;
}
.ancMenuArea li:hover .btnIcWrap picture:nth-of-type(1) {
	opacity: 0;
}
.ancMenuArea li:hover .btnIcWrap picture:nth-of-type(2) {
	opacity: 1;
}
.ancMenuArea > li p {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: calc(100% - 100px);
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.ancMenuArea > li p:after {
	content: "";
	display: block;
	vertical-align: bottom;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg) skew(-15deg, -15deg);
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: transparent #ffffff #ffffff transparent;
	border-width: 1px;
}
.ancMenuArea > li.linkother p:after {
	display: none;
}
.ancMenuArea + p {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FC0000;
}

#subContent h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #4d4d4d;
  text-align: center;
}
#subContent h3 .flowRead {
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 2px;
	font-size: 25px;
}
#subContent .more_heading {
  position: relative;
	margin-top: 30px;
}
#subContent .more_heading p {
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  padding-right: 14px;
  font-size: 17px;
}
#subContent .more_heading p:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
}
#subContent .more_heading p:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
#subContent .more_heading p:hover:before,
#subContent .more_heading p:hover:after {
  border-top: 1px solid #ff4d00;
  border-right: 1px solid #ff4d00;
}

.tireCatalog {
  margin: 30px auto 0;
}

.compose .tireCatalogList {
  margin: 20px auto 25px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.compose .tireCatalogList li {
  width: calc((99.9% - 8% )/5);
  margin: 0 0 25px 0;
}

.compose .tireCatalogList li:not(:nth-child(5n + 1)) {
  margin-left: 2%;
}

.compose .tireCatalogList li div {
  text-align: center;
}
.compose .tireCatalogList li div img {
  width: 100%;
}

.compose .tireCatalogList li b {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  font-weight: normal;
  color: #333;
}

#tireCampaign .tireCampaignList {
	width: calc(100vw - 2%);
	margin: 0 calc(51% - 50vw) 30px;
	padding: 0 calc(40px - 1%) 10px;
	overflow-x: auto;
	white-space: nowrap;
}
#tireCampaign .tireCampaignList div {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 274px;
	width: 14vw;
  margin: 20px 0 0 1.2%;
}
#tireCampaign .tireCampaignList div:first-of-type {
	margin-left: 0;
}
#tireCampaign .tireCampaignList div > a {
  display: block;
	min-height: 0%;
  margin-top: 5px;
}
#tireCampaign .tireCampaignList div a img {
  width: 100%;
}
#tireCampaign .tireCampaignList div p a {
	white-space: normal;
	display: inline-block;
  line-height: 1.5;
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #333;
}
#tireCampaign .tireCampaignList div:nth-of-type(n+5) {
  margin-top: 20px;
}

#purchaseNav {
  margin: 60px auto 50px;
}
#purchaseNav .purchaseNavList {
  margin: 0 0 0 -50px;
  overflow: hidden;
}
#purchaseNav .purchaseNavList div {
  float: left;
  width: 300px;
  margin: 20px 0 0 50px;
}
#purchaseNav .purchaseNavList div:nth-child(n + 4) {
  margin-top: 30px;
}
#purchaseNav .purchaseNavList div a {
  display: block;
}
#purchaseNav .purchaseNavList div a img {
  width: 100%;
  height: 187px;
}
#purchaseNav .purchaseNavList div a p {
  line-height: 1.5;
  font-size: 14px;
  margin: 5px 0 0 0;
}
#relatedItem {
  margin-top: 60px;
}
#relatedItem .relatedItemList {
  margin: 0 0 0 -36px;
  overflow: hidden;
}
#relatedItem .relatedItemList div {
  float: left;
  width: 112px;
  margin: 20px 0 0 36px;
}
#relatedItem .relatedItemList div a {
  display: block;
}
#relatedItem .relatedItemList div a img {
  width: 100%;
}
#relatedItem .relatedItemList div a p {
  line-height: 1.5;
  font-size: 13px;
  margin: 5px 0 0 0;
  text-align: center;
  color: #333;
}

/*------ お知らせ ------*/

section#info p {
  margin: 20px auto 40px;
  font-size: 16px;
}

/*------ 基礎知識メニュー ------*/

#knowledge {
  margin-top: 40px;
}

#knowledge .menuNav {
  margin: 20px auto 50px;
  /*clear: both;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#knowledge .menuNav li {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: left;
  margin-top: 10px;
  width: calc((99.9% - 2%)/3);
}
#knowledge .menuNav li:not(:nth-child(3n)) {
  margin-right: 1%;
}
#knowledge .menuNav li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px 0 15px 10px;
  width: 100%;
  position: relative;
}

#knowledge .menuNav li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#knowledge .menuNav li:hover {
  background: #ccc;
}
#orderFlow {
  max-width: 1700px;
  margin: 30px auto 60px auto;
}
.flowWrap {
	max-width: 1200px;
	margin: 30px auto 30px;
}
.flowWrap:nth-of-type(n+2) {
	padding-top: 20px;
	border: none;
	border-top: 1px dashed #cccccc;
}
.flowWrap h4 {
	font-size: 18px;
	font-weight: bold;
}
.flowPart {
  margin: 15px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.flowPart dl {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
  width: calc((99.9% - 6%)/3);
  margin-left: 3%;
	padding: 2%;
	border: 1px solid #cccccc;
}
.flowPart dl:first-of-type {
	margin-left: 0;
}
.flowPart dl:not(:last-of-type):after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 60px 30px;
	border-color: transparent transparent transparent #cccccc;
}
.flowPart dt {
  text-align: left;
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: normal;
}
.flowPart dd {
	width: 80%;
	min-height: 0%;
	margin: auto auto 0;
}
.flowPart dd img {
  width: 100%;
}
.flowPart p {
  width: 25px;
}
.flowPart p img {
  width: 100%;
  margin-top: 125px;
}
.compose .flowInnerWrap {
	display: -webkit-flex;
	display: flex;
	padding: 10px 30px 20px;
	background-color: #EFEFEF;
}
.compose .flowInnerWrap > li {
	width: calc((99.9% - 40px)/2);
	margin-left: 40px;
}
.compose .flowInnerWrap > li:first-of-type {
	margin-left: 0;
}
.compose .flowNumber {
	font-size: 20px;
	font-weight: bold;
	color: #3C3C3C;
}
.compose .flowNumberInner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 5px;
	padding: 10px 20px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
.compose .flowInnerWrap > li:nth-of-type(2) .flowNumberInner::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #3C3C3C;
	transform: translate(0,-50%);
}
.compose .flowNumberTxt {
	width: calc(99.9% - 280px);
	margin-left: 20px;
	font-size: 16px;
}
.compose .flowNumberTxt span {
	display: inline-block;
}
.compose .flowNumberPhoto {
	width: 280px;
}
.compose .flowkomikomiAnc {
	display: none;
}
.compose .flowChart {
	position: relative;
	width: 52%;
	height: 40px;
	margin: 30px auto 0;
	border: 1px solid #4D4D4D;
	border-bottom: none;
}
.compose .flowChart::before {
	content: "";
	display: block;
	position: absolute;
	top: -31px;
	left: 50%;
	width: 0;
	height: 30px;
	border-right: 1px solid #4d4d4d;
}
.compose .flowChart span::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #4d4d4d transparent transparent transparent;
}
.compose .flowChart span::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #4d4d4d transparent transparent transparent;
}
.compose .flowkomikomi {
	display: -webkit-flex;
	display: flex;
}
.compose .flowkomikomi > li {
	width: calc((99.9% - 30px)/2);
	margin-left: 30px;
	padding: 15px 50px 30px;
	text-align: center;
}
.compose .flowkomikomi > li:first-of-type {
	margin-left: 0;
	background-color: #FFB67F;
}
.compose .flowkomikomi > li:nth-of-type(2) {
	background-color: #FFEF7F;
}
.compose .flowkomikomiInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.compose .flowkomikomiInner dt {
	font-size: 20px;
	font-weight: bold;
}
.compose .flowkomikomiInner dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	margin-top: 15px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
.compose .flowkomikomiInner dd p {
	max-width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}
.compose .flowkomikomiPhoto {
	max-width: 320px;
	width: 100%;
	margin: auto auto 0;
}
#orderFlow .msg h4 {
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#orderFlow .msg p {
  width: 890px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
#orderFlow .msg ul {
  max-width: 1200px;
  margin: auto;
}
#orderFlow .msg ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
/* お問い合わせ欄 */
.contactWrap {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 15px 20px 20px;
	background-color: #F2F2F2;
}
.contactWrap a {
	display: block;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
	text-align: center;
}
.contactWrap .telLeadWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
}
.contactWrap .telLeadWrap img {
	width: 24px;
}
.contactWrap .telLeadWrap .telLead {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}
.contactWrap .telArea {
	line-height: 1.2;
	margin-top: 5px;
	font-size: 15px;
}
.contactWrap .telArea span {
	margin-left: 20px;
	padding: 0 5px;
	font-size: 24px;
	font-weight: bold;
	background: -webkit-linear-gradient(transparent 75%, rgba(255,110,0,0.5) 75%);
	background: linear-gradient(transparent 75%, rgba(255,110,0,0.5) 75%);
}
.contactWrap .date {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 8px;
	font-size: 15px;
}
.contactWrap .date dt {
	font-weight: normal;
}
/* 工賃コミコミ */
.komiArea {
	padding-top: 50px;
	background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/bg_stripe.png") repeat top left / 80px 80px;
}
.komiArea .komiVisual {
	position: relative;
	height: 300px;
	background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/komi_visual01.png") no-repeat top left, url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/komi_visual02.png") no-repeat top right, #ffffff;
	text-align: center;
}
.komiArea .komititleW {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	width: 920px;
}
.komiArea .komititle {
	position: relative;
	white-space: nowrap;
	line-height: 1.3;
	display: inline-block;
	padding: 0 25px;
	font-size: 46px;
	font-weight: bold;
	color: #FF6E00;
	text-shadow: 0 0 10px #ffffff;
}
.tireWheelCont .komiArea .komititle {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.komiArea .komititle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 6px;
	height: 45px;
	background-color: #FF6E00;
	transform: skewX(22deg) translate(0,-50%);
	box-shadow: 0 0 10px #ffffff;
}
.komiArea .komititle:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 6px;
	height: 45px;
	background-color: #FF6E00;
	transform: skewX(-22deg) translate(0,-50%);
	box-shadow: 0 0 10px #ffffff;
}
.komiArea .komiSet {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 8px;
	padding: 20px;
	border: 5px solid #FF6E00;
	background-color: #ffffff;
	box-shadow: 0 0 10px #ffffff;
}
.komiArea .komiSet b {
	width: 15%;
}
.komiArea .komiSet .setBox {
	display: -webkit-flex;
	display: flex;
	width: calc(99.9% - 15%);
	padding-left: 3%;
}
.komiArea .komiSet .setBox dl {
	position: relative;
	width: 25%;
	margin-right: 8%;
	border: 1px solid #000000;
}
.komiArea .komiSet .setBox dl:last-of-type {
	width: 34%;
	margin-right: 0;
}
.komiArea .komiSet .setBox dl:nth-of-type(1):after {
	content: "+";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(2px,-50%);
	font-size: 40px;
	font-weight: bold;
}
.komiArea .komiSet .setBox dl:nth-of-type(2):after {
	content: "=";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(2px,-50%);
	font-size: 40px;
	font-weight: bold;
}
.komiArea .komiSet .setBox dl dt {
	padding: 2px 0;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.komiArea .komiSet .setBox dl img {
	height: 80px;
	width: auto;
	padding: 10px 0 10px;
}
.komiArea .komiSet .setBox dl:first-of-type img {
	padding-bottom: 0;
}
.komiContentWrap {
	padding: 0 40px 70px 40px;
}
.komiContent {
	max-width: 1700px;
	margin: 60px auto 0;
	padding: 0 40px 50px;
	background-color: #ffffff;
	text-align: center;
}
.komiContent.narrowContent {
	max-width: 1200px;
}
.komiContent > p {
	margin-top: 20px;
	font-size: 20px;
}
.komiContent h2 {
	display: inline-block;
	position: relative;
	width: 430px;
	margin-top: -20px;
	padding: 8px 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}
.komiContent h2:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #FF6E00;
	transform: skewX(15deg);
	z-index: -1;
}
.komiContent .komiProcess {
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
}
.komiContent .komiProcess li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc((99.9% - 4%)/3);
	margin-left: 2%;
}
.komiContent .komiProcess li:first-of-type {
	margin-left: 0;
}
.komiContent .komiProcess li p {
	line-height: 1.3;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
}
.komiContent .komiProcess li p span:nth-of-type(1) {
	line-height: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-right: 5px;
	color: #ffffff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	background-color: #FF6E00;
	border-radius: 30px;
}
.komiContent .komiProcess li p span:nth-of-type(2) {
	width: calc(99.9% - 35px);
}
.komiContent .komiProcess li figure {
	min-height: 0%;
	margin: auto 0 0;
	border: 1px solid #cccccc;
}
.tireWheelCont .komiContent .komiProcess {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tireWheelCont .komiContent .komiProcess li:nth-of-type(3n+1) {
	margin-left: 0;
}
.tireWheelCont .komiContent .komiProcess li:nth-of-type(n+4) {
	margin-top: 40px;
}
.komiService {
	margin-top: 30px;
	padding: 20px;
	background-color: #e6e6e6;
	border-radius: 10px;
}
.tireWheelCont .komiService {
	padding: 15px 20px 20px;
}
.komiService .serviceTitle {
	display: inline-block;
	padding: 6px 30px;
	background-color: #FF6E00;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
}
.komiService .serviceTitle img {
	display: inline-block;
	width: auto;
	height: 26px;
	margin-right: 15px;
	object-fit: contain;
	vertical-align: middle;
	margin-top: -2px;
}
.komiService .serviceTitle + p {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}
.komiService ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.komiService ul > li {
	position: relative;
	width: calc((99.9% - 4.5%)/4);
	margin-left: 1.5%;
	padding: 30px 15px;
	background-color: #ffffff;
	border-radius: 10px;
}
.komiService ul > li:first-of-type {
	margin-left: 0;
}
.tireWheelCont .komiService ul {
	display: block;
	margin-top: 15px;
}
.tireWheelCont .komiService ul > li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin-left: 0;
	padding: 20px 30px 20px 10px;
}
.tireWheelCont .komiService ul > li:nth-of-type(n+2) {
	margin-top: 10px;
}
.tireWheelCont .komiService ul > li figure {
	width: 140px;
}
.komiService .serviceInner {
	width: calc(99.9% - 145px);
	margin-left: 5px;
	text-align: left;
}
.komiService .serviceInner dt {
	width: 100%;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #1d1d1d;
}
.komiService .serviceInner dd {
	margin-top: 8px;
	font-size: 18px;
}
.komiService li .option {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #1a0b00;
	color: #ffffff;
	border-radius: 10px;
}
.komiService figure {
	height: 110px;
}
.komiService figure img {
	width: auto;
	height: 100%;
}
.komiService li > p {
	line-height: 1.5;
	margin-top: 5px;
	font-size: 18px;
	text-align: left;
}
.komiService figure + p {
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #1d1d1d;
}
.komiService .serviceSubTxt {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0004;
}
.compose  .serviceCaution {
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
}
.compose  .serviceCaution li {
	text-indent: -1em;
	padding-left: 1em;
}
.moreBtn a {
	position: relative;
	display: inline-block;
	width: 400px;
	margin-top: 20px;
	padding: 12px 5px;
	background-color: #FF6E00;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.moreBtn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	transform: translate(0,-50%) rotate(45deg);
}
.moreBtn a:hover {
	opacity: 0.8;
}
.acdWrap .acdBtn {
	position: relative;
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 15px 10px;
	border: 2px solid #FF6E00;
	font-size: 20px;
	font-weight: bold;
	color: #FF6E00;
	cursor: pointer;
}
.acdWrap .acdBtn span {
	position: absolute;
	top: 50%;
	right: 50px;
	display: inline-block;
	width: 	25px;
	height: 25px;
	background-color: #FF6E00;
	border-radius: 25px;
	transform: translate(0,-50%);
}
.acdWrap .acdBtn span:before,.acdWrap .acdBtn span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 15px;
	height: 3px;
	background-color: #ffffff;
	transform: translate(-50%,-50%);
	transition: 0.4s all ease 0s;
}
.acdWrap .acdBtn span:after {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.acdWrap .acdBtn.acd-active span:before {
	opacity: 0;
}
.acdWrap .acdBtn.acd-active span:after {
	transform: translate(-50%,-50%);
}
.komiPriceWrap {
	width: 80%;
	margin: 20px auto 0;
}
.komiPriceWrap > table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border: none;;
}
.komiPriceWrap th, .komiPriceWrap td {
	width: calc(99.9% /3);
	height: 60px;
	border: 3px solid #ffffff;
	font-size: 20px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.komiPriceWrap thead th {
	background-color: #cccccc;
	color: #1d1d1d;
	font-weight: bold;
}
.komiPriceWrap thead th:nth-of-type(2) {
	background-color: #FF4D00;
	color: #ffffff;
}
.komiPriceWrap thead th:nth-of-type(3) {
	background-color: #FF6E00;
	color: #ffffff;
}
.komiPriceWrap thead th:last-of-type {
	text-align: center;
}
.komiPriceWrap tbody {
	background-color: #F2F2F2;
	color: #1d1d1d;
	font-weight: normal;
}
.komiPriceWrap tbody th {
	background-color: #F2F2F2;
}
.komiPriceWrap tbody td:nth-of-type(1) {
	background-color: #FFD4B3;
}
.komiPriceWrap tbody td:nth-of-type(2) {
	background-color: #FFCAB3;
}
.komiPriceWrap .taxIncluded {
	font-size: 16px;
}
.komiPriceWrap .taxIncluded span {
	display: inline-block;
	font-size: 24px;
	margin-right: 5px;
	font-weight: bold;
}
.komiAttention {
	margin-top: 40px;
	text-align: left;
	font-size: 18px;
}
.komiAttention ul {
	margin-top: 10px;
}
.komiAttention ul li {
	text-indent: -1em;
	padding-left: 1em;
}
/*size search*/
.tireSizeArea {
	padding: 20px 40px 40px;
	background-color: #E6E6E6;
}
.tireSizeArea h3 {
  text-align: center;
  font-weight: bold;
}
.tireSizeBg {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 40px;
  background-color: #ffffff;
  /*border-top: 1px solid #999;*/
}
.sizeInchi {
  max-width: 1000px;
  margin: auto;
}
.sizeInchi > ul {
  display: -webkit-flex;
  display: flex;
}
.sizeInchi > ul > li {
  width: calc((99.9% - 10%)/11);
  border: 1px solid #999;
  font-weight: bold;
  font-size: 36px;
  background-color: white;
  line-height: 1;
  text-align: center;
  margin-left: 1%;
  padding: 5px 0;
  cursor: pointer;
}
.sizeInchi > ul > li:first-of-type {
	margin-left: 0;
}
.sizeInchi > ul > li:hover {
  opacity: 0.8;
}
.sizeInchi > ul > li span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.sizeTab {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.sizeTab ul {
	display: -webkit-flex;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.sizeTab ul li {
  padding: 10px 12px 5px;
  width: calc((99.9% - 4%)/3);
  text-align: center;
  margin-left: 2%;
  border: 3px solid #ffffff;
  cursor: pointer;
}
.sizeTab ul li:first-of-type {
	margin-left: 0;
}
.sizeTab ul li:hover {
  opacity: 0.8;
}
.sizeTab ul li figure {
	margin: 0;
}
.sizeTab ul li figure img {
	width: 148px;
}
.sizeTab ul li p {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
.sizeAllTable {
  max-width: 1000px;
  margin: 10px auto 0 auto;
}
.sizeAllTable a {
  padding: 0 0 0 10px;
}
.sizeAllTable > table {
  width: 100%;
  background-color: white;
  border: 1px solid #999;
  box-sizing: border-box;
}
.sizeAllTable table tr:nth-child(1) {
  font-weight: bold;
  text-align: center;
}
.sizeAllTable table td {
	padding: 20px 10px;
  border: 1px solid #999;
  box-sizing: border-box;
}
.sizeAllTable table tr:nth-child(n + 2) {
  text-align: center;
}
.sizeAllTable table tr:nth-child(n + 2) td:nth-child(2) {
  text-align: left;
}
.sizeAllTable table td:nth-child(1) {
  width: 120px;
}
.sizeTab ul li.summerTireTab p {
	background-color: #D91616;
}
.sizeTab ul li.summerTireTab.onTab {
	border-color: #D91616;
}
.sizeTab ul li.allSeasonTireTab p {
	background-color: #16D957;
}
.sizeTab ul li.allSeasonTireTab.onTab {
	border-color: #16D957;
}
.sizeTab ul li.studlessTireTab p {
	background-color: #1698D9;
}
.sizeTab ul li.studlessTireTab.onTab {
	border-color: #1698D9;
}
.carentOn {
    color: white;
}
.summerTireTabContents .carentOn {
	background-color: #D91616;
}
.allSeasonTireTabContents .carentOn {
	background-color: #16D957;
}
.studlessTireTabContents .carentOn {
	background-color: #1698D9;
}
.summerTireTab {
	background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/bg_summer.jpg") no-repeat center / cover;
}
.allSeasonTireTab {
	background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/bg_all.jpg") no-repeat center / cover;
}
.studlessTireTab {
	background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/bg_studless.jpg") no-repeat center / cover;
}
.summerTireTabContents {
  display: none;
}
.allSeasonTireTabContents {
  display: none;
}
.studlessTireTabContents {
  display: block;
}
.summerTireSizeAll {
  display: none;
}
.allSeasonTireSizeAll {
  display: none;
}
.studlessTireSizeAll {
  display: block;
}
.summer12,
.summer13,
.summer14,
.summer16,
.summer17,
.summer18,
.summer19,
.summer20,
.summer21,
.summer22,
.summer23{
  display: none;
}
.all12,
.all13,
.all14,
.all16,
.all17,
.all18,
.all19,
.all20 {
  display: none;
}
.studless12,
.studless13,
.studless14,
.studless16,
.studless17,
.studless18,
.studless19,
.studless20,
.studless21,
.studless22 {
  display: none;
}
.otherTextLink {
  text-align: center;
  display: block;
  margin: auto 0 0 0;
  padding: 37px 0 0 0;
  font-size: 13px;
  color: blue;
  text-decoration: underline;
}
.otherTextLink:hover {
  color: #333;
}
.otherTextLink span {
  font-size: 10px;
}

/*-- 追加：タイヤサイズの調べ方 --*/

.tireSizeBg .tireSizeCheck {
	max-width: 1000px;
	  margin: 30px auto 0;
}
.tireSizeBg .tireSizeCheck h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0;
  text-align: center;
}
.tireSizeBg .tireSizeCheck ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
.tireSizeBg .tireSizeCheck ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.tireSizeBg .tireSizeCheck ul li:nth-of-type(1) {
	width: 57%;
}
.tireSizeBg .tireSizeCheck ul li:nth-of-type(2) {
	width: 30%;
	margin-left: 4%;
}
.tireSizeBg .tireSizeCheck img {
  width: 100%;
}

#subContent .announceArea img {
  display: block;
  width: 49%;
  max-width: 740px;
}
#subContent .announceArea img:first-child {
  margin-right: 2%;
}

#subContent .announceArea {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.flowPart2 {
    max-width: 1200px;
    margin: 30px auto 60px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flowPart2 > div > div {
    width: 220px;
}
.flowPart2 > div > div > p {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.flowPart2 > div > div img {
    width: 100%;
}
.flowPart2 > div > ul {
    margin: 50px 0 0 10px;
}
.flowPart2 > div > ul > li {
    font-size: 15px;
    margin: 5px 0 0 1em;
    text-indent: -1em;
}
.flowPart2 > div > ul > li > span {
    display: inline-block;
    text-indent: 0em;
}
/* おすすめタイヤ */
.compose .recommendTire {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 40px;
}
.compose .recommendTire li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc((99.9% - 7.5%)/6);
	margin-left: 1.5%;
}
.compose .recommendTire li:first-of-type {
	margin-left: 0;
}
.compose .recommendTire li .recommendHead .recommendLogo {
	line-height: 1;
	padding: 7px 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
	/*border-bottom: 1px solid #cccccc;*/
}
.compose .recommendTire li .recommendHead .recommendLogo img {
	width: auto;
	height: 20px;
}
.compose .recommendTire li .recommendHead .recommendLogo.logoBg {
	background-color: #cccccc;
	border-bottom: none;
}
.compose .recommendTire li .recommendHead p:nth-of-type(2) {
	line-height: 1.3;
	min-height: 2.3em;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 13px;
}
.compose .recommendTire li a {
	text-decoration: none;
	color: #000;
}
.compose .recommendTire li a:hover {
	color: #ff4d00;
}
.compose .recommendConent {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.compose .recommendConent .recommendPhotoW {
	position: relative;
	min-height: 0%;
	padding-top: 30px;
	padding-bottom: 10px;
	border: 1px solid #cccccc;
}
.compose .recommendConent .recommendPhotoW .tireIcBox {
	position: absolute;
	top: 2%;
	left: 2%;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.compose .recommendConent .recommendPhotoW .inch {
	line-height: 1.1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 42px;
	height: 42px;
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	border-radius: 8px;
	text-align: center;
}
.compose .recommendConent .recommendPhotoW .inch span {
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.compose .recommendConent .recommendPhotoW .summerIc {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 42px;
	height: 42px;
	margin-left: 2%;
	background-color: #D91616;
	border-radius: 8px;
}
.compose .recommendConent .recommendPhotoW .summerIc img {
	width: 80%;
}
.compose .recommendConent .recommendPhotoW .ic_japan {
	position: absolute;
	bottom: 3%;
	right: 3%;
	line-height: 1;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #D91616;
	border-radius: 5px;
}
.compose .recommendConent .recommendPhotoW + p {
	line-height: 1.3;
	margin-top: 8px;
	font-size: 16px;
}
.compose .recommendTire .priceArea {
	margin-top: auto;
	padding-top: 10px;
}
.compose .recommendTire .priceArea p:nth-of-type(1) {
	line-height: 1;
	font-size: 12px;
	color: #787878;
}
.compose .recommendTire .priceArea p:nth-of-type(2) {
	font-size: 24px;
	font-weight: bold;
	color: #FC0000;
}
.compose .recommendTire .priceArea p:nth-of-type(2) span {
	display: inline-block;
	margin-left: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
/* 安心タイヤ補償 */
.punctureWrap {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding:40px;
	background-color: #E6E6E6;
}
.punctureWrap .punctureBox {
	max-width: 1700px;
	margin: 0 auto 0;
	padding: 20px 20px 30px;
	background-color: #ffffff;
}
.punctureWrap .punctureArea {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.punctureWrap .punctureTxt {
	width: 60%;
	text-align: center;
}
.punctureArea + p {
	margin-top: 20px;
	padding: 0 10.5%;
}
.punctureWrap .punctureBox p {
	font-size: 16px;
}
.punctureWrap .punctureLogo + p {
	margin-top: 10px;
}
#subContent .punctureTxt .punctureLogo {
	max-width: 400px;
	width: 60%;
	margin: 0 auto;
	border: none;
}
.punctureTxt .punctureList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px 0 10px;
}
.punctureTxt .punctureList li {
	padding: 15px 40px;
	color: #0C308E;
	font-size: 16px;
	font-weight: bold;
	border: 2px dashed #0C308E;
	border-radius: 10px;
}
.punctureTxt .punctureList li:nth-of-type(2) {
	margin-left: 20px;
}
.punctureWrap figure {
	width: 45%;
	padding: 0 20px;
	text-align: center;
}
/* トップに戻る*/
.compose .topTire {
	text-align: right;
	margin-top: 40px;
}
.compose .topTire span {
	display: inline-block;
	font-size: 16px;
}
.compose .topTire span:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #FF6E00;
}
@media only screen and (max-width: 1700px) {
	.tireMenuArea .tireMenuInner {
		position: static;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
	.tireMenuArea ul {
		position: static;
		top: 0;
		left: 0;
		transform: translate(0,0);
		overflow: hidden;
		display: block;
		width: 25%;
	}
	.tireMenuArea .tireMenuInner ul > li p {
		padding-left: 5%;
		font-size: 18px;
	}
	.tireMenuArea .matchingTitle {
		width: calc(100% - 25%);
		font-size: 55px;
		padding-right: 15%;
	}
}
@media only screen and (max-width: 1600px) {
	.punctureArea + p {
		padding: 0 7.5%;
	}
}
@media only screen and (max-width: 1200px) {
	.tireCont .tireMenuArea {
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/tireVisual02.jpg") no-repeat center right/cover;
	}
	.tireWheelCont .tireMenuArea {
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/tireWheelVisual02.jpg") no-repeat center right 40%/cover;
	}
	.tireMenuArea ul {
		width: 30%;
	}
	.tireMenuArea .matchingTitle {
		width: calc(100% - 30%);
		font-size: 50px;
		padding-right: 2%;
	}
	.ancMenuArea > li p {
		font-size: 16px;
	}
	.punctureArea + p {
		padding: 0 1%;
	}
	.tireWheelCont .komiArea .komititle {
		font-size: 42px;
	}
}

/*タブレット*/
@media only screen and (max-width: 1023px) {
	.compose .pcSet {
		display: block!important;
	}
	.compose .spSet {
		display: none!important;
	}
	.compose .tbSet {
		display: block!important;
	}
	.tireMenuArea {
		height: 30vw;
	}
	.tireCont .tireMenuArea {
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/tireVisual02.jpg") no-repeat center center/cover;
	}
	.tireWheelCont .tireMenuArea {
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/tireWheelVisual02.jpg") no-repeat center/cover;
	}
	.tireMenuArea .tireMenuInner .icArea {
		width: 35%;
		padding: 0 3%;
	}
	.tireMenuArea .tireMenuInner .icArea img {
		width: 100%;
	}
	.tireMenuArea ul {
		width: 35%;
	}
	.tireMenuArea ul > li:nth-child(2) {
		margin-top: 2vw;
	}
	.tireMenuArea .tireMenuInner ul > li {
		height: 7.5vw;
	}
	.tireMenuArea .tireMenuInner ul > li p {
		width: calc(100% - 35%);
		font-size: 2.2vw;
	}
	.tireMenuArea .matchingTitle {
		width: calc(100% - 35%);
		font-size: 6.8vw;
		padding-right: 1%;
	}
	.tireMenuArea .matchingTitle.subTitle .subtitleBox {
		font-size: 3vw;
		padding: 1vw 4vw;
	}
	.compose .ancMenuArea {
		width: 90%;
		margin-top: 2vw;
		padding: 0;
	}
	.ancMenuArea .btnIcWrap {
		width: 20%;
	}
	.ancMenuArea .btnIcWrap img {
		width: 85%;
	}
	.ancMenuArea > li {
		height: auto;
	}
	.ancMenuArea > li p {
		width: calc(100% - 20%);
		padding: 2.5vw 1%;
		font-size: 1.9vw;
	}
	.ancMenuArea + p {
		margin-top: 2.2vw;
		margin-bottom: 1.1vw;
		font-size: 2.5vw;
	}
  .alertTop {
    width: 100%;
    margin: 3vw auto 5vw;
    padding: 1.5vw;
	  font-size: 1.9vw;
  }
	.alertTop + .alertTop {
		margin-top: -5vw;
	}
  .alertTop p:nth-child(1) {
    display: block;
    text-align: center;
    line-height: 1.4;
    margin: 0 !important;
  }
  .alertTop p:nth-child(2) {
    text-align: center;
    margin: 0;
  }
	.compose .alert_tire-wheel {
		margin-top: 2vw;
		padding-top: 2vw;
	}
	.compose .alert_tire-wheel dt {
		font-size: 2.8vw;
	}
	.compose .alert_tire-wheel dd {
		margin-top: 1vw;
	}
	.compose .alert_tire-wheel2 {
		margin: 2vw auto 0;
	}
	.compose .alert_tire-wheel2 dt {
		font-size: 2.2vw;
		margin-bottom: 1vw;
	}
  .freeCall {
    text-align: center;
    margin: 0 auto 30px auto;
    width: 81vw;
  }
  .freeCall img {
    width: 100%;
  }
  #subContent {
    width: 92%;
    margin: 50px auto 60px auto;
    padding: 0;
    text-align: left;
  }
  #subContent h3 {
    font-size: 2.5vw;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #4d4d4d;
    text-align: center;
  }
	#subContent h3 .flowRead {
		display: inline-block;
		margin-top: 1.2vw;
		font-size: 3vw;
	}
  #subContent .more_heading {
    position: relative;
  }
  #subContent .more_heading p {
    line-height: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    padding-right: 14px;
    font-size: 17px;
  }
  #subContent .more_heading p:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
  }
  #subContent .more_heading p:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
  }
  #subContent .more_heading p:hover:before,
  #subContent .more_heading p:hover:after {
    border-top: 1px solid #ff4d00;
    border-right: 1px solid #ff4d00;
  }

 .compose .tireCatalogList {
    margin: 20px auto 25px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .compose .tireCatalogList li {
    width: calc((100%) / 4);
    margin: 0 0 25px 0;
    padding: 0 1%;
  }
  .compose .tireCatalogList li:not(:nth-child(5n + 1)) {
    margin-left: 0%;
  }
  .compose .tireCatalogList li div {
    text-align: center;
  }
  .compose .tireCatalogList li div img {
    width: 100%;
  }
  .compose .tireCatalogList li b {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    font-weight: normal;
    color: #333;
  }
	#tireCampaign .tireCampaignList {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 30px;
		padding: 0 2% 15px;
		overflow-x: auto;
		white-space: nowrap;
	}
  #tireCampaign .tireCampaignList div {
    width: 20vw;
    margin: 20px 0 0 2%;
  }
  #tireCampaign .tireCampaignList div a {
    display: block;
  }
  #tireCampaign .tireCampaignList div a img {
    width: 100%;
  }
  #tireCampaign .tireCampaignList div p {
    line-height: 1.5;
    font-size: 14px;
    margin: 5px 0 0 0;
    color: #333;
  }
  #purchaseNav {
    margin: 60px auto 50px;
  }
  #purchaseNav .purchaseNavList {
    margin: 0 0 0 -50px;
    overflow: hidden;
  }
  #purchaseNav .purchaseNavList div {
    float: left;
    width: 300px;
    margin: 20px 0 0 50px;
  }
  #purchaseNav .purchaseNavList div:nth-child(n + 4) {
    margin-top: 30px;
  }
  #purchaseNav .purchaseNavList div a {
    display: block;
  }
  #purchaseNav .purchaseNavList div a img {
    width: 100%;
    height: 187px;
  }
  #purchaseNav .purchaseNavList div a p {
    line-height: 1.5;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  #relatedItem {
    margin-top: 60px;
  }
  #relatedItem .relatedItemList {
    margin: 0 0 0 -36px;
    overflow: hidden;
  }
  #relatedItem .relatedItemList div {
    float: left;
    width: 21vw;
    margin: 20px 0 0 36px;
  }
  #relatedItem .relatedItemList div a {
    display: block;
  }
  #relatedItem .relatedItemList div a img {
    width: 100%;
  }
  #relatedItem .relatedItemList div a p {
    line-height: 1.5;
    font-size: 13px;
    margin: 5px 0 0 0;
    text-align: center;
    color: #333;
  }

  /*------ お知らせ ------*/

  section#info p {
    margin: 20px auto 40px;
    font-size: 16px;
  }

  /*------ 基礎知識メニュー ------*/

  #knowledge .menuNav {
    margin: 20px auto 50px;
    /*clear: both;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #knowledge .menuNav li {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align: left;
    margin-top: 10px;
    width: 32.4%;
  }
  #knowledge .menuNav li:not(:nth-child(3n)) {
    margin-right: 1%;
  }
  #knowledge .menuNav li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 15px 35px 15px 10px;
    width: 100%;
    position: relative;
  }

  #knowledge .menuNav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #knowledge .menuNav li:hover {
    background: #ccc;
  }
  #orderFlow {
    width: 100%;
    margin: 30px auto 60px auto;
  }
  .flowPart {
    width: 100%;
    margin: 2vw auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
	.flowPart dl {
		width: calc((99.9% - 6%)/3);
		margin-left: 3%;
	}
	.flowPart dl:not(:last-of-type):after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: -2.5vw;
		transform: translate(0,-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5vw 0 5vw 2.5vw;
		border-color: transparent transparent transparent #cccccc;
	}
  .flowPart dt {
    text-align: left;
    font-size: 15px;
    padding-bottom: 10px;
  }
  .flowPart dd img {
    width: 100%;
  }
  .flowPart p {
    width: 25px;
  }
  .flowPart p img {
    width: 100%;
    margin-top: 125px;
  }
.compose .flowInnerWrap {
	display: -webkit-flex;
	display: flex;
	padding: 1vw 3% 3vw;
}
.compose .flowInnerWrap > li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc((99.9% - 4vw)/2);
	margin-left: 4vw;
}
.compose .flowInnerWrap > li:first-of-type {
	margin-left: 0;
}
.compose .flowNumber {
	font-size: 2.5vw;
	color: #3C3C3C;
}
.compose .flowNumberInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	margin-top: 5px;
	padding: 2vw;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
.compose .flowInnerWrap > li:nth-of-type(2) .flowNumberInner::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -3vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2vw 0 2vw 2vw;
	border-color: transparent transparent transparent #3C3C3C;
	transform: translate(0,-50%);
}
.compose .flowNumberTxt {
	width: 100%;
	margin-left: 0;
	margin-bottom: 1.5vw;
	font-size: 16px;
}
.compose .flowNumberTxt span {
	display: inline-block;
}
.compose .flowNumberPhoto {
	margin: auto 0 0 ;
	width: 100%;
}
.compose .flowkomikomiAnc {
	display: none;
}
.compose .flowChart {
	position: relative;
	width: 52%;
	height: 4vw;
	margin: 4vw auto 0;
	border: 1px solid #4D4D4D;
	border-bottom: none;
}
.compose .flowChart::before {
	content: "";
	display: block;
	position: absolute;
	top: -4vw;
	left: 50%;
	width: 0;
	height: 4vw;
	border-right: 1px solid #4d4d4d;
}
.compose .flowkomikomi {
	display: -webkit-flex;
	display: flex;
}
.compose .flowkomikomi > li {
	width: calc((99.9% - 3%)/2);
	margin-left: 3%;
	padding: 2vw 4vw 3vw;
	text-align: center;
}
.compose .flowkomikomi > li:first-of-type {
	margin-left: 0;
}
.compose .flowkomikomiInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.compose .flowkomikomiInner dt {
	font-size: 2.5vw;
}
.compose .flowkomikomiInner dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	margin-top: 1vw;
	padding: 2vw 3vw;
}
.compose .flowkomikomiInner dd p {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}
.compose .flowkomikomiPhoto {
	max-width: 320px;
	width: 100%;
	margin: auto auto 0;
}
  #orderFlow .msg h4 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #orderFlow .msg p {
    width: 890px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
  }
  #orderFlow .msg ul {
    width: 100%;
    margin: auto;
  }
  #orderFlow .msg ul li {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
  }
	/* 工賃コミコミ */
	.komiArea {
		padding-top: 50px;
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/bg_stripe.png") repeat top left / 80px 80px;
	}
	.komiArea .komiVisual {
		position: static;
		height: auto;
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/komi_visual01.png") no-repeat center left -35vw, url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/komi_visual02.png") no-repeat center right -35vw, #ffffff;
		text-align: center;
	}
	.komiArea .komititleW {
		position: static;
		transform: translate(0,0);
		display: inline-block;
		width: 100%;
		padding: 3vw -0px;
	}
	.komiArea .komititle {
		position: relative;
		white-space: nowrap;
		line-height: 1.3;
		display: inline-block;
		padding: 0 25px;
		font-size: 5vw;
		text-shadow: 0 0 10px #ffffff;
	}
	.komiArea .komititle:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: inline-block;
		width: 6px;
		height: 45px;
		background-color: #FF6E00;
		transform: skewX(22deg) translate(0,-50%);
		box-shadow: 0 0 10px #ffffff;
	}
	.komiArea .komititle:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		width: 6px;
		height: 45px;
		background-color: #FF6E00;
		transform: skewX(-22deg) translate(0,-50%);
		box-shadow: 0 0 10px #ffffff;
	}
	.tireWheelCont .komiArea .komititle {
		line-height: 1.2;
		position: static;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.tireWheelCont .komiArea .komititle:before,
	.tireWheelCont .komiArea .komititle:after {
		height: 12vw;
	}
	.komiArea .komiSet {
		width: 90%;
		margin: 1vw auto 0;
		padding: 2vw;
		border: 5px solid #FF6E00;
		box-shadow: 0 0 10px #ffffff;
	}
	.komiArea .komiSet b {
		width: 15%;
	}
	.komiArea .komiSet .setBox {
		display: -webkit-flex;
		display: flex;
		width: calc(99.9% - 15%);
		padding-left: 3%;
	}
	.komiArea .komiSet .setBox dl {
		position: relative;
		width: 25%;
		margin-right: 8%;
		border: 1px solid #000000;
	}
	.komiArea .komiSet .setBox dl:last-of-type {
		width: 34%;
		margin-right: 0;
	}
	.komiArea .komiSet .setBox dl:nth-of-type(1):after {
		content: "+";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: -40px;
		transform: translate(-15%,-50%);
		font-size: 40px;
		font-weight: bold;
	}
	.komiArea .komiSet .setBox dl:nth-of-type(2):after {
		content: "=";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: -40px;
		transform: translate(-15%,-50%);
		font-size: 40px;
		font-weight: bold;
	}
	.komiArea .komiSet .setBox dl dt {
		font-size: 2vw;
	}
	.komiArea .komiSet .setBox dl img {
		height: 80px;
		width: auto;
		padding: 10px 0 10px;
	}
	.komiArea .komiSet .setBox dl:first-of-type img {
		padding-bottom: 0;
	}
	.komiContentWrap {
		width: 92%;
		margin: 0 auto;
		padding: 0 0 70px 0;
	}
	.komiContent {
		margin: 60px auto 0;
		padding: 0 4% 50px;
		background-color: #ffffff;
		text-align: center;
	}
	.komiContent.narrowContent {
		max-width: 1200px;
	}
	.komiContent > p {
		margin-top: 20px;
		font-size: 2.2vw;
	}
	.komiContent h2 {
		display: inline-block;
		position: relative;
		width: 70%;
		margin-top: -20px;
		font-size: 24px;
		z-index: 1;
	}
	.komiContent h2:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #FF6E00;
		transform: skewX(15deg);
		z-index: -1;
	}
	.komiContent .komiProcess {
		display: -webkit-flex;
		display: flex;
		margin-top: 20px;
	}
	.komiContent .komiProcess li {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: calc((99.9% - 4%)/3);
		margin-left: 2%;
	}
	.komiContent .komiProcess li:first-of-type {
		margin-left: 0;
	}
	.komiService .serviceTitle + p {
		margin-top: 2vw;
		font-size: 2.2vw;
	}
	.tireWheelCont .komiService ul > li {
		padding: 2vw;
	}
	.komiContent .komiProcess li p {
		line-height: 1.3;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 10px;
		font-size: 2.2vw;
		text-align: left;
	}
	.komiContent .komiProcess li p span:nth-of-type(1) {
		line-height: 1;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-right: 5px;
		color: #ffffff;
		font-weight: bold;
		width: 3.5vw;
		height: 3.5vw;
		background-color: #FF6E00;
		border-radius: 3.5vw;
	}
	.komiContent .komiProcess li p span:nth-of-type(2) {
		width: calc(99.9% - 35px);
	}
	.komiContent .komiProcess li figure {
		margin: auto 0 0;
		border: 1px solid #cccccc;
	}
	.komiService figure {
		height: 8vw;
	}
	.komiService figure img {
		width: auto;
		height: 100%;
	}
	.tireWheelCont .komiService ul > li figure {
		width: 12vw;
		height: 100%;
	}
	.tireWheelCont .komiService figure img {
		height: auto;
		object-fit: contain;
	}
	.komiService .serviceInner {
		width: calc(99.9% - 14vw);
		margin-left: 2vw;
	}
	.komiService .serviceInner dt {
		font-size: 2.3vw;
	}
	.komiService .serviceInner dd {
		font-size: 2vw;
	}
	.komiService li > p {
		font-size: 2vw;
	}
	.komiService figure + p {
		margin-top: 15px;
		font-size: 2.1vw;
	}
	.komiService {
		margin-top: 3.3vw;
		padding: 3%;
		background-color: #e6e6e6;
		border-radius: 10px;
	}
	.komiService ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.komiService ul > li {
		position: relative;
		width: calc((99.9% - 4.5%)/4);
		margin-left: 1.5%;
		padding: 2vw 2%;
		background-color: #ffffff;
		border-radius: 10px;
	}
	.komiService ul > li:first-of-type {
		margin-left: 0;
	}
	.moreBtn a {
		width: 75%;
		margin-top: 20px;
		padding: 12px 5px;
		font-size: 20px;
	}
	.komiPriceWrap {
		width: 80%;
		margin-top: 2.2vw;
	}
	.komiPriceWrap > table {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		width: 100%;
		border: none;;
	}
	.komiPriceWrap th,.komiPriceWrap td {
		width: calc(99.9% /3);
		height: auto;
		padding: 1.5vw;
		border: 3px solid #ffffff;
		font-size: 2.2vw;
	}
	.komiPriceWrap .taxIncluded {
		font-size: 2vw;
	}
	.komiPriceWrap .taxIncluded span {
		display: inline-block;
		font-size: 2.6vw;
	}
	.komiAttention {
		margin-top: 40px;
		font-size: 2.2vw;
	}
	.komiAttention ul {
		margin-top: 10px;
	}
	.komiAttention ul li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.komiService .serviceSubTxt {
		margin-top: 2vw;
		font-size: 2.2vw;
	}
	.compose .serviceCaution {
		font-size: 2.2vw;
	}
  /*size search*/
	.tireSizeArea {
		padding-left: 2%;
		padding-right: 2%;
	}
  .tireSizeArea h3 {
    text-align: center;
    font-weight: bold;
  }
  .tireSizeBg {
	  margin-top: 2vw;
	  padding: 3%;
  }
  .sizeInchi {
    width: 100%;
    margin: auto;
  }
  .sizeInchi > ul {
    overflow: hidden;
    padding: 0;
  }
  .sizeInchi > ul > li {
    width: 8.49%;
    box-sizing: border-box;
    border: 1px solid #999;
    font-weight: bold;
    font-size: 3vw;
    background-color: white;
    line-height: 1;
    text-align: center;
    padding: 1vw 0;
    margin: 0 0 0 0.6vw;
    cursor: pointer;
  }
  .sizeInchi > ul > li:hover {
    opacity: 0.8;
  }
  .sizeInchi > ul > li span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  .sizeTab {
    position: relative;
    overflow: hidden;
  }
  .sizeTab ul {
	  width: 94%;
  }
  .sizeTab ul li:hover {
    opacity: 0.8;
  }
	.sizeTab ul li p {
		font-size: 2.2vw;
	}
  .sizeAllTable a {
    padding: 0 0 0 10px;
  }
  .sizeAllTable > table {
    background-color: white;
    border: 1px solid #999;
    box-sizing: border-box;
  }
  .sizeAllTable table tr:nth-child(1) {
    font-weight: bold;
    text-align: center;
  }
  .sizeAllTable table td {
    border: 1px solid #999;
    box-sizing: border-box;
  }
  .sizeAllTable table tr:nth-child(n + 2) {
    text-align: center;
  }
  .sizeAllTable table tr:nth-child(n + 2) td:nth-child(2) {
    text-align: left;
  }
  .sizeAllTable table td:nth-child(1) {
    width: 120px;
  }
  .sizeTab ul li.onTab {
    background-color: #cccccc;
    border-top: ;
    border-right: ;
    border-bottom: ;
    border-left: ;
  }
  .sizeTab ul li.onTab:before {
    /*content: "";
        height: 1px;*/
  }
  .summerTireTab {
    background-color: #ff9933;
    color: white;
  }
  .allSeasonTireTab {
    background-color: #33cccc;
    color: white;
  }
  .studlessTireTab {
    background-color: #3366cc;
    color: white;
  }
  .flowPart2 {
      width: 100%;
      margin: 30px auto 60px auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
  }
  .flowPart2 > div > div {
      width: 32vw;
  }
  .flowPart2 > div > div > p {
      font-size: 15px;
      margin: 0 0 5px 0;
      line-height: 1.4;
  }
  .flowPart2 > div > div img {
      width: 100%;
  }
  .flowPart2 > div > ul {
      margin: 45px 0 0 2vw;
  }
  .flowPart2 > div > ul > li {
      font-size: 15px;
      margin: 5px 0 0 1em;
      text-indent: -1em;
  }
  .flowPart2 > div > ul > li > span {
      display: inline-block;
      text-indent: 0em;
  }
	/* おすすめタイヤ */
	.compose .recommendTire {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: normal;
		margin-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.compose .recommendTire li {
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 20vw;
		margin-left: 1.5%;
		flex: 0 0 auto;
	}
	.compose .recommendTire li:first-of-type {
		margin-left: 0;
	}
	.compose .recommendTire li .recommendHead p:nth-of-type(2) {
		line-height: 1.3;
		min-height: 3.9em;
		margin-top: 5px;
		margin-bottom: 8px;
		font-size: 13px;
		white-space: normal;
	}
	.compose .recommendTire li a {
		text-decoration: none;
		color: #000;
	}
	.compose .recommendTire li a:hover {
		color: #ff4d00;
	}
	.compose .recommendConent {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	.compose .recommendConent figure + p {
		line-height: 1.3;
		margin-top: 8px;
		font-size: 16px;
		white-space: normal;
	}
	.compose .recommendTire .priceArea {
		margin-top: auto;
		padding-top: 10px;
	}
	.compose .recommendTire .priceArea p:nth-of-type(1) {
		font-size: 1.6vw;
	}
	.compose .recommendTire .priceArea p:nth-of-type(2) {
		font-size: 3.2vw;
	}
	.compose .recommendTire .priceArea p:nth-of-type(2) span {
		margin-left: 2px;
		font-size: 1.6vw;
	}
	/* 安心タイヤ補償 */
	.punctureWrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 4%;
	}
	.punctureWrap .punctureBox {
		margin: 0 auto 0;
		padding: 3% 4%;
	}
	.punctureWrap .punctureTxt {
		width: 55%;
		text-align: center;
	}
	.punctureWrap .punctureBox p {
		font-size: 16px;
	}
	.punctureWrap .punctureArea + p {
		padding: 0;
	}
	.punctureWrap .punctureLogo + p {
		margin-top: 10px;
	}
	#subContent .punctureTxt .punctureLogo {
		max-width: 400px;
		width: 60%;
		margin: 0 auto;
		border: none;
	}
	.punctureTxt .punctureList {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 20px 0 10px;
	}
	.punctureTxt .punctureList li {
		padding: 2vw 2vw;
		font-size: 1.8vw;
		border: 2px dashed #0C308E;
		border-radius: 10px;
	}
	.punctureTxt .punctureList li:nth-of-type(2) {
		margin-left: 2vw;
	}
	.punctureWrap figure {
		width: 45%;
		padding: 0;
		text-align: center;
	}
}

/* ---------------------------- スマホ --------------------------- */
@media screen and (max-width: 639px) {
	.tbSet {
		display: none;
	}
	.spNone {
		display: none;
	}
	.compose .pcSet {
		display: none!important;
	}
	.compose .tbSet {
		display: none!important;
	}
	.compose .spSet {
		display: block!important;
	}
  section.alertTop {
    width: 100%;
    margin: 0 auto 8vw auto;
    padding: 0;
  }
	section.alertTop + .alertTop {
		margin-top: -8vw;
		padding-top: 8vw;
	}
  section.alertTop p　 {
    margin: 0 !important;
  }
  section.alertTop p:nth-child(1) {
    display: block;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 !important;
  }
  section.alertTop p:nth-child(2) {
	  margin-top: 1em;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
  }
	.compose .alert_tire-wheel {
		margin-top: 4vw;
		padding-top: 4vw;
	}
	.compose .alert_tire-wheel dt {
		font-size: 4.8vw;
	}
	.compose .alert_tire-wheel dd {
		margin-top: 2vw;
		font-size: 3.8vw;
	}
	.compose .alert_tire-wheel2 {
		margin: 4vw auto 0;
	}
	.compose .alert_tire-wheel2 dt {
		font-size: 4.5vw;
		margin-bottom: 2vw;
		text-align: center;
	}
  .freeCall {
    text-align: center;
    margin: 0 auto 5vw auto;
    width: 100%;
  }
  .freeCall img {
    width: 100%;
  }
  #subContent {
    width: 92%;
    margin: 10vw auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
  }
  .tireMenuArea {
    width: 100%;
	  height: auto;
    margin: 0;
  }
	.tireMenuArea .tireMenuInner {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
		padding: 6vw 0;
	}
  .tireMenuArea ul {
    width: 100%;
	  display: -webkit-flex;
	  display: flex;
	  margin-top: 5vw;
  }
  .tireMenuArea ul > li {
    width: 49%;
    line-height: 1;
    position: relative;
  }
  .tireMenuArea ul > li:nth-child(2) {
	  margin-top: 0;
    margin-left: 2%;
  }
  .tireMenuArea ul > li a {
    line-height: 1;
    padding: 0;
    text-align: center;
    font-size: 2.9vw;
  }
	.tireMenuArea .tireMenuInner ul > li {
		height: 11.5vw;
	}
	.tireMenuArea .tireMenuInner ul > li p {
		-webkit-justify-content: center;
		justify-content: center;
		width: calc(100% - 32%);
		padding: 0;
		font-size: 3.4vw;
	}
	.tireMenuArea .tireMenuInner .icArea {
		width: 32%;
		padding: 0 1%;
	}
  .tireMenuArea ul > li a:hover {
    opacity: 0.8;
  }
	.tireMenuArea .matchingTitle {
		width: 100%;
		padding-right: 0;
		font-size: 7.2vw;
	}
	.tireMenuArea .matchingTitle.subTitle .subtitleBox {
		margin-top: 3vw;
		font-size: 3.8vw;
	}
	.compose .ancMenuArea {
		display: block;
		margin-top: 4vw;
	}
	.ancMenuArea > li {
		width: 100%;
		margin-top: 2.2vw;
		margin-left: 0;
	}
	.ancMenuArea > li:first-of-type {
		margin-top: 0;
	}
	.ancMenuArea > li p {
		font-size: 3.8vw;
		padding: 3vw 1%
	}
	.ancMenuArea > li p:after {
		bottom: 1vw;
		width: 2vw;
		height: 2vw;
	}
	.ancMenuArea .btnIcWrap {
		height: auto;
	}
	.ancMenuArea .btnIcWrap img {
		width: 80%;
	}
	.ancMenuArea + p {
		margin-top: 3vw;
		margin-bottom: 2vw;
		font-size: 4vw;
	}
  #subContent h3 {
    font-size: 5vw;
    font-weight: bold;
    padding: 0 0 3vw 0;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #4d4d4d;
    text-align: center;
  }
	#subContent h3 .flowRead {
		display: inline-block;
		margin-top: 0;
		font-size: 6vw;
	}
  #subContent .more_heading p {
    position: absolute;
    bottom: 3vw;
    right: 10px;
    display: inline-block;
    padding-right: 14px;
    font-size: 4.5vw;
  }
  .compose .tireCatalogList {
    margin: 3% auto 5%;
  }
  .compose .tireCatalogList li:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .compose .tireCatalogList li:not(:nth-child(3n + 1)) {
    margin-left: 3%;
  }
  .compose .tireCatalogList li {
    width: 31%;
    margin: 0 0 4vw 0;
  }
  .compose .tireCatalogList li div {
    text-align: center;
  }
  .compose .tireCatalogList li div img {
    width: 100%;
  }
  .compose .tireCatalogList li b {
    font-size: 3.3vw;
    padding: 1vw 0;
  }

  #tireCampaign .tireCampaignList {
    display: block;
    padding-bottom: 5vw;
  }
  #tireCampaign .tireCampaignList div {
	  width: 40vw;
    margin-top: 5vw;
	  margin-left: 1%;
  }
	#tireCampaign .tireCampaignList div:first-of-type {
		margin-left: 0;
	}
  #tireCampaign .tireCampaignList div a {
    display: block;
	  margin: 0;
    font-size: 3.4vw;
  }
  #tireCampaign .tireCampaignList div a img {
    width: 100%;
  }
  #tireCampaign .tireCampaignList div p a {
    height: auto;
    line-height: 1.5;
    font-size: 3.2vw;
    margin: 1vw 0 0 0;
  }
  #purchaseNav {
    margin-top: 10vw;
  }
  #purchaseNav .purchaseNavList {
    margin: 0 0 0 0;
    overflow: hidden;
  }
  #purchaseNav .purchaseNavList div {
    float: none;
    width: 100%;
    margin: 4vw 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  #purchaseNav .purchaseNavList div:nth-child(n + 4) {
    margin-top: 30px;
  }
  #purchaseNav .purchaseNavList div a {
    display: block;
  }
  #purchaseNav .purchaseNavList div a img {
    width: 100%;
    height: auto;
  }
  #purchaseNav .purchaseNavList div a p {
    line-height: 1.5;
    font-size: 3.8vw;
    margin: 1vw 0 0 0;
  }
  #relatedItem {
    margin-top: 60px;
  }
  #relatedItem .relatedItemList {
    margin: 0 0 0 -2vw;
    overflow: hidden;
    padding: 0;
  }
  #relatedItem .relatedItemList div:nth-child(1) {
    padding-left: auto;
  }
  #relatedItem .relatedItemList div {
    float: left;
    width: 30.5vw;
    margin: 0;
    padding: 5vw 0 0 2vw;
  }
  #relatedItem .relatedItemList div a {
    display: block;
  }
  #relatedItem .relatedItemList div a img {
    width: 100%;
  }
  #relatedItem .relatedItemList div a p {
    line-height: 1.5;
    font-size: 13px;
    margin: 5px 0 0 0;
    text-align: center;
    height: 10vw;
  }

  /*------ お知らせ ------*/

  section#info p {
    margin: 5% auto 10%;
    font-size: 3.8vw;
  }

  /*------ 基礎知識メニュー ------*/

  #knowledge .menuNav {
    display: block;
    padding-left: 0;
  }

  #knowledge .menuNav li:not(:nth-child(3n)) {
    margin-right: auto;
  }

  #knowledge .menuNav li {
    width: 100%;
    font-size: 4.3vw;
    margin: 3% auto 0;
  }
  #orderFlow {
    width: 100%;
    margin: 7vw auto 8vw auto;
  }
  #orderFlow h3 {
	  line-height: 1.5;
    font-size: 5vw;
    padding: 0 0 2vw;
    text-align: center;
  }
  .flowPart {
	  display: block;
    width: 100%;
    margin: 3vw auto 0;
  }
  .flowPart p {
    display: none;
  }
  .flowPart dl {
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
    width: auto;
    margin: 0;
  }
  .flowPart dl:nth-of-type(n+2) {
	  margin-top: 6vw;
    margin-left: 0;
  }
	.flowPart dl:not(:last-of-type):after {
		content: "";
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: -5vw;
		right: 50%;
		transform: translate(50%,0);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5vw 8vw 0 8vw;
		border-color: #cccccc transparent transparent transparent;
	}
  .flowPart dt {
	  width: calc(99.9% - 35%);
    text-align: left;
    font-size: 4vw;
    padding-left: 3vw;
  }
  .flowPart dd {
	  width: 35%;
    margin-top: auto;
  }
.compose .flowInnerWrap {
	-webkit-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 4vw 6% 6vw;
}
.compose .flowInnerWrap > li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-top: 4vw;
	margin-left: 0;
}
.compose .flowInnerWrap > li:first-of-type {
	margin-top: 0;
	margin-left: 0;
}
.compose .flowNumber {
	font-size: 5vw;
}
.compose .flowNumberInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	margin-top: 2vw;
	padding: 4vw;
}
.compose .flowInnerWrap > li:nth-of-type(2) .flowNumberInner::before {
	content: "";
	display: none;
}
.compose .flowNumberTxt {
	width: 100%;
	margin-left: 0;
	margin-bottom: 3vw;
	font-size: 3.8vw;
}
.compose .flowNumberTxt span {
	display: inline-block;
}
.compose .flowNumberPhoto {
	margin: auto 0 0 ;
	width: 100%;
}
.compose .flowkomikomiAnc {
	display: -webkit-flex;
	display: flex;
}
.compose .flowkomikomiAnc > li {
	line-height: 1.3;
	width: calc((99.9% - 3vw)/2);
	margin-left: 3vw;
	padding: 3vw;
	box-shadow: 5px 5px 0 #cccccc;
	border-radius: 5px;
	font-size: 3.8vw;
	font-weight: bold;
	text-align: center;
}
.compose .flowkomikomiAnc > li:first-of-type {
	margin-left: 0;
	background-color: #FFB67F;
}
.compose .flowkomikomiAnc > li:nth-of-type(2) {
	background-color: #FFEF7F;
}
.compose .flowChart {
	position: relative;
	width: 52%;
	height: 6vw;
	margin: 4vw auto 0;
	border: 1px solid #4D4D4D;
	border-bottom: none;
}
.compose .flowChart::before {
	content: "";
	display: block;
	position: absolute;
	top: -4vw;
	left: 50%;
	width: 0;
	height: 4vw;
	border-right: 1px solid #4d4d4d;
}
.compose .flowkomikomi {
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 10vw;
}
.compose .flowkomikomi > li {
	width: 100%;
	margin-top: 6vw;
	margin-left: 0;
	padding: 4vw;
	text-align: center;
}
.compose .flowkomikomi > li:first-of-type {
	margin-top: 0;
	margin-left: 0;
}
.compose .flowkomikomiInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.compose .flowkomikomiInner dt {
	font-size: 4vw;
}
.compose .flowkomikomiInner dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	margin-top: 2vw;
	padding: 3vw 4vw;
}
.compose .flowkomikomiInner dd p {
	font-size: 3.8vw;
	margin-bottom: 3vw;
	text-align: left;
}
.compose .flowkomikomiPhoto {
	max-width: 320px;
	width: 100%;
	margin: auto auto 0;
}
  #orderFlow .msg h4 {
    margin: 4vw 0;
    font-size: 5vw;
  }
  #orderFlow .msg p {
    width: 96vw;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #orderFlow .msg ul {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
  #orderFlow .msg ul li {
    text-align: left;
    font-size: 4vw;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1vw;
  }
	.flowWrap {
		margin: 20px auto 0;
		padding-bottom: 6vw;
	}
	.flowWrap:nth-of-type(2) {
		margin-top: 0;
		margin-bottom: 6vw;
		padding-bottom: 0;
	}
	.flowWrap h4 {
		font-size: 4.5vw;
		font-weight: bold;
		text-align: center;
	}
	/* 工賃コミコミ */
	.komiArea {
		padding-top: 0;
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/bg_stripe.png") repeat top left / 80px 80px;
	}
	.komiArea .komiVisual {
		position: relative;
		height: 0;
		padding-top: 63.5%;
		background: url("https://next-gedi.s3-ap-northeast-1.amazonaws.com/reading-materials/tire_wheel/_img_bg/komikomi/komi_visual_sp.jpg") no-repeat top center/cover;
		text-align: center;
	}
	.komiArea .komititleW {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0,0);
		display: inline-block;
		width: 100%;
	}
	.komiArea .komititle {
		position: relative;
		white-space: nowrap;
		line-height: 1.3;
		margin-top: 16vw;
		padding: 0 4vw;
		font-size: 8vw;
		font-weight: bold;
		text-shadow: 0 0 10px #ffffff;
	}
	.komiArea .komititle:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: inline-block;
		width: 1vw;
		height: 14vw;
		background-color: #FF6E00;
		transform: skewX(22deg) translate(0,-50%);
		box-shadow: 0 0 10px #ffffff;
	}
	.komiArea .komititle:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		width: 1vw;
		height: 14vw;
		background-color: #FF6E00;
		transform: skewX(-22deg) translate(0,-50%);
		box-shadow: 0 0 10px #ffffff;
	}
	.tireWheelCont .komiArea .komititle {
		padding: 0 1vw;
		font-size: 7.2vw;
	}
	.komiArea .komiSet {
		width: 92%;
		margin: 1vw auto 0;
		padding: 2vw;
		border: 3px solid #FF6E00;
		box-shadow: 0 0 10px #ffffff;
	}
	.komiArea .komiSet b {
		width: 20%;
	}
	.komiArea .komiSet .setBox {
		display: -webkit-flex;
		display: flex;
		width: calc(99.9% - 20%);
		padding-left: 3%;
	}
	.komiArea .komiSet .setBox dl {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 27%;
		margin-right: 6%;
		border: 1px solid #000000;
	}
	.komiArea .komiSet .setBox dl:last-of-type {
		width: 34%;
		margin-right: 0;
	}
	.komiArea .komiSet .setBox dl:nth-of-type(1):after {
		content: "+";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(130%,-50%);
		font-size: 15px;
		font-weight: bold;
	}
	.komiArea .komiSet .setBox dl:nth-of-type(2):after {
		content: "=";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(130%,-50%);
		font-size: 15px;
		font-weight: bold;
	}
	.komiArea .komiSet .setBox dl dt {
		line-height: 1.3;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		height: 100%;
		padding: 2px;
		font-size: 3vw;
	}
	.komiArea .komiSet .setBox dl img {
		height: 10vw;
		width: auto;
		padding: 1vw 0 1vw;
	}
	.komiArea .komiSet .setBox dl:first-of-type img {
		padding-bottom: 0;
	}
	.komiContentWrap {
		width: 92%;
		margin: 0 auto;
		padding: 0 0 12vw 0;
	}
	.komiContent {
		margin: 15vw auto 0;
		padding: 0 4% 10vw;
		background-color: #ffffff;
		text-align: center;
	}
	.komiContent.narrowContent {
		max-width: 1200px;
	}
	.komiContent > p {
		margin-top: 5vw;
		font-size: 4.2vw;
	}
	.komiContent h2 {
		display: inline-block;
		position: relative;
		width: 100%;
		margin-top: -20px;
		font-size: 24px;
		z-index: 1;
	}
	.komiContent h2:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #FF6E00;
		transform: skewX(15deg);
		z-index: -1;
	}
	.komiContent .komiProcess {
		display: block;
		margin-top: 5vw;
	}
	.komiContent .komiProcess li {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		width: auto;
		margin-left: 0;
		padding-bottom: 4vw;
		border-bottom: 1px dashed #cccccc;
	}
	.komiContent .komiProcess li:first-of-type {
		margin-left: 0;
	}
	.komiContent .komiProcess li:nth-of-type(n+2) {
		margin-top: 4vw;
	}
	.tireWheelCont .komiContent .komiProcess li:nth-of-type(n+4) {
		margin-top: 4vw;
	}
	.komiContent .komiProcess li p {
		line-height: 1.3;
		width: calc(99.9% - 48%);
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		padding-left: 3%;
		font-size: 4.2vw;
	}
	.komiContent .komiProcess li p span:nth-of-type(1) {
		line-height: 1;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-right: 5px;
		width: 6vw;
		height: 6vw;
		border-radius: 6vw;
	}
	.komiContent .komiProcess li p span:nth-of-type(2) {
		width: 100%;
		margin-top: 1.5vw;
	}
	.komiContent .komiProcess li figure {
		width: 48%;
		margin: auto 0 0;
		border: 1px solid #cccccc;
	}
	.moreBtn a {
		position: relative;
		display: inline-block;
		width: 80%;
		margin-top: 20px;
		padding: 3vw 1vw;
		font-size: 4.5vw;
	}
	.moreBtn a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		display: inline-block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: translate(0,-50%) rotate(45deg);
	}
	.acdWrap .acdBtn {
		position: relative;
		margin: 5vw auto 0;
		padding: 4vw 10px;
		font-size: 4.5vw;
	}
	.acdWrap .acdBtn span {
		position: absolute;
		top: 50%;
		right: 5vw;
		display: inline-block;
		width: 	6.5vw;
		height: 6.5vw;
		background-color: #FF6E00;
		border-radius: 6.5vw;
		transform: translate(0,-50%);
	}
	.acdWrap .acdBtn span:before,.acdWrap .acdBtn span:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 4.2vw;
		height: 0.7vw;

		background-color: #ffffff;
		transform: translate(-50%,-50%);
		transition: 0.4s all ease 0s;
	}
	.acdWrap .acdBtn span:after {
		transform: translate(-50%,-50%) rotate(-90deg);
	}
	.acdWrap .acdBtn.acd-active span:before {
		opacity: 0;
	}
	.acdWrap .acdBtn.acd-active span:after {
		transform: translate(-50%,-50%);
	}
	.komiPriceWrap {
		width: 100%;
		margin-top: 5vw;
	}
	.komiPriceWrap th, .komiPriceWrap td {
		width: calc(99.9% /3);
		height: auto;
		padding: 3.6vw 0;
		border: 3px solid #ffffff;
		font-size: 3.9vw;
	}
	.komiPriceWrap .taxIncluded {
		font-size: 3vw;
	}
	.komiPriceWrap .taxIncluded span {
		display: inline-block;
		margin-right: 1vw;
		font-size: 4vw;
	}
	.komiAttention {
		line-height: 1.5;
		margin-top: 8vw;
		font-size: 4vw;
	}
	.komiAttention ul {
		margin-top: 10px;
	}
	.komiAttention ul li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.komiAttention ul li:nth-of-type(n+2) {
		margin-top: 0.5rem;
	}
	.komiService figure {
		height: 18vw;
	}
	.komiService figure img {
		width: auto;
		height: 100%;
	}
	.tireWheelCont .komiService ul > li figure {
		width: auto;
		height: 18vw;
	}
	.tireWheelCont .komiService figure img {
		height: 100%;
	}
	.komiService li > p {
		font-size: 3.7vw;
	}
	.komiService figure + p {
		line-height: 1.2;
		margin-top: 3vw;
		font-size: 4vw;
	}
	.komiService {
		margin-top: 5vw;
		padding: 4%;
		background-color: #e6e6e6;
		border-radius: 10px;
	}
	.tireWheelCont .komiService {
		padding: 4% 3%;
	}
	.komiService ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.komiService ul > li {
		position: relative;
		width: calc((99.9% - 3%)/2);
		margin-left: 3%;
		padding: 3vw 4% 3vw;
		background-color: #ffffff;
		border-radius: 10px;
	}
	.komiService ul > li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.komiService ul > li:nth-of-type(n+3) {
		margin-top: 3%;
	}
	.tireWheelCont .komiService ul {
		display: -webkit-flex;
		display: flex;
		margin-top: 3.2vw;
	}
	.tireWheelCont .komiService ul > li {
		display: block;
		width: calc((99.9% - 2vw)/2);
		padding: 3vw 4%;
	}
	.tireWheelCont .komiService ul > li:nth-of-type(n+2) {
		margin-top: 0;
		margin-left: 2vw;
	}
	.komiService .serviceInner {
		width: auto;
		margin-left: 0;
	}
	.komiService .serviceInner dt {
		margin-top: 3vw;
		font-size: 4vw;
		text-align: center;
	}
	.komiService .serviceInner dd {
		font-size: 3.7vw;
	}
	.komiService .serviceSubTxt {
		margin-top: 3vw;
		font-size: 4vw;
	}
	.compose .serviceCaution {
		font-size: 4vw;
	}
	.komiService .serviceTitle {
		padding: 1vw 6vw;
		font-size: 5.5vw;
	}
	.komiService .serviceTitle img {
		height: 6vw;
		margin-right: 3vw;
	}
	.komiService .serviceTitle + p {
		margin-top: 3.2vw;
		font-size: 4vw;
	}
	/* お問い合わせ欄 */
	.contactWrap {
		width: 92%;
		margin: 5vw auto 5vw;
		padding: 0;
		background-color: #F2F2F2;
		border-radius: 10px;
		border: 2px solid #CCCCCC;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	}
	.contactWrap a {
		display: block;
		padding: 3% 4% 3%;
		pointer-events: auto;
	}
	.contactWrap .telLeadWrap {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		max-width: 1000px;
		margin: 0 auto;
		padding-bottom: 5px;
		border-bottom: 1px dashed #cccccc;
	}
	.contactWrap .telLeadWrap img {
		width: 9vw;
	}
	.contactWrap .telLeadWrap .telLead {
		line-height: 1.3;
		margin-left: 2vw;
		font-size: 4vw;
		text-align: left;
	}
	.contactWrap .telArea {
		line-height: 1.2;
		margin-top: 5px;
		font-size: 3.5vw;
	}
	.contactWrap .telArea span {
		margin-left: 2vw;
		padding: 0 5px;
		font-size: 6.5vw;
		font-weight: bold;
		background: -webkit-linear-gradient(transparent 75%, rgba(255,110,0,0.5) 75%);
		background: linear-gradient(transparent 75%, rgba(255,110,0,0.5) 75%);
	}
	.contactWrap .date {
		line-height: 1.3;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 3vw;
		font-size: 3.5vw;
	}
	.contactWrap .date dd {
		display: inline-block;
		text-align: center;
	}
  /*size search*/
	.tireSizeArea {
		padding-right: 4%;
		padding-left: 4%;
	}
  .tireSizeArea h3 {
    text-align: center;
    font-weight: bold;
  }
  .tireSizeBg {
    margin-top: 2vw;
	padding: 4%;
  }
  .sizeInchi {
    margin: auto;
  }
  .sizeInchi > ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    overflow: hidden;
    padding: 0;
    margin: 0 0 1vw;
  }
  .sizeInchi > ul > li {
    width: calc((99.9% - 4%)/5);
    box-sizing: border-box;
    font-weight: bold;
    font-size: 5vw;
    background-color: white;
    line-height: 1.1;
    text-align: center;
    padding: 1.5vw 0;
    margin-bottom: 1vw;
    cursor: pointer;
  }
  .sizeInchi > ul > li:nth-of-type(n+1) {
	margin-left: 1%;
  }
  .sizeInchi > ul > li:nth-of-type(5n+1) {
	margin-left: 0;
  }
  .sizeInchi > ul > li:hover {
    opacity: 0.8;
  }
  .sizeInchi > ul > li span {
    font-size: 3vw;
    font-weight: normal;
    display: block;
  }
  .sizeTab {
    position: relative;
    overflow: hidden;
  }
  .sizeTab ul {
	  width: 100%;
  }
  .sizeTab ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc((99.9% - 4%)/3);
	padding: 2vw 0 0 ;
	text-align: center;
	cursor: pointer;
  }
  .sizeTab ul li:hover {
    opacity: 0.8;
  }
  .sizeTab ul li p {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	line-height: 1.3;
	padding: 1vw 2vw;
	font-size: 3.2vw;
  }
  .sizeTab ul li figure img {
	width: 70%;
  }
  .sizeAllTable {
    margin: 0 auto 0 auto;
  }
  .sizeAllTable a {
    padding: 0 0 0 10px;
  }
  .sizeAllTable > table {
    background-color: white;
    border: 1px solid #999;
    box-sizing: border-box;
  }
  .sizeAllTable table tr:nth-child(1) {
    font-weight: bold;
    text-align: center;
  }
  .sizeAllTable table td {
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 2vw 0;
  }
  .sizeAllTable table tr:nth-child(n + 2) {
    text-align: center;
  }
  .sizeAllTable table tr:nth-child(n + 2) td:nth-child(2) {
    text-align: left;
  }
  .sizeAllTable table td:nth-child(1) {
    width: 120px;
  }
  .sizeTab ul li.onTab:before {
    /*content: "";
        height: 1px;*/
  }
  .summerTireTab {
    background-color: #ff9933;
    color: white;
  }
  .allSeasonTireTab {
    background-color: #33cccc;
    color: white;
  }
  .studlessTireTab {
    background-color: #3366cc;
    color: white;
  }
  .otherTextLink {
    text-align: center;
    display: block;
    margin: auto 0 0 0;
    padding: 0 0 0 0;
    font-size: 3vw;
    color: blue;
    text-decoration: underline;
  }
  .otherTextLink:hover {
    color: #333;
  }
  .otherTextLink span {
    font-size: 2vw;
  }

  /*-- 追加：タイヤサイズの調べ方 --*/
  .tireSizeBg .tireSizeCheck h4 {
    font-size: 4vw;
  }
  .tireSizeBg .tireSizeCheck ul {
	display: block;
  }
  .tireSizeBg .tireSizeCheck ul li:nth-of-type(1) {
	width: 100%;
  }
  .tireSizeBg .tireSizeCheck ul li:nth-of-type(2) {
	width: 80%;
	margin: 4vw auto 0;
  }

  /*-- 追加：アナウンスエリア --*/
  #subContent .announceArea {
    display: block;
  }
  #subContent .announceArea img {
    width: 100%;
  }
  #subContent .announceArea img:first-child {
    margin: 0 auto 15px;
  }
  .flowPart2 {
    width: 100%;
    margin: 3vw auto 6vw auto;
    display: block;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flowPart2 > div > div {
    width: 70%;
    margin: 0 auto;
  }
  .flowPart2 > div > div > p {
    font-size: 4vw;
    margin: 0 0 1vw 0;
    line-height: 1.4;
  }
  .flowPart2 > div > div img {
      width: 100%;
  }
  .flowPart2 > div > ul {
      margin: 3vw 0 0 0;
  }
  .flowPart2 > div > ul > li {
    font-size: 4vw;
    margin: 1vw 0 0 0;
	padding-left: 1em;
    text-indent: -1em;
  }
  .flowPart2 > div > ul > li > span {
      display: inline-block;
      text-indent: -1em;
      margin: 0 0 0 1em;
  }
	/* おすすめタイヤ */
	.compose .recommendTire {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: normal;
		margin-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.compose .recommendTire li {
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 40vw;
		margin-left: 2%;
		flex: 0 0 auto;
	}
	.compose .recommendTire li:first-of-type {
		margin-left: 0;
	}
	.compose .recommendTire li .recommendHead p:nth-of-type(2) {
		line-height: 1.3;
		min-height: 2.6em;
		margin-top: 5px;
		margin-bottom: 8px;
		font-size: 3.2vw;
		white-space: normal;
	}
	.compose .recommendTire li a {
		text-decoration: none;
		color: #000;
	}
	.compose .recommendTire li a:hover {
		color: #ff4d00;
	}
	.compose .recommendConent {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	.compose .recommendConent figure + p {
		line-height: 1.3;
		margin-top: 8px;
		font-size: 3.2vw;
		white-space: normal;
	}
	.compose .recommendTire .priceArea {
		margin-top: auto;
		padding-top: 10px;
	}
	.compose .recommendTire .priceArea p:nth-of-type(1) {
		font-size: 3vw;
	}
	.compose .recommendTire .priceArea p:nth-of-type(2) {
		font-size: 5vw;
	}
	.compose .recommendTire .priceArea p:nth-of-type(2) span {
		margin-left: 2px;
		font-size: 3vw;
	}
	/* 安心タイヤ補償 */
	.punctureWrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 4%;
		background-color: #E6E6E6;
	}
	.punctureWrap .punctureBox {
		display: block;
		max-width: 1700px;
		margin: 0 auto 0;
		padding: 20px 20px 30px;
		background-color: #ffffff;
	}
	.punctureWrap .punctureTxt {
		width: auto;
		text-align: center;
	}
	.punctureWrap .punctureBox p {
		font-size: 4vw;
	}
	.punctureWrap .punctureLogo + p {
		margin-top: 10px;
	}
	#subContent .punctureTxt .punctureLogo {
		max-width: 400px;
		width: 80%;
		margin: 0 auto;
		border: none;
	}
	.punctureTxt .punctureList {
		display: inline-block;
		margin: 20px 0 10px;
	}
	.punctureTxt .punctureList li {
		padding: 3vw 8vw;
		color: #0C308E;
		font-size: 4.5vw;
		font-weight: bold;
		border: 3px dashed #0C308E;
		border-radius: 20px;
	}
	.punctureTxt .punctureList li:nth-of-type(2) {
		margin-top: 4vw;
		margin-left: 0;
	}
	.punctureWrap figure {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	/* トップに戻る*/
.compose .topTire {
	display: none;
}
} /* スマホ */