@charset "utf-8";
/* CSS Document */

/*【1】共通=====================================================================================================*/

.pc_only{display: none;}
.sp_only{display: block;}

.breadcrumb {
padding: 10px 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 10px;
}

.container{
width: 100%;
margin: 20px 0;
padding: 0 calc(5% - 8px) 20px;
box-sizing: border-box;
font-size: 14px;
}

.container h1 {
text-align: center;
font-size: 30px;
font-weight: 700;
line-height: normal;
margin: 0 0 24px 0;
}

.container h2 {
margin: 0 auto;
}

.container p {
margin : 0 1em 2em;
line-height: 1.5;
}

.item_container {display: block;margin-bottom: 40px}

.item_container .main_img{
	display: block;
	vertical-align: bottom;
	margin: 0 auto;
}

/*【2】内容=====================================================================================================*/

#lm_icecover, #veriga_stopandgo{position: relative;}



.p-anchor{
padding-top: 76px;
    margin-top: -76px;
display: block;
}

.lm_icecover,.veriga_stopandgo{
 background-image: url("/PC/ja/asset/img/nw/feature/tire_chains/chain_bg.webp");
 background-size: contain;
  }

.movie_btn{
	position: absolute;
	top: 56.5%;
	left: 51%;
	max-width: 36%;
}
.list_btns{
   	position: absolute;
    top: 49.5%;
    left: 51.5%;
    max-width: 35%;
}
.list_btns_02{
	position: absolute;
    top: 64%;
    left: 17%;
    max-width: 38%;
}
.tan_btn_01 {
	position: absolute;
	top:83.2%;
	left:13%;
	max-width:35%;
	display: block;
}
.set_btn_01 {
	position: absolute;
	top:84.8%;
	right:13%;
	max-width:35%;
	display: block;
}
.tan_btn_02 {
	position: absolute;
	top:87.7%;
	left:13%;
	max-width:35%;
	display: block;
}
.set_btn_02 {
	position: absolute;
	top:89%;
	right:13%;
	max-width:35%;
	display: block;
}
/*【3】Q&A=====================================================================================================*/

.qa_box{
display: table;
width: 100%;
}

.qa_box .tr {
display:table-row;
width: 100%;
text-align: center;
}

.qa_box .td {
display: block;
width: 100%;
padding: 0 0.5em;
}

.chains_area {
    margin: 1em 0 0;
    padding: 0;
    width: 100%;
	text-align: center;
}

.chains_area .btn {
    padding: 15px;
    font-weight: bold;
	background-color: #fff;
    border: solid 2px #183b57;
    cursor :pointer;
    color: #183b57;
    border-radius: 10px;
	margin: 0 auto;
}

.chains_area .btn a{display: block}

 .box1 {
    position: relative;
    padding: 0.5em 0.5em;
    margin: 0em 0em;
    background: #183b57;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
}
.box1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #183b57;
    width: 0;
    height: 0;
	text-align: center;
}
.box1 p {
    margin:  0; 
    padding: 10px 0;
	line-height: 1.6;
}   
    
.box2{
  padding: 2em 1.5em;
  margin: 1em 1em;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  border-radius: 10px;
}

.box2 p {
    margin: 0; 
    padding: 5 5;
    }


/*==================================================================================================================================*/
/*TB*/
@media only screen and (min-width : 600px) {
	
/*【1】共通=====================================================================================================*/	
.pc_only{display: block;}
.sp_only{display: none;}

}

/*==================================================================================================================================*/
/*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;
}

.container{
max-width: 880px;
margin: 25px auto 40px;
padding: 0;
}

/*【2】内容=====================================================================================================*/

    
.movie_btn{
    position: absolute;
	top:620px;
	left:450px;
	display: block;
}
.list_btns{
    position: absolute;
	top:530px;
	left:452px;
	display: block;
}
.list_btns_02{
    position: absolute;
	top:810px;
	left:131px;
	display: block;
}
.tan_btn_01 {
	position: absolute;
	top: 914px;
	left:110px;
	display: block;
}
.set_btn_01 {
	position: absolute;
	top:930px;
	right:110px;
	display: block;
}
.tan_btn_02 {
	position: absolute;
	top:1110px;
	left:110px;
	display: block;
}
.set_btn_02 {
	position: absolute;
	top: 1127px;
	right:110px;
	display: block;
}
	
/*【3】Q&A=====================================================================================================*/

