@charset "utf-8";
.modalBase_body._to .ui-state-default._click:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  top: 2px;
  left: calc(50% - 17px);
  width: 34px;
  z-index: -1;
  background-color: #ed0505 !important;
}

._during {
  position: relative;
}
._during a {
  display: block;
  position: relative;
}
._during a:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  top: 2px;
  left: calc(50% - 17px);
  width: 34px;
  z-index: -1;
  background-color: #ffcaca;
}
._start-day:before {
background-color: #ed0505;
}
._start-day a{
color: #fff !important;
}
#modalDatepicker ._holiday .ui-state-default{
 color: #ed0000;
}

.ui-datepicker-current-day._holiday a,
 
.start-day._holiday a
._holiday._start-day a {

  color: #fff !important;
}

/* モーダル全体 */
.allWrap_inner > .modal > .modal__overlay,
.allWrap_inner > .modal > .modal__overlay > .modal__container {
  will-change: opacity;
}

.allWrap_inner > .modal > .modal__overlay > .modal__container {
  max-height: 100vh;
}

/* 出発モーダル */
#modalDatepicker ._from .ui-datepicker-current-day[data-handler="selectDay"] a:before,
#modalDatepicker ._from .ui-datepicker-current-day.ui-datepicker-today[data-handler="selectDay"] a:before {
  background-color: #ffbc00;
}

/* 返却モーダル */
#modalDatepicker ._to ._start-day[data-handler="selectDay"] a:before {
  background-color: #ffbc00;
}
#modalDatepicker ._to .ui-datepicker-days-cell-over.ui-datepicker-current-day._start-day[data-handler="selectDay"] a:before {
  background-color: #ffbc00;
}
#modalDatepicker ._to ._start-day._during[data-handler="selectDay"] a:before {
  background-color: #ffbc00;
}

#modalDatepicker ._to ._start-day[data-handler="selectDay"] .ui-state-active.ui-state-hover {
  color: #fff;
}
#modalDatepicker ._to ._start-day._during[data-handler="selectDay"] .ui-state-default {
  color: #fff;
}







/* ヘッダー周り */
.mainHeader{
  border-bottom: 1px solid #E2E2E2;
}
.mainHeader_topNav{
  padding: 11px 10px 11px 10px;
}
.mainHeader_topNav h1{
  width: 170px;
  height: 58px;
}
.customerMenu_item{
  height: auto;
  padding-bottom: 6px;
  line-height: 1;
}
.customerMenu-misc{
  margin-left: 56px;
}
.customerMenu-misc .customerMenu_item + .customerMenu_item{
  border-left: 2px solid #DDD;
}
.customerMenu-misc .customerMenu_item .customerMenu_link{
  padding: 2px 24px;
}
.customerMenu-misc .customerMenu_item:last-child .customerMenu_link{
  padding-right: 0;
}
.customerMenu-topNaviMain{
  margin-left: auto;
}
.customerMenu-topNaviMain .customerMenu_item + .customerMenu_item{
  margin-left: 32px;
}
.customerMenu-topNaviMain .customerMenu_link{
  min-width: auto;
}
.customerMenu_item-login .customerMenu_link,
.customerMenu_item-myPage .customerMenu_link,
.customerMenu_item-rsv .customerMenu_link,
.customerMenu_item-customer .customerMenu_link{
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}
.customerMenu_item-login .customerMenu_link,
.customerMenu_item-myPage .customerMenu_link{
  padding-left: 23px;
}
.customerMenu_item-login .customerMenu_link:before,
.customerMenu_item-myPage .customerMenu_link:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 19px;
  background-image: url('/cmn/img/mainHeader_icon_01.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.customerMenu_item-rsv .customerMenu_link{
  padding-left: 32px;
}
.customerMenu_item-rsv .customerMenu_link:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 19px;
  background-image: url('/cmn/img/mainHeader_icon_02.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.customerMenu_item-customer .customerMenu_link{
  padding-left: 26px !important;
}
.customerMenu_item-customer .customerMenu_link:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 19px;
  margin: 0;
  background-image: url('/cmn/img/mainHeader_icon_03.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.customerMenu_item-customer .customerMenu_link:hover {
  text-decoration: none !important;
}
.customerMenu-topNaviMain .customerMenu_item-search{
  margin-left: 30px !important;
  padding: 0 0 5px 0;
}
.customerMenu_item-search .customerMenu_link{
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #ED0000;
}
.customerMenu_item-search .customerMenu_link img{
  width: 17px;
  height: 17px;
}

/* マイページモーダル */
.inputText,
.inputPassword{
  background: none;
  border: 1px solid #ccc;
}
.modalBase_header .subTitle{
  display: flex;
  align-items: center;
  width: auto;
}

.modal__container{
  backface-visibility: hidden;
}


/* mv下のバナー */
.bannerArea{
  margin-top: 40px;
  text-align: center;
}
.bannerArea a:hover{
  opacity: 0.7;
}

/* 車種・料金 */
.carPriceArea{
  padding: 40px 0;
  background-color: #F7F7F0;
}
.carPriceArea .sBsListBox{
  justify-content: center;
}
.carPriceArea .sBsListBox li{
  width: 100%;
}



/* フッター周り */
.mainFooter{

}
.mainFooter_linkItemSet{
  display: flex;
  width: 1080px;
  margin: 0 auto;
  padding: 34px 0 44px;
}
.mainFooter_link{
  width: 100%;
}
.mainFooter_link-item{
}
.mainFooter_link-item + .mainFooter_link-item{
  margin-top: 13px;
}
.mainFooter_link-item a{
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #808080;
  font-size: 14px;
}
.mainFooter_link-item a:after{
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(-45deg);
}
.mainFooter_link-item a:hover{
  text-decoration: underline;
}

.infoPrize_inner img{
  width: auto;
  height: 80px;
}

