@charset "utf-8";
/* CSS Document */

/*目次
【1】共通　【2】ナビ部分 【3】画像 【4】テーブル 【5】タイヤの種類 【6】タイヤカタログ


/*【1】共通=====================================================================================================*/
.pc_only{display: none;}
.sp_only{display: block;}

.breadcrumb {
padding: 10px 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 10px;
}

.information-container{
width: 100%;
margin: 20px 0;
padding: 0 calc(5% - 8px) 20px;
box-sizing: border-box;
}

.information-container h2{
    width: 100%;
    background-color: var(--clr-second-black);
    box-sizing: border-box;
    padding: 0.5em;
    color: #FFFFFF;
    margin-bottom: 1.0em;
}

.information-container h3{
	display: inline-block;
    box-sizing: border-box;
    padding: 0.5em;
	margin-bottom: 1em;
    background-color: var(--clr-gray-lighter);
	border-left: 5px solid var(--clr-second-black);
}
.information-container p {
	margin : 0 1em 1.5em;
	line-height: 1.5;
}

.information-container h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-left: 0.5em;
}

.information-container h4 span{border-bottom: solid 3px black;}

.information-container hr {
  margin: 1.5em 0;
  border: none;
  border-top: dashed 1px var(--clr-gray-dark);
}

.information-container .link{
	display: block;
    text-align: right;
}

/*【2】ナビ部分=====================================================================================================*/
ul.information_nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
margin: 30px;
padding: 0;
list-style: none;
}

ul.information_nav li{
color: #CC0003;
font-size: 13px;
text-align: center;
box-sizing: border-box;
border: solid 2px var(--clr-second-black);
padding: 10px 20px;
border-radius: 10px;
font-weight: bold;
margin: 5px;
width: 90%;
}

ul.information_nav li a{
display: block;
text-decoration: none!important;
border: none;
color :var(--clr-third-black); 
font-size: 1.2em;
}

.arrow_u {
position: relative;
display: inline-block;
color: var(--clr-second-black);
text-decoration: none;
}

.arrow_u:before {
content: '';
width: 8px;
height: 8px;
border: 0;
border-bottom: solid 3px var(--clr-second-black);
border-right: solid 3px var(--clr-second-black);
position: absolute;
top: 50%;
right: 0;
margin-top: -6px;
transform: rotate(45deg);
}

#contents_1, #contents_2, #contents_3 {
	padding-top: 150px; 
	margin-top: -150px;
}

/*【2-1】ナビ部分(FAQ)=====================================================================================================*/
.faq ul.information_nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
margin: 30px 0;
padding: 0;
list-style: none;
}

.faq ul.information_nav li {
color: #CC0003;
font-size: 13px;
text-align: left;
box-sizing: border-box;
border: solid 2px var(--clr-second-black);
padding: 20px;
border-radius: 10px;
font-weight: bold;
margin: 5px;
width: calc(100% / 2 - 10px);
}

/*【3】画像=====================================================================================================*/
.information_img_column, .information_img_column_s {
display: block;
margin-bottom: 1.5em;
}

.information_img .half {width: 100%}

.information_img {margin-bottom: 1em;}

.information_img_column_s .three {
display: block;
width:50%;
margin: 0 auto 2em;
}

.information_img_contents .item_contents {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
-webkit-box-align: start;
align-items: flex-start;
}

.information_img_contents .item img {
display: block;
width: 90%;
margin: 1.5em auto;
}

.information_img_contents .item .box {
display: block;
width: 90%;
margin: 0 1.5em 1.5em;
}

/*【4】テーブル=====================================================================================================*/
 .tire_size_table{
display:flex;
width: 100%;
border-spacing: 0;
margin: 0 0 1em;
}

.inch_size_table {
display: flex;
overflow: auto;
overflow-x: scroll;
width: 100%;
border-spacing: 0;
margin: 0 0 1em;
}
	
.tire_size_table .tr {
display:block;
width: 50%;
}

.inch_size_table .tr {
display:block;
width: calc(100% / 4);
}

.inch_size_table .tr_top {
position: sticky;
top: 0;
left: 0;
white-space: nowrap;
text-align: center;
vertical-align: middle;
width: calc(100% / 4);
height: 50px;
}

.tire_size_table .th, .tire_size_table .td {
display:block;
padding:0.1em 1em;
border: 1px solid var(--clr-gray-mid);
text-align: center;
vertical-align: middle;
}