.qa_box .td {
display: table-cell;
width: 50%;
padding: 0 0.5em;
}
	
.box2{
  padding: 1.5em;
  min-height: 190px;
}
}



/*【4】サイズ表================================================================================================*/
.sizeBlock {
    padding: 10px;
	  }
	
	 input {
    padding: 8px;
    font-size: 16px;
		outline: solid 2px red!important;
  }

  /* placeholder の薄い文字色 */
  input::placeholder {
    color: #999;
  }
	
	
    table {
      border-collapse: collapse;
      width:100%;
    }
    th, td {
      border:1px solid #ccc;
      padding:8px;
    }
    th {
      background:#1E90FF;
      color:#fff;
    }
    input[type="text"] {
      padding:0.5em;
      width:300px;
      margin-bottom:15px;
    }
    .highlight {
      background:yellow;
      font-weight:bold;
    }

.toggleBtn {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    background-color: #ffe600;
    box-sizing: border-box;
    border-radius: 8px;
    color: #050657;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    max-width: 800px;
}



#tableBlock{
transition: 0.5s;
    }
@media(max-width: 767px){
.toggleBtn {
    font-size: 16px;
 }
}
/*【5】フロー図================================================================================================*/

.flow_design04 {
box-sizing: border-box;
padding: 20px;
}




.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
  gap: 30px;
margin-bottom: 20px!important;
}



.title {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
margin-bottom: 40px;
-webkit-box-align: center;
align-items: center;
}

.title h2 {
display: block;
text-align: center;
color: #00347B;
font-size: 36px;
line-height: 1.5;
position: relative;
}

.title a {
display: block;
width: calc(40% - 20px);
max-width:300px

}
.title a img {
width: 100%;
}


.flow04 > li {
  list-style-type: none;
  width: calc(100% / 3 - 30px);
  display: flex;
  position: relative;
}

.flow04 > li .icon04 {
    line-height: 2.5;
    width: 3em;
    height: 3em;
    text-align: center;
    color: #fff;
    background: #00347B;
    margin: 0 auto 10px;
    display: block;
    border-radius: 100vh;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 1;
    border: #FFFFFF solid 4px;
    box-sizing: border-box;
}

.flow04 > li dl {
  padding:0;
  margin: 0;
  border: 3px solid #00347B;
  position: relative;
  border-radius: 6px;
  background-color: #FFFFFF;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 2px solid #00347B;
  border-right: 2px solid #00347B;
  position: absolute;
  top: calc(50% - 14px);
  left: -36px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.6em;
  font-weight: 600;
  color: #00347B;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 8px;
}

.flow04 > li dl img {
 display: block;
 width: 100%;
}

.flow04 > li dd {
box-sizing: border-box;
padding: 10px;
  text-indent:-1em;
  padding-left:1em;
font-size: 16px;
font-weight: 600;
}

p.howto_note{
display: block;
margin-top: 10px;
}




@media(max-width: 767px){
  .flow04 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
    gap: 20px;
  }
	
.flow04 > li {
width: 100%;
}
	
	
	.flow04 > li dl {
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
	  }	
.flow04 > li dl dt {
width: 40%;
flex-basis: auto;
margin-bottom: 0;
}
.flow04 > li dl dd {
width: 50%;
 font-size: 13px;
}
.flow04 > li:not(:first-child) dl::before {
  display: none;
}
.title h2 {
    font-size: 24px;
}
.flow04 > li dl dt {
    font-size: 1.2em;
}

	.flow04 > li .icon04 {
    border: #FFFFFF solid 2px;}
	

}
.movie_link_btn{
width: 100%;
max-width: 600px;
margin: 20px auto;
  }

.movie_link_btn img{
width: 100%;
  }




.veriga_note{
margin: 0 auto;
display: block;
  }


.flow_design04 h3{
text-align: center;
font-size: 18px;
color: #00347B;
}


.flow_design04.flow_remove h3{
color: #DB0000;
}


.flow_design04.flow_remove > .flow04 > li .icon04 {
    background: #DB0000;
}

.flow_design04.flow_remove > .flow04 >  li dl {
  border: 3px solid #DB0000;
}

.flow_design04.flow_remove > .flow04 >  li:not(:first-child) dl::before {
  border-top: 2px solid #DB0000;
  border-right: 2px solid #DB0000;
}

.flow_design04.flow_remove > .flow04 > li dl dt {
  color: #DB0000;
}