/* 予約方法が変わりました！ */
.noticeArea{
  position: fixed;
  bottom: 141px;
  right: 8px;
  display: block;
  background-color: #ED0000;
  border: 1px solid #FFF;
  line-height: 1;
  z-index: 109;
}

.noticeArea.remove{
  display: none;
}

.noticeArea a{
  position: relative;
  display: block;
  padding: 22px 37px 22px 37px;
  color: #FFF;
}
.noticeArea a:before{
  position: absolute;
  top: 52%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.noticeArea_close{
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  width: 28px;
  height: 28px;
  font-size: 0;
  border: 1px solid #ED0000;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 1;
}
.noticeArea_close:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  height: 13px;
  width: 1px;
  background: #ED0000;
  z-index: 2;
}
.noticeArea_close:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  height: 13px;
  width: 1px;
  background: #ED0000;
  z-index: 2;
}


.returnTop{
  right: 36px;
}




.noticeArea_title{
  position: relative;
  padding-top: 37px;
  font-size: 18px;
  font-weight: 600;
}
.noticeArea_title:before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 52px;
  height: 24px;
  background-image: url('/rootImg/index/notice_ico.svg?2021032910');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.noticeArea_text{
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/* h2 */
.headingBlock-styleType01{
  margin-bottom: 18px;
  padding: 0 0 0 24px;
}

.headingBlock-styleType01::before{
  height: 100%;
  top: 0;
}

/* アプリ */
.appArea{
  position: relative;
  height: 303px;
  
}
.appArea .sectionBlock_inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.appArea .sectionBlock_inner:after{
  position: absolute;
  top: 0;
  right: -52px;
  content: "";
  width: 540px;
  height: 303px;
  background-image: url('/rootImg/index/app_bg.png');
  background-repeat: no-repeat;
  z-index: -1;
  
}
.appArea_image{
  position: static;
  width: 166px;
  margin: 38px 0 0 114px;
  z-index: 1;
}
.appArea_image img{
  width: 100%;
}
.appArea_unit{
  margin-left: 49px;
  text-align: center;
}
.appArea_sub{
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 0px 31px 0px 24px;
  color: #ED0000;
  font-size: 20px;
  font-weight: 600;
}
.appArea_sub:before{
position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%) rotate(-37deg);
    content: "";
    width: 1px;
    height: 28px;
    border-left: 2px solid #ED0000;
}
.appArea_sub:after{
  position: absolute;
  top: 47%;
  right: 7px;
  transform: translateY(-50%) rotate(37deg);
  content: "";
  width: 1px;
  height: 28px;
  border-left: 2px solid #ED0000;
}
.appArea_title{
  width: 447px;
  height: 36px;
  margin: 16px auto 0;
}
.appArea_list{
  display: flex;
  margin-top: 48px;
}
.appArea_item{
  display: flex;
  align-items: center;
}
.appArea_item + .appArea_item{
  margin-left: 40px;
}
.appArea_label{
  width: 138px;
}
.appArea_qr{
  width: 56px;
  margin-left: 4px;
  border: 3px solid #FFF;
}
.appArea_link{
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: #FCD22B;
}
.appArea_link span{
  width: 1080px;
  margin: 0 auto;
}
.appArea_link a{
  position: relative;
  display: block;
  width: 531px;
  padding-right: 17px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  line-height: 1;
}
.appArea_link a:after{
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg);
}
.appArea_link a:hover{
  text-decoration: underline;
}




/* ==========================================================================
  .appealArea
========================================================================== */



.appealArea{
  position: relative;
}



/* ==========================================================================
  slideArea
========================================================================== */



.slideArea{
  margin: 0 auto;
  height: 510px;
  width: 100%;
}

.nonSlideArea{
  margin: 0 auto;
  width:1280px;
}

.slick-list{
  height: 510px;
  width: 100%;
}

.slideArea .slick-slider .slick-track{
  height: 510px;
}

.slideArea .slick-slide > div{

}

.slideArea img{
  height: auto;
  width: 100%;
}

.slideArea_item{
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 510px;

  vertical-align: middle;
}

.slider .slideArea_item:not(:first-child){
  display: none;
}

.slider.slick-initialized .slideArea_item:not(:first-child){
  display: initial; /*slick-initialized*/
}

.slideArea_item > a{
  display: block;
  height: 100%;
  width: 100%;
}

.slick-dots{
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}

.slick-dots > *{
  margin-right: 20px;
}

.slick-dots > *:last-child{
  margin-right: 0px;
}

.slick-dots button{
  color: transparent;
  display: block;
  background-color: #ccccc6;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 10px;
  padding: 0;
  width: 10px;
}

.slick-active button{
  background-color: #ed0000;
}

.slideArea .slick-arrow{
  background-color: rgba(222, 230, 229, 0.8);
  border-radius: 50%;
  display: block;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  font-size: 0;
  width: 30px;
  z-index: 99;
}

.slideArea .slick-arrow.slick-prev{
  left: 16px;
}

.slideArea .slick-arrow.slick-next{
  right: 16px;
}

.slideArea .slick-arrow::before{
  border-top: 2px solid #4e5859;
  border-right: 2px solid #4e5859;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  transform: rotate(-135deg);
  width: 6px;
}

.slideArea .slick-arrow.slick-prev::before{
  left: calc(50% - 3px);
}

.slideArea .slick-arrow.slick-next::before{
  transform: rotate(45deg);
}


/* ==========================================================================
  datepickerArea
========================================================================== */



.datepickerArea{
  position: relative;
  margin: 0 auto;
  width: 1080px;
  z-index: 1;
}

.datepickerArea .sectionBlock_inner{
  position: absolute;
  top: initial;
  left: 0;
  padding-top: 10px;
  width: 460px;
}

.datepickerArea_tabWrap{
  box-shadow: 0 8px 6px rgba(51, 51, 51, 0.3);
  width: 100%;
}

.datepickerArea .tabs_tabPanel{
  background-color: #ffffff;
  padding: 14px 20px 18px 20px;
}

