@charset 'UTF-8';
.allContinentalSection{
  height: 440px;
  background: url(/lineup/tire/all-seasons/images2/lineup/continental/continental_all_back.png);
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.allContinentalSection .inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 100%;

  align-items: center;
  gap: 20px;
  justify-content: center;
}

.allContinentalSection_header{
  margin-bottom: 10px;
  font-weight: bold;
}

.allContinentalSection_header_border{
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width:         fit-content;
  border-bottom: 3px solid #91c625;
  font-size: 20px;
}

.allContinentalSection_header_large{
  display: block;
  font-size: 32px;
}
.allContinentalSection_header_large img{
  margin-right: 5px;
}

.page_title .va{
  height: 475px;
  background-image: url(../images/nc6/wt6_page_title_bg.jpg);
}

.page_title .va .logo img{
  max-width: 328px;
}

.box_wrapper .box .deco__nc6{
  top: 40px; 
  right: 40px;
  padding: 0;
  background-image: none;
}
.box_wrapper .box .deco__nc6 img{
  width: 207px;
}

.page_title .va .tire img{
  max-width: 622px;
}

.box{
  line-height: 1.5;
}

.box_wrapper .box.nc6_box_bg_01,
.box_wrapper .box.nc6_box_bg_02,
.box_wrapper .box.nc6_box_bg_03,
.box_wrapper .box.nc6_box_bg_04,
.box_wrapper .box.nc6_box_bg_05{
  margin-bottom: 10px;
  background-size: cover;
}

.box_wrapper .box.nc6_box_bg_01{
  background-image: url(../images/nc6/box_01_bg.jpg);
}

.box_wrapper .box.nc6_box_bg_02{
  background-image: url(../images/nc6/box_02_bg.jpg);
}

.box_wrapper .box.nc6_box_bg_03{
  background-image: url(../images/nc6/box_03_bg.jpg);
}

.box_wrapper .box.nc6_box_bg_04{
  background-image: url(../images/nc6/box_04_bg.jpg);
}

.box_wrapper .box.nc6_box_bg_05{
  background-image: url(../images/nc6/box_05_bg.jpg);
}
.box_wrapper .box.nc6_box_bg_05 .top{
  margin-bottom: 110px;
}
.box_wrapper .box.nc6_box_bg_05 .top::before{
  line-height: 1;
}

.content_box_heading{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 29px;
}
.content_box_heading::before{
  display: block;
  margin-bottom: 0;
  color: #ffa500;
  content: attr(data-en);
  font-weight: bold;
  font-size: 16px;
}

