@charset "utf-8";
/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.width960{
  width: 960px;
  margin: 0 auto;
}

/*
 kanban
======================================================= */
.kanban{
  /*margin-bottom: 40px;*/
}

/* Caution
======================================================= */
.cam-caution {
    text-align: center;
    margin-top: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.cam-caution img {
    width: 32px;
    height: auto;
}

/*.cam-caution a {
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #333;
}*/

.cam-caution a:hover {
    color: #bf0000;
}

.con-caution {
    background-color: #FFF8CE;
    width: 343px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.caution_txt {
    padding: 4% 4%;
}

.con-caution a {
    padding-bottom: 16px;
}

.caution {
    font-size: 12px;
}

@media(min-width:768px) {

    .con-caution {
        width: 702px;
        height: auto;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .caution_txt {
        padding: 2% 2%;
    }

    .con-caution a {
        font-size: 20px;
    }

    .caution {
        font-size: 14px;
    }

}

.area-limited {
	margin-top:15px;
	padding: 1px;
	border: 1px solid #eee; 
	background: #FFFFFF;
	border-radius:4px;
}
summary {
	display: block;
	text-align: center;
	background: #ececec;
}

summary::-webkit-details-marker {
	display: none;
}
.area-limited .summary_area{
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	font-weight: bold;
	color: #333333;
	width: 100%;
}
.icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.4s;
}

details[open] .icon {
	transform: rotate(180deg);
}

.icon::before,
.icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #bf0000;
}

.icon::before {
	left: 0;
	transform: rotate(45deg);
}

.icon::after {
	right: 0;
	transform: rotate(-45deg);
}
.area-limited details {
	background: #FFFFFF;
	padding: 3px;
  color:#333;
}
.area-limited details ul.target-prefecture {
	background: #FFFFFF;
	margin-top: 10px;
	}
.area-limited details ul.target-prefecture li{
    padding-left: 1em;
    text-indent: -1em;
}


.newcar-top-notice-message {
    padding: 8px 0;
    background-color: #f2f8fb;
}
.newcar-top-notice-messagebox {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1256px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
}
.newcar-top-notice-messagebox__text {
    position: relative;
    padding-left: 34px;
    margin: 0 8px 0 0;
    font-size: 12px;
    color: #006497;
    line-height: 18px;
}
.newcar-top-notice-messagebox__text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url(/newcar/common/img/icon/icon_notice.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.newcar-top-information {
    text-align: center;
}
.newcar-top-information__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.newcar-top-maintenance-modal {
    width: 760px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: auto;
    background: #fff;
    padding: 15px;
}
.newcar-modal .newcar-top-maintenance-modal {
    height: auto;
}
.newcar-top-maintenance-modal__content {
    text-align: center;
    font-weight: 700;
}
.newcar-top-maintenance-modal__title {
    margin: 40px 0 20px;
    font-size: 22px;
}
.newcar-top-maintenance-modal__date {
    margin-bottom: 20px;
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .newcar-top-maintenance-modal__date {
        font-size: 24px;
    }
}
.newcar-top-maintenance-modal__detail {
    font-size: 16px;
    margin: 20px 0 20px;
}





/*
 bnr_area
======================================================= */
.bnr_area{
  width: 616px;
  margin: 0 auto;
}
.bnr_area a{
  display: block;
}
.bnr_area a:hover{
  opacity: .8;
}
/*
floating
======================================================= */
.floating_area{
  width: 960px;
  margin: 0 auto;
  border-left: 1px solid;
  border-right: 1px solid;
}
.flotaing_list{
  margin: 0;
  padding: 0;
  width: calc(100% / 4);
  border-right: 1px solid #191c6d;
  font-size: 16px;
}
.flotaing_list .ecm-floating-navi{
  height: 52px;
}
.flotaing_list:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: #191c6d;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
}
.floating_area{
  height: 52px;
}
/*
about
======================================================= */
.about_step_area{
  box-sizing: border-box;
  width: 880px;
  margin: 0 auto 40px;
  display: flex;
  gap: 56px;
}
.about_step_list{
  width: 256px;
  position: relative;
  border: 1px solid #191c6d;
}
.about_step_list::after{
  content: "";
  width: 22px;
  height: 68px;
  background: url(https://r.r10s.jp/evt/event/autogoods/tireservice/campaign/point/_pc/img/20241101/about_ic_arrow.png);
  background-size: 100%;
  position: absolute;
  top: 36%;
  right: -42px;
}
.about_step_list:last-of-type::after{
  content: none;
}
._step_box{
  background-color: #191c6d;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 47px;
  padding-top: 5px;
}
._step_text{
  font-size: 20px;
  font-weight: normal;
}
._step_con{
  background-color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 21px 12px 18px;
  text-align: center;
  flex-wrap: wrap;
  line-height: 1.35;
}
._step_con_img{
  width: 81px;
}
._step_con_text{
  margin-bottom: 16px;
}

/* button01 */
.button01{
  width: 359px;
  margin: 0 auto;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #0b42b4;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
/* button02 */
.button02 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background: #0b42b4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button02 .buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
/*
merit
======================================================= */
.merit_list_area{
  gap: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.merit_list_box{
  width: 100%;
  display: flex;
  padding: 35px 0 38px;
  background-color: #fff;
}
.merit_list_img{
  width: 160px;
  margin-right: 56px;
  margin-left: 115px;
  margin-top: 4px;
}
.merit_list_ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.merit_list_ttl ._red{
  color: #bf0000;
}
.merit_list_text{
  font-size: 16px;
  line-height: 1.4;
}
.merit_pc{
  display: flex;
  flex-flow: column;
  flex: 1;
}
/*
comparison
======================================================= */
/* .comparison */
.comparison {
  color: #222222;
  position: relative;
  height: 100%;
}
.comparison_ttl_note{
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-bottom: 37px;
}

.comparison .comparisontable{
  width: 750px;
  margin: 0 auto;
}

.comparison .comparisontable table{
  width:100%;
  border-top:1px solid #191c6d;
  border-bottom:1px solid #191c6d;
}

.comparison .comparisontable thead th{
  font-size:20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
.comparison .comparisontable thead th + th{
  color:#cc0000;
}

.comparison .comparisontable tbody tr{
  padding-bottom:8px;
}

.comparison .comparisontable tbody tr th{
  font-size:20px;
  color:#ffffff;
  text-align: center;
  line-height: 1.7;
  background:#191c6d;
}

.comparison .comparisontable tbody tr td{
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  padding: 12px 0 21px;
}

.comparison .comparisontable tbody tr td + td{
  color:#cc0000;
}

.comparison .comparisontable tbody tr td span{
  font-size:15px;
}


.comparisonResult {
  color: #222222;
  letter-spacing: -.5em;
  width: 650px;
  margin: 0 auto 20px;
}
.comparisonResult .img,
.comparisonResult .txt {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.comparisonResult .img {
  width: 16%;
  margin-top: -14px;
  margin-left: 7px;
}
.comparisonResult .txt {
  width: 81%;
  padding-top: 2px;
}

.comparisonResult .txt ._sub{
  font-size: 24px;
}

.comparisonResult .price {
  color: #cc0000;
  font-weight: bold;
  font-size: 34px;
}
.comparisonResult .price .fsL {
  font-size: 46px;
}
.comparisonResult .price .fsLL {
  font-size: 56px;
}

.con-palr-16{
  width: 748px;
  margin: 0 auto;
}
.txt ._sub{
  font-weight: bold;
}
.riCenterWrap.riMb20{
  margin-top: 36px;
}
.comparison_text{
  font-size: 14px;
}

/*
review
======================================================= */
.review{
  padding-bottom: 49px;
}
.review .ecm-slider-slide:hover{
  cursor: auto;
}
.review_box{
  display: flex;
  gap: 16px;
  width: 880px;
  flex-wrap: wrap;
  margin: 0px auto 43px;
}
.review_box .ecm-slider-pagination-bullet.ecm-slider-pagination-bullet-active{
  background-color: #0b42b4;
}
.review_list{
  background-color: #f8f8f8;
  padding: 23px 21px;
  box-sizing: border-box;
  height: 226px;
  width: 432px;
}
.review_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 16px;
}
.review_ttl_ic{
  width: 64px;
  margin-right: 10px;
}
.review_text{
  font-size: 15px;
  border-top: 1px solid;
  padding-top: 14px;
}

.sub_note{
  font-size: 12px;
  margin: 15px auto 0;
  text-align: center;
}

/*
review
======================================================= */
.ticketprice .riTableInfo {
	width: 100%;
}
/* .ticketprice h3 {
  padding: 15px 0;
  background: #0b42b4;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
} */
.ticketprice .txt01 {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.ticketprice .txtOra {
  font-size: 36px;
  color: #cc0000;
  /*color: #ff7302;*/
  font-weight: bold;
}
.ticketprice .txt02 {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
}
.ticketprice .txt03 {
  font-size: 14px;
  color: #333;
  padding-bottom: 20px;
  
  text-align: center;
}
.ticketprice table th{
  padding: 14px 0;
  background: #191c6d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #7274a3;
}
.ticketprice table td {
  padding: 8px 0;
  border: 1px solid #191c6d;
  background: #fff;
  font-size: 16px;
  color: #191c6d;
  text-align: center;
  vertical-align: middle;
}
.ticketprice .riTableInfo{
  border: none !important;
  border-width: none !important;
  width: 590px;
  margin: 0 auto 76px;
}
.ticketprice ._small{
  font-size: 13px;
}
.ticketprice .border-trb{
  /* border-top: 2px solid #191c6d;
  border-right: 2px solid #191c6d;
  border-bottom: 2px solid #191c6d; */
}
.ticketprice .border-lr {
	/* border-top: 2px solid #191c6d;
	border-right: 2px solid #9db3e1;
	border-bottom: 2px solid #191c6d; */
}
.ticketprice .border-all{
	/* border-top: 2px solid #191c6d;
	border-right: 2px solid #9db3e1;
	border-bottom: 2px solid #9db3e1;
	border-left: 2px solid #191c6d; */
}
.ticketprice .border-bot{
	/* border-right: 2px solid #191c6d;
	border-bottom: 2px solid #9db3e1;
	border-left: 2px solid #191c6d; */
}
.ticketprice .border-bot02{
	/* border-right: 2px solid #191c6d;
	border-bottom: 2px solid #191c6d;
	border-left: 2px solid #191c6d; */
}

/* .flow */
.flow{
  background-color:#ebebeb ;
  padding: 30px 0;
}

.flow .conflowTtl{
  text-align: center;
  font-size:153.85%;
  font-weight: bold;
}

.flowStep {
  padding: 0 16px;
}

.flowStep .txt {
}
.flowStep .txt > p {
  padding: 0.5em;
  border-radius: 4px;
  background-color: #ffffff;
  font-size:115.38%;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}

.flowStep .txt .arrow{
  width:0;
  height: 0;
  border-top:10px solid #191c6d;
  border-left:17px solid transparent;
  border-right:17px solid transparent;
  margin: 0 auto 10px;
}
/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding-top: 74px;
  padding-bottom: 80px;
  color:#333;
}
.main_section._bg01::before{
  content: "";
  background-color: #e8eef9;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
title
======================================================= */
/* title01 */
.title01{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 51px;
  color:#333;
}
/* title02 */
.title02{
  margin-bottom: 49px;
}
.title02 .title_ic{
  width: 68px;
  margin: 0 auto 16px;
}
.title02 .h2_ic_area img{
  width: 100%;
}
.title02 h2{
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 36px;
  color:#333;
}
.ttl_note{
  font-size: 18px;
  line-height: 1.45;
  margin: -6px auto 34px;
  text-align: center;
}
/* title03 */
.title03{
  margin-bottom: 25px;
}
.title03 .title_text{
  position: relative;
  font-weight: bold;
  color: #191c6d;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 23px;
}
.title03 .title_text::after {
  width: 124px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #191c6d;
}
/* title04 */
.title04{
  font-size: 20px;
  font-weight: bold;
  color: #cc0000;
  margin-bottom: 26px;
}
/* title05 */
.title05{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}
/*
shop_area
======================================================= */
.shoplist_box{
  border: 1px solid #f1f1f1;;
  padding: 32px;
  background: #fff;
}
.shoplist_box a{
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.shoplist_box a:hover{
  text-decoration: underline;
}

/*
ranking_shop
======================================================= */
.col2-post {
	position: relative;
}
.col2-button {
  margin: 0 auto;
  position: relative;
  width: 358px;
}
.col2-button::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.col2-post #re-search-zip.input-post {
  width: 90.19%;
  border-radius: 5px;
  border: 1px solid #0b42b4;
  background: #fff;
  text-indent: 12px;
  font-size: 18px;
  color: #0b42b4;
  padding: 16px 0;
  outline: none;
  float: right;
}
.col2-post:after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 34px;
  height: 34px;
  background: no-repeat url(https://r.r10s.jp/evt/event/autogoods/tireservice/campaign/point/_cmn/img/20241101/post_icon.png);
  background-size: 100%;
  content: '';
}
.col2-button input[type="submit"] {
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #0b42b4;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.col2-button input[type="submit"]:hover{
  text-decoration: underline;
  cursor: pointer;
}
.contents-inner .__inner{
  padding: 0;
  /* background: #eff4fe; */
  margin-bottom: 32px;
}
.contents-inner .__inner:after{
  display: block;
  content:"";
  clear: both;
}
.postal{
  width: 530px;
  margin: 0 auto;
}
/* postal */
.postalTtl{
  text-align:center;
  font-size:42px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
}
.warning-text{
  padding:10px 10px 10px 10px;
  margin-bottom:20px;
  color:#bf0000;
  border:1px solid #bf0000;
}
.warning-text span{
  font-size:16px;
  font-weight:bold;
  display:flex;
  align-items:center;
}
.warning-text ul{
  padding:5px 5px 0px 12px;
  list-style-type:disc;
}
.warning-text li{
  list-style-position:inside;
  font-size:14px;
  list-style-type:disc;
}

/*
ranking_area
======================================================= */
.ranking_area .ecm-slider{
  background: #fff;
  padding: 32px 40px;
  border-radius: 4px;
}
/*
search_tire
======================================================= */
.search .search-box ._inner {
  width: 530px;
  margin: 0 auto;
  }
  .search .search-box ._inner:after{
    display: block;
    content:"";
    clear: both;
  }
  
  .search .search-box .select_btn {
    border: 1px solid #191c6d;
    color: #333;
    border-radius: 5px;
    background: #fff;
    font-size: 100%;
    width: 100%;
    margin-bottom: 16px;
    padding: 14px 0 21px;
    outline: none;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-appearance: none;
    position: relative;
  }
  
  .search .search-box .select_btn:after{
      position: absolute;
      top: 45%;
      right: 3.75%;
      width: 9.5px;
      height: 7.5px;
      background: no-repeat url(https://r.r10s.jp/evt/event/autogoods/tireservice/campaign/point/_cmn/img/20241101/arr_down.png);
      background-size: 100%;
      content: '';
  }
  
  .search .search-box .select_btn .label01,
  .search .search-box .select_btn .label02,
  .search .search-box .select_btn .label03{
    color: #333;
    line-height: 1.53;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-left: 16px;
    font-size: 18px;
  }
  
  .search .search-box .select01,
  .search .search-box .select02,
  .search .search-box .select03 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
     opacity: 0;
    position: relative;
    z-index: 2;
  }

  .search_tire .sggstInputWrap .rc-searchForm__textInput.select_btn{
    text-indent: 15px;
    font-size: 18px;
    margin-bottom: 32px;
    padding: 17px 0 16px;
  }
  .search_tire .searchSubmit01{
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 358px;
    height: 72px;
    margin: 0 auto;
    border-radius: 36px;
    background: #0b42b4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
  }
  .search_tire .searchSubmit01:hover span{
    text-decoration: underline;
  }
  .search_tire .searchSubmit01::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
  }

/*
campaign
======================================================= */
.campaign_box{
  margin: 0 auto;
  width: 616px;
}
.campaign_list + .campaign_list{
  margin-top: 10px;
}
.campaign_list:hover{
  opacity: 0.8;
}
/*
search_ticket
======================================================= */
.search_ticket_note{
  font-size: 18px;
  text-align: center;
  margin-top: -3px;
  padding-bottom: 29px;
}
.search_ticket_note span{
  font-weight: bold;
  font-size: 20px;
}
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto;
}
.search01 .search_box{
  border: 1px solid #0b42b4;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
}
.search01 .search_box_submit{
  width: 55px;
  background-color: #0b42b4;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.search01 .search_input{
  padding-left: 14px;
  font-size: 18px;
}
.search01 .search_box_ic{
  font-size: 26px;
}
/*
question
======================================================= */
.accordion_area .ecm-accordion-item{
  border: 1px solid #191c6d;
  border-radius: 4px;
  overflow: hidden;
}
.accordion_area .ecm-accordion-item + .ecm-accordion-item{
  margin-top: 12px;
}
.accordion_area ecm-accordion-trigger{
  font-size: 14px;
  color: #191c6d;
}
.accordion_area .ecm-accordion-panel-item{
  border-bottom: none;
  background-color: #fff;
  padding: 20px 16px 16px;
  line-height: 1.45;
}
.accordion_area .ecm-icon-help-outlined{
  font-size: 27px;
  color: #191c6d;
  margin-right: 11px;
  display: block;
}
.accordion_area .ecm-accordion-trigger{
  padding: 15px 7px;
  color: #333;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.accordion_area .ecm-accordion-trigger{
  position: relative;
  display: flex;
  padding: 16px 20px 20px 16px;
  background:#fff;
}
.accordion_area .ecm-accordion-trigger::after,
.accordion_area .ecm-accordion-trigger::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 16px;
  margin: auto 0;
  background-color: #191c6d;
  transition: all 0.5s;
}
.accordion_area .ecm-accordion-trigger::after{
  transform: rotate(90deg);
}
.accordion_area .ecm-accordion-trigger[aria-expanded=true].ecm-accordion-trigger::before {
  transform: rotate(90deg);
}
.accordion_area .ecm-accordion-panel{
  position: relative;
  font-size: 16px;
}
.accordion_area .ecm-accordion-panel::before{
  content: "";
  width: 936px;
  height: 1px;
  background-color: #191c6d;
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
}
.ecm-accordion-panel-item:hover{
  text-decoration: none;
}

.question .button01{
  margin-top: 32px;
}
.question .button01 .buttonLink{
  margin: 0 auto;
  width: 100%;
}

/*
precautions
======================================================= */
.precautions{
  color: #333;
}
.precautions_box{
  font-size: 16px;
  margin-bottom: 26px;
}
.precautions_box li{
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
/*
other
======================================================= */
.bnr_area01{
  width: 616px;
  margin: 0 auto 48px;
}
.bnr_area01 .bnr_list + .bnr_list{
  margin-top: 10px;
}
.bnr_area02{
  margin-left: 16px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
}
.bnr_area02 .bnr_list{
  min-width: 88px;
}
.bnr_area02 .bnr_list:last-of-type{
  margin-right: 16px;
}
.bnr_area02 .bnr_list + .bnr_list{
  margin-left: 12px;
}

.other a:hover{
  opacity: .8;
}

/*
floatingBnr
======================================================= */
.floatingNotification01 {
  position: fixed;
  padding: 0;
  right: 39.688vw;
  bottom: 6vw;
  z-index: 119;
  width: 21.333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingNotification01 a{
  color: #c0b000;
}
.floatingNotification01 button {
  display: block;
  position: absolute;
  top: -3.53vw;
  right: -2.937vw;
  border: none;
  width: 6.25vw;
  height: 6.25vw;
  background:url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_cmn/img/20240524/cmn_close.png) no-repeat;
  background-size: 100%;
  cursor:pointer;
  font-size: 3.125vw;
}
.floatingBnr_box{
  font-size: 3.75vw;
  font-weight: bold;
}

.floatingNotification02 {
  position: fixed;
  padding: 0;
  right: 30px;
  bottom: 116px;
  z-index: 119;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingNotification02 a:hover{
  opacity: .8;
}
.floatingNotification02 button {
  display: block;
  position: absolute;
  top: -3.53vw;
  right: -2.937vw;
  border: none;
  width: 6.25vw;
  height: 6.25vw;
  background:url(https://r.r10s.jp/evt/event/beauty/korea/campaign/_cmn/img/20240524/cmn_close.png) no-repeat;
  background-size: 100%;
  cursor:pointer;
  font-size: 3.125vw;
}