.datepickerArea .tabs_nav{
  display: flex;
  align-items: flex-end;
}

.datepickerArea .tabs_navItem{
  width: 50%;
}

.datepickerArea .tabs_navItem a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px;

}

.datepickerArea .tabs_navItem[aria-selected="true"] a{
  background-color: #ffffff;
  border-top: 2px solid #ed0505;
  color: #ed0505;
  padding: 10px;
}

.datepickerArea .tabs_navItem[aria-selected="false"] a{
  background-color: #e2e8e5;
  /*box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.1) inset;*/
  color: #333333;
  padding: 8px 10px;
  
}

.tabs_tabPanel .headingBlock-styleType01{
  color: #333333;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 20px;
}

.tabs_tabPanel .headingBlock-styleInformatText{
  align-items: center;
}

.datepickerArea_readLink{
  text-align: right;
  line-height: 1;
}
.datepickerArea_link{
  margin-top: 16px;
  text-align: center;
  line-height: 1;
}

.datepickerArea_link a.arrowLink{
  font-size: 16px;
}

.datepickerArea_readLink a:after,
.datepickerArea_link a:after{
  top: calc(50% - 4px);

}

.datepickerArea_user{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.datepickerArea_user p{
  font-size: 1.2rem;
}

.datepickerArea_inputArea{
  margin-top: 14px;
  background-color: #ffffff;
}

.datepickerArea_inputBox{
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #ed0505;
}

.datepickerArea_inputBox + .datepickerArea_inputBox{
  padding-top: 16px;
}

.datepickerArea_inputBox:last-child{
  margin-bottom: 0px;
}

.datepickerArea_inputBox-title{
 min-width: 46px;
 padding-left: 10px;
 font-size: 1.6rem;
 font-weight: bold;
 border-left: 4px solid #ed0505;
}

.datepickerArea_inputBox-inner{
  padding-left: 35px;
}

.datepickerStore_link{
  width: 100%;
  margin: 9px 0;
  text-align: right;
  line-height: 1;
}
.datepickerStore_link span{
  position: relative;
  display: inline-block;
}
.datepickerStore_link span + span{
  margin-left: 20px;
}
.datepickerStore_link span a{
  display: block;
  font-size: 1.2rem;
}
.datepickerStore_link-map{
  position: relative;
  padding-left: 14.5px;
}
.datepickerStore_link-map:before{
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 8.5px;
  height: 9px;
  background-image: url('/rootImg/index/datepicker_icon_01.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.datepickerStore_link-sky{
  position: relative;
  padding-left: 16px;
}
.datepickerStore_link-sky:before{
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url('/rootImg/index/datepicker_icon_02.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.inputBox_inputSub{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.inputBox_inputSub > label{
  padding-right: 12px;
  color: #545454;
  font-size: 1.3rem;
}

.inputBox_inputSub > input{
  position: relative;
  width: 300px;
  padding: 7px 15px;
  color: #424242;
  font-size: 1.2rem;
  line-height: 1;
  border: none;
  background-color: #f2f2f2;
}

div.inputBox_inputSub .ui-datepicker-trigger{
  background-image: url(/rootImg/index/inputBox_inputSub_img_01.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  /*display: block;*/
  display: none;
  font-size: 0;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px;
  z-index: 10;
}

div.inputBox_inputSub .dummy-ui-datepicker-trigger{
  background-image: url(/rootImg/index/inputBox_inputSub_img_01.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  font-size: 0;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px;
  z-index: 10;
}


.datepickerArea_carType{
  margin-top: 18px;
}
.datepickerArea_carType-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.datepickerArea_carType-title{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
.datepickerArea_carType-select{
  position: relative;
}
.datepickerArea_carType-select:after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 1px #ed0505;
  border-right: solid 1px #ed0505;
  transform: translateY(-50%) rotate(45deg);
}
.datepickerArea_carType-select select{
  width: 338px;
  padding: 5px 14px;
  font-size: 1.2rem;
}
.datepickerArea_carType-select select::-ms-expand {
  display: none;
}
.datepickerArea_carType-btn{
  display: none;
  width: 258px;
  margin: 0 auto;
}

.datepickerArea .columnComp.columnComp-type01{
  justify-content: space-between;
}

.inquiries_inputArea .columnComp.columnComp-type01,
.datepickerArea_userTypeBox-normal .columnComp.columnComp-type01{
  margin-top: 17px;
}

.datepickerArea_userTypeBox-SRM,
.datepickerArea_userTypeBox-PRM,
.datepickerArea_userTypeBox-SRMAndPRM{
  margin-top: 17px;
}

.datepickerArea_userTypeBox-SRM .columnComp.columnComp-type01:first-child,
.datepickerArea_userTypeBox-PRM .columnComp.columnComp-type01:first-child,
.datepickerArea_userTypeBox-SRMAndPRM .columnComp.columnComp-type01:first-child{
  margin-top: 17px;
}

.datepickerArea_userTypeBox-SRM .columnComp.columnComp-type01:last-child,
.datepickerArea_userTypeBox-PRM .columnComp.columnComp-type01:last-child,
.datepickerArea_userTypeBox-SRMAndPRM .columnComp.columnComp-type01:last-child{
  margin-top: 6px;
}

.datepickerArea .columnComp_box{
  position: relative;
  width: 200px;
}

.datepickerArea #tabs_block1 .datepickerArea_userTypeBox-normal .columnComp_box{
  width: 198px;
}

.datepickerArea .columnComp_box:first-child:last-child,
.datepickerArea .columnComp_box.columnComp_box-singleBox{
  width: 100%;
}

.datepickerArea .headingBlock-styleTypeLevel3{
  border-bottom: 1px solid #cccccc;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.datepickerArea .headingBlock-styleTypeLevel3:before{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border: 4px solid transparent;
  border-top: 4px solid #ffffff;
  z-index: 2;
}

.datepickerArea .headingBlock-styleTypeLevel3:after{
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -7px;
  border: 5px solid transparent;
  border-top: 5px solid #e6e6e6;
  z-index: 1;
}

.datepickerArea .datepickerArea_userTypeBox-SRM .headingBlock-styleTypeLevel3:before,
.datepickerArea .datepickerArea_userTypeBox-SRM .headingBlock-styleTypeLevel3:after,
.datepickerArea .datepickerArea_userTypeBox-PRM .headingBlock-styleTypeLevel3:before,
.datepickerArea .datepickerArea_userTypeBox-PRM .headingBlock-styleTypeLevel3:after,
.datepickerArea .datepickerArea_userTypeBox-SRMAndPRM .headingBlock-styleTypeLevel3:before,
.datepickerArea .datepickerArea_userTypeBox-SRMAndPRM .headingBlock-styleTypeLevel3:after{
  display: none;
}

.datepickerArea .datepickerArea_userTypeBox-SRMAndPRM .headingBlock-styleTypeLevel3{
  display: flex;
  justify-content: space-between;
}

.datepickerArea .inputBox_TypeNumber{
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 2px;
  padding: 7px 15px;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  border: none;
}

.datepickerArea_userTypeBox-SRM > p,
.datepickerArea_userTypeBox-PRM > p,
.datepickerArea_userTypeBox-SRMAndPRM > p{
  margin-bottom: 4px;
}

.datepickerArea .datepickerArea_userTypeBox-normal .columnComp_box:last-child > p{
  /*margin-bottom: 54px;*/
  margin-bottom: 16px;
}

.datepickerArea .arrowLink{
  font-size: 1.2rem;
}

.datepickerArea .boxLink{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin-top: 16px;
  min-height: 40px;
  padding: 8px 16px 6px 16px;
  width: 100%;
}

.datepickerArea .boxLink-type01.boxLink-typeTel{
  min-height: 45px;
  padding: 12px 8px 10px 8px;
}

.boxLink-type01.boxLink-typeTel span{
  padding: 0 30px 0 32px;
  position: relative;
}

.boxLink-type01.boxLink-typeTel span::after{
  background-image: url(/rootImg/index/datepickerArea_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  left: 0px;
  top: calc(50% - 12.5px);
  width: 25px;
}

.datepickerArea_userTypeBox-SRM .datepickerArea_val,
.datepickerArea_userTypeBox-PRM .datepickerArea_val,
.datepickerArea_userTypeBox-SRMAndPRM .datepickerArea_val{
  color: #ed0000;
  margin-bottom: 4px;
  padding-right: 6px;
}


:not(.modalBase_body) > #ui-datepicker-div{
  opacity: 0;
  overflow: hidden;
  height: 0;
}

#modalDatepicker #ui-datepicker-div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100% !important;
  opacity: 1;
  flex-wrap: wrap;
}

#modalDatepicker .modalDatepicker_stepText{
  color: #333333;
  padding: 41px 1rem 0 1rem;
  line-height: 1.1;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#modalDatepicker .modalDatepicker_stepText.modalDatepicker_stepText-type02{
  padding-top: 0;
  padding-bottom: 30px;
}

#modalDatepicker .modalDatepicker_stepText > span:not(.modalDatepicker_swText){
  color: #ed0000;
}

#modalDatepicker .modalBase_body{
  /*min-height: 420px;*/
  padding: 31px 68px 0px 68px;
  position: relative;
}

