.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;
}

.allSeasonPageSection__cc7{
  border-bottom: none;
}

.page_title .va{
  height: 494px;
  background-image: url(../images/cc7/cc7_page_title_bg.jpg);
}

.box{
  line-height: 1.5;
}

.box_wrapper .box.cc7_box_bg_01,
.box_wrapper .box.cc7_box_bg_02,
.box_wrapper .box.cc7_box_bg_03,
.box_wrapper .box.cc7_box_bg_04,
.box_wrapper .box.cc7_box_bg_05{
  margin-bottom: 10px;
  background-size: cover;
}

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

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

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

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

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

.heading_Img{
  display: block;
  margin: 0 auto 22px;
}

.u_center{
  text-align: center;
}

.bl_confortUnit{
  display: -ms-grid;
  display:     grid;
  margin-top: 32px;

  gap: 6px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.bl_confortItem{
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, .33);
  text-align: center;
}

.bl_confortItem_heading{
  margin-bottom: 55px;
  font-size: 12px;
}
.bl_confortItem_heading::before{
  display: block;
  margin-top: 14px;
  margin-bottom: 8px;
  color: #ffa500;
  content: attr(data-en);
  font-style: italic;
  font-size: 20px;
  font-family: Roboto;
}

.head_banner{
  margin-top: 40px;
  height: auto;
}

.content_box_inner01{
  margin: 0 auto;
  max-width: 680px;
}
.content_box_inner01 img{
  max-width: 100%;
  height: auto;
}

.content_box_heading{
  margin-top: 15px;
  margin-bottom: 20px;
  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;
}

.itemArrowBottom{
  position: relative;
  margin: 28px auto 65px;
  width: 42px;
  height: 30px;
  background-color: #fff;
}
.itemArrowBottom::after{
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 36px 40px 0 40px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.mediaBox{
  -ms-flex-align: center;
  padding: 44px 48px;
  background-color: rgba(255, 165, 0, .85);
  line-height: 1.8;

  align-items: center;
}
.mediaBox__horizontal{
  display: -ms-flexbox;
  display: flex;
  padding: 44px 72px;

  gap: 52px;
}
.mediaBox__gray{
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: rgba(0, 0, 0, .75);
}
.mediaBox img{
  margin-bottom: 10px;
}

.mediaBox_body_heading{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
}
.mediaBox_body_heading span{
  font-size: .8em;
}

.content_box_txt{
  line-height: 1.8;
}

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

  gap: 10px;
}
.halfUnit> div{
  -ms-flex: 1;
      flex: 1;
}
.halfUnit> div .mediaBox:first-child{
  height: 100%;
}

.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)[5];
  grid-template-columns: repeat(5, 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;
  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: '';
}

.komikomi_outer{
  margin-top: 0;
  padding-top: 19px;
  background-color: #fff;
}

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

.section06_content{
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.content_dlList01,
.content_dlList02{
  padding: 34px 48px;
}
.content_dlList01> div,
.content_dlList02> div{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;

  align-items: flex-start;
}
.content_dlList01 dt,
.content_dlList02 dt{
  margin-right: 19px;
  padding-right: 9px;
  min-height: 24px;
  width: 108px;
  border-right: 2px solid #ffa500;
  color: #ffa500;
  line-height: 24px;
}
.content_dlList01 dt,
.content_dlList01 dd,
.content_dlList02 dt,
.content_dlList02 dd{
  min-height: 24px;
  line-height: 1.81;
}
.content_dlList01 dd,
.content_dlList02 dd{
  -ms-flex: 1;
      flex: 1;
}
.content_dlList01 dd strong,
.content_dlList02 dd strong{
  color: #ffa500;
  font-weight: bold;
}

.content_dlList01{
  margin-top: 70px;
  background-color: #444;
  color: #fff;
}
.content_dlList01> div:not(:last-child){
  margin-bottom: 13px;
}

.content_dlList02{
  margin-top: 34px;
  padding-bottom: 0;
}
.content_dlList02> div:not(:last-child){
  margin-bottom: 60px;
}

.split_img{
  width: 100%;
}

@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;
  }
  .sp-hide{
    display: none;
  }
  .page_title .va{
    height: auto;
  }
  .navi li a{
    font-size: 11px;
  }
  .box_wrapper .box.cc7_box_bg_05 .top{
    margin-bottom: 40px;
  }
  .bl_confortUnit{
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_confortItem{
    padding: 20px;
  }
  .bl_confortItem_heading{
    margin-bottom: 20px;
  }
  .content_box_heading{
    font-size: 20px;
  }
  .mediaBox{
    display: block;
    padding: 20px;
  }
  .mediaBox img{
    max-width: 100%;
    height: auto;
  }
  .mediaBox_body_heading{
    font-size: 20px;
  }
  .halfUnit{
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .halfUnit> div:last-child .itemArrowBottom{
    display: none;
  }
  .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;
  }
  .content_dlList01,
  .content_dlList02{
    padding: 20px 24px;
  }
  .content_dlList01> div,
  .content_dlList02> div{
    display: block;
  }
  .content_dlList01 dt,
  .content_dlList02 dt{
    margin-right: 0;
    padding-right: 0;
    width: auto;
    border-right: none;
  }
  .content_dlList01 dt,
  .content_dlList01 dd,
  .content_dlList02 dt,
  .content_dlList02 dd{
    font-size: 14px;
  }
  .content_dlList01{
    margin-top: 35px;
  }
  .content_dlList02{
    padding-bottom: 0;
  }
  .content_dlList02> div:not(:last-child){
    margin-bottom: 30px;
  }
}