.inch_size_table .th, .inch_size_table .td {
display: block;
white-space: nowrap;
padding:0.1em 1em;
border: 1px solid var(--clr-gray-mid);
text-align: center;
vertical-align: middle;
height: 50px;
}

.tire_size_table .th, .inch_size_table .th {
background: var(--clr-gray-lighter);
font-weight: bold;
  }

.inch_size_table .th {line-height: 40px;}
.inch_size_table .td {line-height: 1.5;}

.tire_table, .nut_table {
	width: 100%;
	margin: 0 auto;
	overflow-x: scroll;
	border-spacing: 1px 0;
	border-collapse: separate;
}

.tire_table_sp, .nut_table_sp {
	width: 100%;
	min-width: 870px;
}

.tire_table .th, .tire_table .td, .nut_table .th,  .nut_table .td{
	display: table-cell;
	padding: 10px;
}

.nut_table .th, .nut_table .td{
	border: 1px solid var(gray-lighter);
	padding-bottom: 1.5em;
}

.tire_table .th, .nut_table .th {
    display: table-cell;
    font-size: 16px;
	position: relative;
	z-index: 1;
	width: calc(100% / 3);
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
    border: 5px solid #fff;
    border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: var(--clr-third-black);
    text-decoration: none;
}

.tire_table .tr, .nut_table .tr {
	display:table-row;
	width: 100%;
}
	
.tire_table .tr {
    font-size: 14px;
	padding-top: 15px;
	text-align: center;
    border: 5px solid var(--clr-white);
    border-top: none;
    border-bottom: none;
}

.nut_table .td {
	display: table-cell;
    font-size: 14px;
	text-align: center;
    border: 1px solid var(--clr-gray-light);
    border-top: none;
    border-bottom: none;
}