.modalBase.modalBase-typeDatepicker{
  width: 800px;
  position: relative;
}

#modalDatepicker .ui-datepicker-group{
  width: calc(50% - 20px);
}

#modalDatepicker .ui-datepicker-group-last{
  margin-left: 40px;
}

#modalDatepicker .ui-datepicker-calendar{
  table-layout: fixed;
  width: 100%;
}

#modalDatepicker .ui-datepicker-calendar tbody{
  /*display: inline-block;*/
}

#modalDatepicker .ui-datepicker-prev,
#modalDatepicker .ui-datepicker-next{
  display: block;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  /*top: calc(50% - -10px);*/
  top:232px;
  height: 20px;
  width: 20px;
}

#modalDatepicker .ui-datepicker-prev{
  left: 20px;
}

#modalDatepicker .ui-datepicker-next{
  right: 20px;
}

#modalDatepicker .ui-datepicker-prev::before{
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: 4px;
  right: 0px;
  transform: rotate(-135deg);
  width: 10px;
}

#modalDatepicker .ui-datepicker-next::before{
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0px;
  transform: rotate(45deg);
  width: 10px;
}

#modalDatepicker .ui-datepicker-prev.ui-state-disabled,
#modalDatepicker .ui-datepicker-next.ui-state-disabled{
  cursor: default;
}

#modalDatepicker .ui-datepicker-prev.ui-state-disabled a::before,
#modalDatepicker .ui-datepicker-next.ui-state-disabled a::before{
  border-color: #cccccc;
}


#modalDatepicker .ui-datepicker-title{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 7px 7px 7px;
  text-align: center;
}

#modalDatepicker .ui-datepicker-title .ui-datepicker-month{
  border: none;
  line-height: 1.1;
  font-size: 2.2rem;
  font-weight: 600;
}

#modalDatepicker .ui-datepicker-calendar thead tr{
  border-bottom: 1px solid #cccccc;
}

#modalDatepicker .ui-datepicker-calendar thead th{
  line-height: 1.1;
  padding: 9px 0;
}

#modalDatepicker .ui-datepicker-unselectable > *{
  color: #cecece;
}

#modalDatepicker .ui-state-default{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 13px 0;
  text-align: center;
  width: 42px;
  z-index: 1;
}

#modalDatepicker .ui-state-default{
  color: #333333;
  font-weight: 600px;
}

#modalDatepicker .ui-datepicker-unselectable .ui-state-default{
  color: #a3a3a3;
  font-weight: normal;
}

#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end:first-child:not(._holiday) .ui-state-default{
  color: #ed0000;
}

#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end:last-child:not(._holiday) .ui-state-default{
  color: #398bad;
}