.content-nc6{
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.content-nc6 .guideLink{
  margin-top: 30px;
  text-align: center;
}
.content-nc6 .guideLink a{
  position: relative;
  display: inline-block;
  padding: 10px 0;
  max-width: 100%;
  width: 500px;
  border-color: orange;
  border-radius: 20px;
  background: orange;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.content-nc6 .guideLink a::after{
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  color: #222;
  content: '\f0a9';
  font-size: 30px;
  font-family: FontAwesome !important;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.content_box_img{
  display: block;
  margin: 40px auto 0;
  max-width: 100%;
  height: auto;
}

.box_wrapper .box.box_01 .content-nc6 .content_box{
  margin: 0 !important;
  padding-right: 68px;
  padding-left: 68px;
  width: 100%;
  border: 1px solid #797979;
}
.box_wrapper .box.box_01 .content-nc6 .content_box .iframe_youtube{
  max-width: 100%;
}
.box_wrapper .box.box_01 .content-nc6 .content_box__href{
  padding-right: 72px;
  padding-bottom: 60px;
  padding-left: 72px;
  width: calc(50% - 5px);
}
.box_wrapper .box.box_01 .content-nc6 .content_box__href .content_box_heading{
  margin-bottom: 15px;
}

.horizontalUnit{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 995px;

  justify-content: space-between;
}

.horizontalItem{
  width: 450px;
}
.horizontalItem img{
  width: 100%;
  height: auto;
}

.borderLeft_heading{
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 4px solid #ffa500;
  color: #ffa500;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.0;
}

.horizontalItem_list{
  margin-bottom: 22px;
  font-size: 20px;
}
.horizontalItem_list li{
  padding-left: .5em;
  text-indent: -.5em;
}
.horizontalItem_list li::before{
  content: '・';
}

.content_box__section{
  margin: 29px auto 40px;
  max-width: 996px;
}
.content_box__section:last-child{
  margin-bottom: 0;
}

.dl_list01{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  justify-content: space-between;
}
.dl_list01> div{
  width: 45.3%;
  font-size: 22px;
}
.dl_list01 dt{
  padding: 3.5px 0;
  background-color: #ffa500;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.dl_list01 dd{
  margin-top: 10px;
  padding: 16px 10px;
  border: 1px solid #9d9d9d;
  background-color: rgba(34, 34, 34, .8);
  color: #ffa500;
  text-align: center;
  font-weight: bold;
}

.horizontalList01{
  display: -ms-flexbox;
  display: flex;

  gap: 20px;
}
.horizontalList01> li{
  padding: 20px 20px 14px;
  border: 1px solid #9d9d9d;
  background-color: #fff;
  background-color: rgba(34, 34, 34, .8);
  font-weight: medium;
  font-weight: bold;
  font-size: 18px;

  -ms-flex: 1;
      flex: 1;
}

.sideImg__heading{
  margin-bottom: 25px;
  color: #ffa500;
  text-decoration: underline;
  font-weight: bold;
  font-size: 30px;
}

.sideImg{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  align-items: center;
}

.sideImg__list{
  font-size: 26px;
  line-height: 1.6;

  -ms-flex: 1;
      flex: 1;
}
.sideImg__list li{
  position: relative;
}
.sideImg__list li::before{
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffa500;
  border-right: 2px solid #ffa500;
  content: '';
  vertical-align: middle;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.sideImg__imgWrapper{
  text-align: center;

  -ms-flex: 1;
      flex: 1;
}
.sideImg__imgWrapper img{
  height: auto;
}

.normalLv3Heading{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}

.dl_list02{
  margin-bottom: 80px;
}
.dl_list02> div{
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;

  gap: 4px;
}
.dl_list02> div img{
  display: block;
}
.dl_list02 dt{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 0 25px;
  width: 296px;
  background-color: rgba(255, 255, 255, .25);
  font-size: 28px;

  align-items: center;
}
.dl_list02 dd{
  -ms-flex: 1;
      flex: 1;
}
.dl_list02 dd img{
  width: 100%;
  height: auto;
}
.dl_list02 .dl_list_name{
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, .25);
  color: #ffa500;
}

.dl_list03{
  display: -ms-grid;
  display:     grid;

  gap: 8px 4px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.dl_list03> div{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;

  gap: 4px;
}
.dl_list03 dt{
  padding: 5px;
  background-color: rgba(255, 255, 255, .25);
  color: #ffa500;
  text-align: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.dl_list03 dt span{
  font-size: 32px;
}
.dl_list03 dd{
  padding: 0 14px 10px;
  min-height: 580px;
  background-color: rgba(255, 255, 255, .1);
  font-size: 18px;

  -ms-flex: 1;
      flex: 1;
}
.dl_list03 dd> div{
  position: relative;
  margin: 14px 0;
  padding-left: 22px;
}
.dl_list03 dd> div::before{
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 2.5px solid #ffa500;
  border-radius: 50%;
  content: '';
}

#komikomiExp{
  overflow: hidden;
  height: 1px;
  opacity: 0;
}

@media screen and (max-width: 600px){
  .allContinentalSection{
    height: 265px;
  }
  .allContinentalSection_header{
    margin-bottom: 0;
  }
  .allContinentalSection_header_border{
    font-size: 18px;
  }
  .allContinentalSection_header_large{
    font-size: 26px;
  }
  .allContinentalSection_header_large img{
    width: 28px;
    height: 28px;
  }
  .allContinentalSection_img{
    width: 70px;
    height: 70px;
  }
  .page_title .va{
    height: auto;
  }
  .box_wrapper .box .deco__nc6{
    top: 20px; 
    right: 20px;
  }
  .box_wrapper .box .deco__nc6 img{
    width: 125px; 
    height: auto;
  }
  .box_wrapper .box.nc6_box_bg_05 .top{
    margin-bottom: 40px;
  }
  .content_box_heading{
    font-size: 20px;
  }
  .box_wrapper .box.box_01 .content-nc6 .content_box .iframe_youtube{
    height: 250px;
  }
  .box_wrapper .box.box_01 .content-nc6 .content_box{
    padding: 20px;
  }
  .box_wrapper .box.box_01 .content-nc6 .content_box__href{
    width: 100%;
  }
  .horizontalUnit{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .horizontalItem{
    width: 100%;
  }
  .borderLeft_heading{
    font-size: 20px;
  }
  .horizontalItem_list{
    font-size: 16px;
  }
  .dl_list01{
    -ms-flex-direction: column;
        flex-direction: column;

    gap: 15px;
  }
  .dl_list01> div{
    width: 100%;
    font-size: 16px;
  }
  .horizontalList01{
    -ms-flex-direction: column;
        flex-direction: column;

    gap: 10px;
  }
  .horizontalList01> li{
    font-size: 14px;
  }
  .sideImg__heading{
    font-size: 22px;
  }
  .sideImg{
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .sideImg__list{
    font-size: 20px;
  }
  .sideImg__imgWrapper img{
    margin-top: 20px;
    width: 80%;
  }
  .normalLv3Heading{
    font-size: 18px;
  }
  .dl_list02{
    margin-bottom: 40px;
  }
  .dl_list02> div{
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 40px;
  }
  .dl_list02 dt{
    padding: 0 15px;
    width: 100%;
    font-size: 18px;
  }
  .dl_list02 .dl_list_name{
    text-align: center;
  }
  .dl_list03{
    display: block;
  }
  .dl_list03 dt{
    font-size: 16px;
  }
  .dl_list03 dt span{
    font-size: 25px;
  }
  .dl_list03 dd{
    padding: 0 10px 10px;
    min-height: 0;
    font-size: 16px;
  }
  .dl_list03 dd> div{
    margin: 10px 0;
  }
}