.tire_table .group1 {background: #FF6E00;} 
.tire_table .group2 {background: #005eb8;}
.tire_table .group3 {background: #018c3b;}

.tire_table .color_1, .nut_table .color_1 {background-color: var(--clr-gray);}
.tire_table .color_2, .nut_table .color_2 {background-color: var(--clr-gray-lighter);}
.tire_table .color_w_1 {background: #f5faff;}
.tire_table .color_w_2 {background: #e0f0ff;}

.tire_table a.cp_btn {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 150px;
	margin: 0.3em auto 0.7em;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: var(--clr-second-black);
}

.tire_table .cp_btn:hover {
    transform: translate(0, 1px);
}

.size_table {
display: block;
border-spacing: 0;
margin-bottom: 2em;
}

.size_table .tr {
display:block;
width: 100%;
}
	
.size_table .th, .size_table .td {
padding:0.1em 1em;
border: 1px solid var(--clr-gray-mid);
text-align: center;
vertical-align: middle;
}
	
.size_table .th {
background: var(--clr-gray-lighter);
font-weight: bold;
  }


.nut_size_table table {
    font-size: 13px;
    table-layout: fixed;
    border-spacing: 0;
    margin:0 auto 15px 0;
    width:100%;
  }

.nut_size_table th, .nut_size_table td {
    padding:4px;
    border: 1px solid #a0a0a0;
    text-align: center;
    vertical-align: middle;
  }

.nut_size_table th {
    background: #e6e6e6;
    font-weight: 700;
  }

.nut_size_table .group1 {width: 100px;}
.nut_size_table .group2 {width: 80px;}

.service_table{
    border-spacing: 0;
    border: none;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
	margin: 0.5em 0 0 1em;
}
.service_table tr>*{
    padding: 5px 10px;
    border: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
	
.service_table .line td {
	background-color: #333;
	color: #fff;
}
	
.service_table th {
	background: #f0e6cc;
	width: calc(100% / 3 - 10px);
}

.service_table th, td {
	width: calc(100% / 3);
	height: 25px;
}

/*【6】ヘッダーアンカーリンク=====================================================================================================*/
.information-container .to-top-btn {
    width: 50px;
    height: 50px;
	line-height: 50px;
    background-color: var(--clr-black);
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 10px;
	border: solid 2px var(--clr-white);
	border-radius: 50%;
	padding: 0;
    text-align: center;
}	

.information-container .to-top-icon {
	color: var(--clr-white);
    margin: auto;
	display: inline-block;
    font-weight: bold;
	font-size: 1.5em;
    transform: rotate(270deg);
    }


/*【7】タイヤカタログ=====================================================================================================*/

.cat_mk{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
    }

ul.cat_mk li{
width: 100%;
margin: 20px 0;
    }
ul.cat_mk li img{
width: 100%;
max-width:95px; 
display: block;
	
    }
ul.cat_mk li a{
display: inline-block;
	
    }
/*==================================================================================================================================*/
/*TB*/
@media only screen and (min-width : 426px) {
	
/*【3】画像=====================================================================================================*/
.information_img_column {
width: 60%;
margin: 0 auto;
display: block;
margin-bottom: 1.5em;
}
	
.information_img_column_s {
width: 100%;
margin: 0 auto;
display: flex;
margin-bottom: 1.5em;
padding: 0 10%;
}
	
.information_img {
width: 60%;
margin: 0 auto;
display: block;
margin-bottom: 1.5em;
}
	
.information_img_column_s .three {
display: block;
width:calc(100% / 3 - 1em);
margin: 0 auto 2em;
}
	
.information_img_contents .item img {
display: block;
width: calc(100% / 2 - 1em);
height: auto;
margin: 1em;
}
	
.information_img_contents .item > .box > p > img {
width: 100%;
margin: 1.5em 0;
}

.information_img_contents .item .box {
width: calc(100% / 2 - 1em);
margin: 1.5em auto;
	
}

/*==================================================================================================================================*/
/*PC*/
@media only screen and (min-width : 1025px) {
	
/*【1】共通=====================================================================================================*/
.pc_only{display: block;}
.sp_only{display: none;}	

.breadcrumb {
padding: 10px 15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 10px;
}
	
.information-container{
max-width: 880px;
margin: 25px auto 40px;
padding: 0;
}

/*【2】ナビ部分=====================================================================================================*/
.information_nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
margin: 30px;
padding: 0;
list-style: none;
}

.information_nav ul li{
color: #CC0003;
font-size: 14px;
text-align: center;
box-sizing: border-box;
border: solid 3px var(--clr-second-black);
padding: 10px 20px;
border-radius: 10px;
font-weight: bold;
margin: 0 5px;
width: calc(90% / 3);
}

.information_nav ul li a{text-decoration: none!important;}

.arrow_u {
position: relative;
display: inline-block;
color: var(--clr-second-black);
text-decoration: none;
}

.arrow_u:before {
content: '';
width: 8px;
height: 8px;
border: 0;
border-bottom: solid 3px var(--clr-second-black);
border-right: solid 3px var(--clr-second-black);
position: absolute;
top: 50%;
right: 0;
margin-top: -6px;
transform: rotate(45deg);
}

/*【3】画像=====================================================================================================*/
.information_img_column {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
width: 100%;
margin-bottom: 2em;
}
	
.information_img_column_s {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
width: 100%;
margin: 0 auto 2em;
}

.information_img_column .half {
display: block;
width:calc(50% - 10px);
margin-right: 10px;
}
	
.information_img_column .three, .information_img_column_s .three {
display: block;
width:calc(100% / 3 - 10px);
margin-right: 10px;
}
	
.information_img_contents .item img {
display: block;
width: 35%;
height: auto;
}
	
.information_img_contents .item > .box > p > img {
width: 100%;
margin: 1.5em 0;
}

.information_img_contents .item .box {
width: 60%;
margin: 1.5em auto;
}
	
/*【4】テーブル=====================================================================================================*/
.tire_size_table {
display: table;
width: calc(100% - 2em);
border-spacing: 0;
margin: 0 0 2em 2em;
}

.tire_size_table .tr, .inch_size_table .tr {
display:table-row;
width: 100%;
}
	
.tire_size_table .th, .tire_size_table .td {
display: table-cell;
padding:0.1em 1em;
border: 1px solid var(--clr-gray-mid);
text-align: center;
vertical-align: middle;
}
	
.tire_size_table .th {
background: var(--clr-gray-lighter);
font-weight: bold;
  }
	
.tire_table, .nut_table {overflow-x: auto;}
	
.size_table {
	display: flex;
	width: calc(100% - 2em);
    margin: 0 auto 1em;
}
	
.inch_size_table {
	overflow: scroll;
	-ms-overflow-style: none;}

.inch_size_table::-webkit-scrollbar{
  display: none;
}
	
}
}	

/*==================================================================================================================================*/
/*SP 小*/
@media only screen and (max-width : 375px) {
ul.information_nav li a {
    font-size: 1em;
}	
}