#modalDatepicker .ui-datepicker-calendar tr td.shopHoliday .ui-state-default{
  color: #a3a3a3 !important;
  font-weight: normal !important;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"],
#modalDatepicker .ui-datepicker-today[data-handler="selectDay"],
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"]{/*  ui-datepicker-today ui-datepicker-days-cell-over*/
  position: relative;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"] a::before,
#modalDatepicker .ui-datepicker-today[data-handler="selectDay"] a::before,
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"] a::before{
    border-radius: 50%;
    content: "";
    display: block;
    height: 34px;
    position: absolute;
    top: 2px;
    left: calc(50% - 17px);
    width: 34px;
    z-index: -1;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"] .ui-state-default,
#modalDatepicker .ui-datepicker-today.ui-datepicker-current-day[data-handler="selectDay"] .ui-state-default,
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"] .ui-state-default,
#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end.ui-datepicker-current-day[data-handler="selectDay"]:first-child .ui-state-default,
#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end.ui-datepicker-current-day[data-handler="selectDay"]:last-child .ui-state-default{
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"] a::before,
#modalDatepicker .ui-datepicker-today.ui-datepicker-current-day[data-handler="selectDay"] a::before{
  background-color: #ed0505;
}
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"] a::before{
  background-color: #ed0505;
/*  opacity: 0.5;*/
}

#modalDatepicker .ui-datepicker-today[data-handler="selectDay"] .ui-state-default{
  position: relative;
  z-index: 1;
}

#modalDatepicker .ui-datepicker-today[data-handler="selectDay"] a::before{
/*  background-color: #e6e6e6;*/
}

#modalDatepicker .modalBase_footer{
  padding: 17px 31px 31px 31px;
  position: absolute;
  bottom: 14px;
  width: calc(100% - 136px);
  left: 68px;
}

#modalDatepicker #modalBase_footer{
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 136px);
  left: 68px;
}

#modalDatepicker .modalDatepicker_controller{
  display: flex;
  justify-content: center;
}

#modalDatepicker .modalDatepicker_controller > *:last-child{
  margin-left: 32px;
}

#modalDatepicker .boxLink-type02{
  letter-spacing: 0.5em;
  width: 200px;
}

#modalDatepicker .modalDatepicker_select{
  display: flex;
  align-items: center;
  position: relative;
}

#modalDatepicker .modalDatepicker_select > span{
  font-size: 1.4rem;
  padding-right: 16px;
}

#modalDatepicker .modalDatepicker_searchCalendarMenuTime{
  border: 1px solid #cccccc;
  padding: 12px 42px 12px 42px;
  position: relative;
  text-align: center;
  width: 156px;
}

#modalDatepicker .modalDatepicker_searchCalendarMenuTime:-ms-expand {
  display: none;
}

#modalDatepicker .modalDatepicker_select::before{
  border-top: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
  transform: rotate(135deg);
  width: 6px;
}


/* tabs_block2
----------------------------------------------------------------- */


.inquiries_inputArea{
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 11px 0;
  width: 100%;
}

.datepickerArea .inquiries_inputArea.columnComp.columnComp-type01{
  margin-top: 0;
}


.radio_type01 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.radio_type01 + label {
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
}

.radio_type01 + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  border: 1px solid #767676;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.radio_type01:focus + label:before {
  border-color: #1589ee;
  border-radius: 50%;
  box-shadow: 0 0 5px #1589ee;
}

.radio_type01:checked + label::after{
  background-color: #ed0000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 7px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;

}

.radio_type01:disabled,
.radio_type01 + label[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.input_note > li{
  color: #808080;
  font-size: 1.2rem;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.datepickerArea .datepickerArea_userTypeBox-normal .columnComp_box:last-child .userTypeBox_btnSet{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.datepickerArea #tabs_block2 .columnComp_box:last-child:not(.columnComp_box-singleBox) .boxLink{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}



/* ==========================================================================
  memberSttsArea
========================================================================== */
.memberSttsArea{
  width: 100%;
  padding: 0 20px;
  background-color: #F8F1D4;
}

.memberSttsArea .sectionBlock_inner{
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.memberSttsArea_header{
  width: 264px;
}
.memberSttsArea_name{
  position: relative;
  padding-left: 35px;
  font-size: 13px;
}
.memberSttsArea_name:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 19px;
  background-image: url('/cmn/img/mainHeader_icon_01.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.memberSttsArea_name .memberSttsArea_val {
  padding-right: 6px;
}

.memberSttsArea_body{
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 36px;
}
.memberSttsArea_pointVal{
  margin-right: 24px;
  font-size: 13px;
}
.memberSttsArea_pointVal span{
  color: #ED0000;
  font-size: 16px;
  font-weight: bold;
}
.memberSttsArea_logout{
  margin: 0 0 0 auto;
  font-size: 12px;
}
.memberSttsArea_logout a.arrowLink:after{
  top: calc(50% - 4px);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

.memberSttsArea_infoprm{
  margin: 0 0 0 50px;
  font-size: 13px;
}
.memberSttsArea_infoprm a.arrowLink:after{
  top: calc(50% - 4px);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

.memberSttsArea_body .memberSttsArea_mypage{
  margin-left: 24px;
}
.memberSttsArea_body .memberSttsArea_mypage a{
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: #FCD22B;
  line-height: 1;
}
.memberSttsArea_body .memberSttsArea_mypage a span{
  position: relative;
  padding-right: 20px;
}
.memberSttsArea_body .memberSttsArea_mypage a span:after{
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}



/* ==========================================================================
  infoArea
========================================================================== */
.infoArea{
  width: 100%;
  padding: 0 20px;
  background-color: #F7F7F0;
}

.infoArea .sectionBlock_inner{

}

.infoArea_box{
  display: flex;
  padding: 25px 0 20px 0;
}

.infoArea .headingBlock-styleType01{
  min-width: 105px;
  margin: 0px;
  padding-left: 33px;
  color: #ED0000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
}
.infoArea .headingBlock-styleType01:before{
  display: none;
}
.infoArea .headingBlock-styleType01:after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/rootImg/index/index_icon_01.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.infoArea_panelWrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #ED0000;
  background-color: #FFF;
}
.infoArea_panelWrap:hover > .infoArea_titleWrap p{
  text-decoration: underline;
}
.infoArea_panelWrap > a{
  display: block;
  width: 100%;
}
.infoArea_panelWrap button{
  height: 20px;
  font-size: 0;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 16px;
}
.infoArea_panelWrap button:before,
.infoArea_panelWrap button:after{
  background: #ed0000;
  content: "";
  height: 16px;
  position: absolute;
  top: 0px;
  right: calc(50% - 1px);
  width: 2px;
  z-index: 2;
  transition: transform 100ms linear;
}
.infoArea_panelWrap button:before{
  transform: rotate(90deg);
}
.infoArea_panelWrap button:after{
  transform: rotate(90deg);
}
.infoArea_panelWrap.oAndClose button:before{
  transform: rotate(0deg);
}

.infoArea_titleWrap{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
}
.infoArea_titleWrap p{
  color: #ed0000;
}

.infoList{
  position:relative;
  width: 100%;
  margin: -2px 0 0 13px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}

.infoList p{
  position: relative;
  padding-right: 17px;
  font-weight: normal;
  line-height: 1.7;
}

.infoList p:hover{
  /*text-decoration: underline;*/
}

.infoList p:after{
  border-top: 1px solid #ed0505;
  border-right: 1px solid #ed0505;
  content: '';
  display: none;
  height: 6px;
  position: absolute;
  top: 0.6em;
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.oAndCWrap .infoArea_panel.typeOaC_panel{
  width: 100%;
  padding: 0 40px 14px 20px;
}

.infoArea_panel a{
  text-decoration: underline;
}


/* ==========================================================================
  typeOaC
========================================================================== */



.typeOaC .oAcWord{
  display: none;
}

.typeOaC-open .oAcWord-atOpen{
  display: block;
}

.typeOaC-close .oAcWord-atClose{
  display: block;
}



/* ==========================================================================
  searchForArea
========================================================================== */



.searchForArea{
  background-color: #ffffff;
  padding: 0;
}

.searchForArea .searchForArea_box,
.searchForArea .columnComp{
  padding: 40px 0;
}
.searchForArea .columnComp{
  flex-wrap: nowrap;
}

.searchForArea .sBsListBox{
  justify-content: space-between;
  width: 1038px;
  margin: 32px auto 0;
}
.searchForArea .sBsListBox .sBsListBox_item img{
  padding-bottom: 13px;
}

.searchForArea .columnComp-type01 .columnComp_box{
  flex-wrap: nowrap;
  margin-right: 72px;
  width: 50%;
}

.searchForArea .columnComp-type01 .columnComp_box:last-child{
  margin-right: 0px;
}

.searchForArea .searchForArea_point{
  padding: 0;
}

.searchForArea_point-list{
  counter-reset: count 0;
  margin-top: 30px;
}

.searchForArea_point-item{
  margin-left: 83px;
  padding-left: 9px;
}

.searchForArea_point-item + .searchForArea_point-item{
  margin-top: 10px;
  padding-top: 14px;
  border-top: 2px solid #DDD;
}

.searchForArea_point-title{
  position: relative;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 600;
}

.searchForArea_point-title:before{
  position: absolute;
  top: 2px;
  left: -92px;
  content: "Point " counter(count);
  counter-increment: count 1;
  width: 80px;
  padding: 10px 0px 8px 4px;
  font-family: Futura;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  background-color: #ED0000;
  box-sizing: border-box;
}

.searchForArea_point-title:after{
  position: absolute;
  top: 12px;
  left: -13px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ed0000;
}

.searchForArea_point-text{
  margin-top: 5px;
  line-height: 1.6;
}

.searchForArea_point-link{
  margin-top: 7px;
  text-align: right;
}

.searchForArea_point-link a{
  padding-right: 23px;
  color: #ED0000;
}
.searchForArea_point-link a:after{
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
}

.searchForArea_box-salesOffice{
  background-color: #fafaf5;
  margin-top: 32px;
  padding: 40px 38px 40px 40px !important;
  position: relative;
}

.searchForArea_box-salesOffice .boxLink{
  padding-top: 6px;
  padding-bottom: 5px;
  min-width: 200px;
}

.searchForArea_box-salesOffice .boxLinkSet{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}

.searchForArea_box-salesOffice .boxLinkSet .boxLink:last-child{
  margin-top: 24px;
}

.searchForArea_box-typeAndPrice .boxLink{
  display: block;
  margin: 19px auto 0;
  width: 280px;
}

.modalBase.modalBase-typeCarSelect .sBsListBox > li {
  width: 50%;
}

.modalBase.modalBase-typeCarSelect .sBsListBox_item{
  align-items: center;
  flex-direction: column;
}


/* searchForArea_popBox
----------------------------------------------------------------- */


.searchForArea_popBox{
  background-color: #ffffff;
  border: 4px solid #e6e6e6;
  display: none;
  padding: 11px 11px 28px 28px;
  position: absolute;
  width: 296px;
  z-index: 100;
}

.searchForArea_popBox.oAndOpen{
  display: block;
}

.searchForArea_popBox.oAndClose{
  display: none;
}

.searchForArea_popBox.searchForArea_popBox-typeBottom:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

.searchForArea_popBox.searchForArea_popBox-typeBottom:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e6e6e6;
  z-index: 1;
}

.searchForArea_popBox.searchForArea_popBox-typeTop:before{
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  z-index: 2;
}

.searchForArea_popBox.searchForArea_popBox-typeTop:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e6e6e6;
  z-index: 1;
}

.searchForArea_popBox.searchForArea_popBox-typeLeft:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #ffffff;
  z-index: 2;
}

.searchForArea_popBox.searchForArea_popBox-typeLeft:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e6e6e6;
  z-index: 1;
}

.searchForArea_popBox.searchForArea_popBox-typeRight:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #ffffff;
  z-index: 2;
}

.searchForArea_popBox.searchForArea_popBox-typeRight:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #e6e6e6;
  z-index: 1;
}

#popBox_area01{
  bottom: 346px;
  left: calc(430px - 148px);
}

#popBox_area02{
  bottom: 180px;
  left: calc(369px - 148px);
}

#popBox_area03{
  bottom: 170px;
  left: calc(330px - 148px);
}

#popBox_area04{
  bottom: 124px;
  left: calc(290px - 148px);
}

#popBox_area05{
  bottom: 173px;
  left: calc(235px - 148px);
}

#popBox_area06{
  bottom: 173px;
  left: calc(173px - 148px);
}

#popBox_area07{
  bottom: 112px;
  left: calc(167px - 148px);
}

#popBox_area08{
  bottom: 155px;
  left: calc(96px - 148px);
}

#popBox_area09{
  bottom: 92px;
  left: calc(434px - 148px);
}

.popBox_header{
  width: 100%;
}

.popBox_header{
  margin-left: auto;
  padding-bottom: 9px;
}

.popBox_close{
  background-color: transparent;
  display: block;
  font-size: 0;
  height: 10px;
  margin-left: auto;
  position: relative;
  width: 10px;
}

.popBox_close::before{
  background: #ed0000;
  content: "";
  height: 10px;
  position: absolute;
  top: 0px;
  right: calc(50% - 1px);
  width: 1px;
  transform: rotate(-45deg);
  z-index: 2;
}

.popBox_close::after{
  background: #ed0000;
  content: "";
  height: 10px;
  position: absolute;
  top: 0px;
  right: calc(50% - 1px);
  width: 1px;
  transform: rotate(45deg);
  z-index: 2;
}

.popBox_title{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.popBox_body ul{
  /*display: flex;*/
  flex-wrap: wrap;
  width: 100%;
}

.popBox_body li{
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 16px 10px 0 0;
  min-width: calc(33.3333333% - 10px);
}

.popBox_body li:nth-child(-n+3){
  margin-top: 0px;
}

.popBox_body li:nth-child(3n){
  margin-right: 0px;
  padding-left: 0px;
}

.popBox_body a{
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 18px;
  position: relative;
}

.popBox_body a:hover{
  text-decoration: underline;
}

.popBox_body a::before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}




/* ==========================================================================
  campaignArea
========================================================================== */



.campaignArea{
  background-color: #F7F7F0;
  padding: 41px 0 40px;
}

.campaignArea .columnComp-type02 .columnComp_box{
  margin-top: 32px;
  margin-left: 33px;
  width: 245px;
}

.campaignArea .columnComp-type02 .columnComp_box:nth-child(-n+4){
  margin-top: 0px;
}

.campaignArea .columnComp_box:first-child,
.campaignArea .columnComp_box:nth-of-type(5n){
  margin-left: 0px;
}

.campaignArea .headingBlock-styleType01{
  margin-bottom: 33px;
}

.campaignListBox{

}

.campaignListBox_item a:hover img{
  opacity: 0.7;
}

.campaignListBox_typeIcon{
  display: inline-block;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 14px;
  padding: 6px 22px;
}

.campaignListBox_typeIcon.campaignListBox_typeIcon-nationwide{
  background-color: #607bc3;
}

.campaignListBox_typeIcon.campaignListBox_typeIcon-plan{
  background-color: #f86c91;
}

.campaignListBox_typeIcon.campaignListBox_typeIcon-area{
  background-color: #607bc3;
}

.campaignListBox_desc{
  margin-top: 12px;
  line-height: 1.7;
}

.campaignArea .boxLink{
  display: block;
  margin: 21px auto 0 auto;
  width: 280px;
}



/* ==========================================================================
  reasonArea
========================================================================== */


.reasonArea{
  /*background:url(/rootImg/index/reason_bg_01.jpg) 0 0 no-repeat #ffffff;*/
  background-color: #ffffff;
  background-size: cover;
  padding: 49px 0 0 0;
  width: 100%;
}

.reasonArea .sectionBlock_inner{
  width: 100%;
}

.reasonArea .headingBlock-styleType02{
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 49px;
  text-align: center;
  width: 100%;
}

.reasonArea_box{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  width: 1080px;
}

.reasonListBox.columnComp-type03{
  background-color: #ffffff;
  padding: 40px 38px 30px 38px;
}

.reasonListBox.columnComp-type03 .columnComp_box{
  margin-left: 79px;
  width: 280px;
}

.reasonListBox.columnComp-type03 .columnComp_box:first-child{
  margin-left: 0px;
}

.reasonListBox_item{
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  
}

.reasonListBox_icon{
  margin-bottom: 20px;
  order: 1;
}

.reasonListBox_title{
  color: #ed0000;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0 50px;
  position: relative;
  order: 2;
}

.reasonListBox_title::before{
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0px;
  height: 54px;
  width: 50px;
}

.reasonListBox .columnComp_box:nth-child(1) .reasonListBox_title::before{
  background-image: url(/rootImg/index/reason_icon_01.png);
}

.reasonListBox .columnComp_box:nth-child(2) .reasonListBox_title::before{
  background-image: url(/rootImg/index/reason_icon_02.png);
}

.reasonListBox .columnComp_box:nth-child(3) .reasonListBox_title::before{
  background-image: url(/rootImg/index/reason_icon_03.png);
}

.reasonListBox_desc{
  display: block;
  margin-bottom: 0px;
  min-height: 5.25em;
  order: 3;
  width: 100%;
}

.reasonListBox_linkList{
  order: 4;
}

.reasonListBox_linkList.tandemListBox > li{
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0px;
  padding: 0;
}

.reasonListBox_linkList.tandemListBox > li:last-child{
  border-bottom: none;
}

.reasonListBox_linkList a{
  display: flex;
  align-items: center;
  padding: 0 22px 0 10px;
  min-height: 71px;
  position: relative;
  width: 100%;
}

.reasonListBox_linkList a:hover span{
  text-decoration: underline;
}

.reasonListBox_linkList a::before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.reasonArea :not(.boxLinkSet) > .boxLink{
  display: block;
  margin: 40px auto 0 auto;
  width: 280px;
}

/*
  msArea_box
*/

.msArea_box{
  background:url(/rootImg/index/reason_bg_02.jpg) 0 0 no-repeat #ffffff;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding: 58px 0 80px 0;
  width: 100%;
}

.msArea_boxInner{
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}

.msArea_listAndTitle{
  background-color: rgba(256,256,256,0.9);
  margin-right: 100px;
  margin-left: auto;
  padding: 24px 44px 35px 55px;
  position: relative;
  text-align: center;
  width: 710px;
}

.msArea_title{
  color: #ed0505;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.msArea_desc{
  margin-bottom: 28px;
}

.msArea_desc em{
  color: #ed0505;
  font-weight: 600;
}

.msArea_pointList{
  display: flex;
}

.msArea_pointList img{
  margin-bottom: 8px;
}

.msArea_pointList.columnComp-type03 .columnComp_box{
  border-right: 1px solid #cccccc;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.msArea_pointList.columnComp-type03 .columnComp_box:nth-child(1){
  padding-left: 9px;
  padding-right: 32px;
  width: 168px;
}
.msArea_pointList.columnComp-type03 .columnComp_box:nth-child(2){
  padding-right: 22px;
  padding-left: 22px;
  width: 240px;
}
.msArea_pointList.columnComp-type03 .columnComp_box:nth-child(3){
  padding-left: 22px;
  width: 198px;
}

.msArea_pointList.columnComp-type03 .columnComp_box:last-child{
  border-right: none;
}

.msArea_pointList p{
  width: 100%;
}

.msArea_pointList p > em{
  color: #ed0000;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.msArea_box .boxLinkSet{
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  width: 100%;
}

.msArea_box .boxLinkSet .boxLink{
  width: 230px;
}

.msArea_box .boxLinkSet .boxLink:last-child{
  margin-left: 28px;
}



/* ==========================================================================
  topicsArea
========================================================================== */
.topicsArea{
  padding: 71px 0 40px;
}

.topicsArea .sectionBlock_inner{
  display: flex;
}

.topics_box{
  width: 50%;
}

.topics_box.topics_box_left,
.topics_box.topics_box_right{
  position: relative;
  padding-bottom: 50px;
}

.topics_box + .topics_box{
  margin-left: 72px;
}

.topics_box .arrowLink:after{
  border-top: 2px solid #ED0505;
  border-right: 2px solid #ED0505;
}

.headingBlock-styleType02{
  padding-left: 18px;
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 6px solid #ED0505;
}

.topics_box .tandemListBox{
  /* height: 300px; */
  margin: 31px 0 20px;
}

.topics_box .tandemListBox li{
  border-bottom: 1px solid #DDD;
}
.topics_box .tandemListBox li + li{
  margin-top: 12px;
}

.topics_box .tandemListBox li a{
  width: 100%;
  padding: 4px 0 5px;
}

.topicsListBox_date{
  display: block;
  font-family: Futura;
  color: #ed0505;
  line-height: 1;
}

.topics_link{
  display: flex;
  align-items: center;
  justify-content: center;
}

.topics_link.topics_link_left,
.topics_link.topics_link_right{
  position: absolute;
  bottom: 0;
}

.topics_link_left{
  left: 2.78%;
}

.topics_link_right{
  left: 50%;
  transform: translate(-50%, 0);
}

.topics_link .boxLink{
  width: 280px;
}

.topics_link .arrowLink{
  margin-left: 32px;
  padding-right: 24px;
  color: #ED0000;
  font-weight: bold;
}




/* ==========================================================================
  eigyoArea
========================================================================== */

.eigyoListBox_typeIcon{
  text-align: center;
}

.eigyoListBox_typeIcon:before{
  content: "【";
}

.eigyoListBox_typeIcon:after{
  content: "】";
}


/* ==========================================================================
  linkBtnListArea
========================================================================== */

.linkBtnListArea{
  padding: 137px 0 79px 0;
}
.linkBtnListArea_banner{
  width: 881px;
  margin: 0 auto;
}
.linkBtnListArea_banner a:hover{
  opacity: 0.7;
}
.linkBtnListArea_list{
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #E6E6E6;
}
.linkBtnListArea_item{
  width: 100%;
}
.linkBtnListArea_item:hover{
  opacity: 0.7;
}
.linkBtnListArea_item + .linkBtnListArea_item{
  margin-left: 32px;
}

/* ==========================================================================
  #modalBizLogin
========================================================================== */

#modalBizLogin .modal__container{
  width: 460px;
}

#modalBizLogin .modalBase_header{
  color: #FFF;
  background-color: #164A84;
}

#modalBizLogin .modalBase_body{
  padding: 40px 60px;
}

#modalBizLogin .userTypeBox_btnSet{
  margin-top: 40px;
  text-align: center;
}

#modalBizLogin .userTypeBox_btnSet a{
  width: 258px;
  font-size: 1.6rem;
  line-height: 1;
}

#modalBizLogin .modalUnit_number{
  margin-top: 12px;
}

#modalBizLogin .modalUnit_number input{
  width: 100%;
  margin-bottom: 7px;
  padding: 11px 15px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #F2F2F2;
  border: none;
}
#modalBizLogin .modalUnit_number a{
  font-size: 1.2rem;
}

#modalBizLogin .modalUnit_number .input_note{
  margin-top: 2px;
}

#modalBizLogin .modalUnit_number .inputErr{
  margin-top: 2px;
}

.boxLink > span{
  display: inline;
}