@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;
}
._holiday a {
  color: #ed0505 !important;
}
._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;
}

/* 出発モーダル */
#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._fixed._close{
  transform: translateY(-70px);
}



.mainHeader_topNav{
  align-items: center;
  flex-wrap: nowrap;
}

.mainHeader_mainMenu{
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
}
.mainMenu_closeBtn.oAndOpen{
  display: block;
  margin: 25px auto;
}
.mainMenu_closeBtn.oAndOpen span{
  position: relative;
  padding-left: 28px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 600;
}
.mainMenu_closeBtn.oAndOpen span:before{
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 1px;
  background-color: #FFF;
}
.mainMenu_closeBtn.oAndOpen span:after{
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 1px;
  background-color: #FFF;
}

.mainMenu_headerBtn{
  display: block;
  padding: 0;
  background-color: #FFF;
}
.mainMenu_headerBtn li.customerMenu_item{
  display: block;
  width: 100%;
}
.mainMenu_headerBtn  .customerMenu_item-login a{
  padding: 23px 22px 22px;
  background-color: #F8F1D4;
  border: none;
  line-height: 1;
}
.mainMenu_headerBtn .customerMenu_item-login a span{
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: 600;
}
.mainMenu_headerBtn  .customerMenu_item-login a span:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 24px;
  background-image: url(/s/cmn/img/mainHeader_icon_01.svg);
  background-size: 100% 100%;
}
.mainMenu_headerBtn  .customerMenu_item-search{
  margin: 0 0 0 0 !important;
}
.mainMenu_headerBtn  .customerMenu_item-search a{
  flex-direction: initial;
  width: 100%;
  min-width: auto;
  padding: 23px 22px 22px !important;
}
.mainMenu_headerBtn  .customerMenu_item-search a span{
  position: relative;
  display: inline-block;
  height: auto;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.mainMenu_headerBtn  .customerMenu_item-search a span:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/s/cmn/img/mainHeader_icon_04.svg);
  background-size: 100% 100%;
}

.mainMenu{
  padding-bottom: 24px;
  background-color: #FFF;
}
.mainMenu .mainMenu_link{
  border-top: 2px solid #DDD;
  border-bottom: none;
}
.mainMenu .oAndCWrap .mainMenu_link:before,
.mainMenu .oAndCWrap .mainMenu_link:after{
  width: 1px;
  background-color: #333;
}
.mainMenu .mainMenu_link:after{
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.mainMenu_bottomMenu{
  background-color: #F7F7F0;
  margin: 0;
  padding: 0 20px 24px 20px !important;
}
.bottomMenu_listBoxLink_title {
  text-align: center;
  font-size: 20px;
}
.mainMenu_bottomMenu .bottomMenu_listBoxLink{
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.mainMenu_bottomMenu .bottomMenu_listBoxLink .columnComp_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.mainMenu_bottomMenu .bottomMenu_listBoxLink .columnComp_box + .columnComp_box{
  border-left: 2px solid #DDD;
}
.mainMenu_bottomMenu .bottomMenu_listBoxLink .columnComp_box a{
  display: flex;
  align-items: center;
  padding: 8px 19px;
  border: none;
  background-color: transparent;
}
.mainMenu_bottomMenu .bottomMenu_listBoxLink .columnComp_box a img{
  width: 100%;
}

.customerMenu-topNaviMain{
  margin: 0 0 0 auto;
  padding: 14px 0 13px;
}

.customerMenu_item .customerMenu_link{
}

.customerMenu .customerMenu_item-myPage{
  margin: 0;
}

.customerMenu .customerMenu_item-login,
.customerMenu .customerMenu_item-rsv,
.customerMenu .customerMenu_item-customer{
  display: block;
  margin: 0;
}

.customerMenu-customer .customerMenu_item-login .customerMenu_link,
.customerMenu-customer .customerMenu_item-myPage .customerMenu_link {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
   .mainHeader_topNav {
	  padding: 11px 10px 11px 10px;
   }
   
   .customerMenu-misc .customerMenu_item .customerMenu_link{
	  padding: 2px 24px;
   }
   

   .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-customer .customerMenu_item-login .customerMenu_link{
	  padding-left: 23px;
   }

}

@media screen and (max-width: 767px), print and (max-width: 767px) {
	.customerMenu .customerMenu_item-rsv{
	  margin: 0 14px 0 10px;
	}
	.customerMenu .customerMenu_item-login .customerMenu_link:before,
	.customerMenu .customerMenu_item-myPage .customerMenu_link:before{
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 13px;
	  height: 16px;
	  background-image: url(/s/cmn/img/mainHeader_icon_01.svg);
	  background-size: 100% 100%;
	}
}


.mainMenu_actionBtn:before{
  background-image: none;
}
.mainMenu_actionBtn.oAndClose,
.mainMenu_actionBtn.oAndOpen{
  max-width: none;
  min-width: auto;
  width: 50px;
  height: 50px;
  margin-left: 18px;
  padding: 0;
  background-color: #ED0000;
}
.mainMenu_actionBtn.oAndClose:before,
.mainMenu_actionBtn.oAndOpen:before{
  display: none;
}
.mainMenu_actionBtn.oAndClose .oAcWord,
.mainMenu_actionBtn.oAndOpen .oAcWord{
  padding-top: 9px;
  font-size: 1rem;
  transform: scale(0.9);
  transform-origin: center;
  color: #FFF;
}
.mainMenu_actionBtn.oAndClose .oAcWord-ico{
  position: relative;
  width: 20px;
  height: 1px;
  margin: 5px 0;
  padding: 0;
  background-color: #FFF;
}
.mainMenu_actionBtn.oAndClose .oAcWord-ico:before{
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFF;
}
.mainMenu_actionBtn.oAndClose .oAcWord-ico:after{
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFF;
}

.mainMenu_actionBtn.oAndOpen .oAcWord-ico{
  position: relative;
  width: 20px;
  height: 10px;
  padding: 0;
}
.mainMenu_actionBtn.oAndOpen .oAcWord-ico:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFF;
}
.mainMenu_actionBtn.oAndOpen .oAcWord-ico:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFF;
}

.modal__container{
  backface-visibility: hidden;
}


/* 営業所検索 */
.salesOfficeArea{
  background-color: #f7f7f0;
}
.salesOfficeArea .columnComp_box{
  width: 100%;
}
.salesOfficeArea .sectionBlock_inner{
  padding: 36px 0 40px 0;
}

/* ==========================================================================
  slideArea
========================================================================== */



.slideArea{
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.nonSlideArea{
  margin: 0 auto;
  position: relative;
  width:100%;
}

.nonSlideArea > img{
  width: 100%;
}

.nonSlideArea .boxLink-typeDocRequest{
  font-size: 1.2rem;
  margin: 0;
  padding: 8px 28px 8px 12px;
  position: absolute;
  top: calc(74% - 0px);
  left: 18%;
  width: 65%;
}

.slideArea img{
  height: auto;
  width: 100%;
}

.slideArea_item{
  display: inline-block;
  vertical-align: middle;
}

.slider .slideArea_item:not(:first-child){
  display: none;
}
.slider.slick-initialized .slideArea_item:not(:first-child){
  display: initial; 
}

.slick-dots{
  display: flex;
  justify-content: center;
  padding: 15px;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.slick-dots > *{
  margin-right: 25px;
}

.slick-dots > *:last-child{
  margin-right: 0px;
}

.slick-dots button{
  color: transparent;
  display: block;
  background-color: #ccccc6;
  border: none;
  border-radius: 50%;
  height: 5px;
  padding: 0;
  width: 5px;
}

.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-next::before{
  transform: rotate(45deg);
}



/* ==========================================================================
  datepickerArea
========================================================================== */



.datepickerArea.sectionBlock{
  position: relative;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.datepickerArea.sectionBlock .headingBlock-styleType03.mainTitle{
  padding: 0px 19px 12px 19px;
}

.datepickerArea_tabWrap{
  width: 100%;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: -80px;
}

.datepickerArea .tabs_tabPanel{
  background-color: #ffffff;
  padding: 0 0 10px 0;
  margin-right: 14px;
  margin-left: 14px;
}


.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;
  width: 100%;
  padding: 13px 4px;
  font-size: 16px;
  font-weight: 600;
  border-top: 2px solid transparent;

}

.datepickerArea .tabs_navItem[aria-selected="true"] a{
  color: #ed0000;
  background: #fff;
  border-top: 2px solid #ed0000;
}

.datepickerArea .tabs_navItem[aria-selected="false"] a{
  height: 42px;
  background: #e6e6e6;
}

.tabs_tabPanel .headingBlock-styleType01{
  color: #333333;
  font-size: 1.7rem;
  margin-bottom: 8px;
  padding: 0 0 8px 18px;
  border-bottom: 1px solid #CCC;
}

.tabs_tabPanel .headingBlock-styleType01:before{
  height: 20px;
}

.tabs_tabPanel .headingBlock-styleInformatText{
  align-items: center;
}

.datepickerArea_inputArea{
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  padding: 18px 0 0 0;
}

.datepickerArea_inputBox{
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}

.datepickerArea_inputBox.datepickerArea_inputBox-column{
  align-items: baseline;
  justify-content: start;
  flex-direction: column;
}

.datepickerArea_inputBox:last-child{
  margin-bottom: 0px;
}

.datepickerArea_inputBox > div{
  width: 100%;
}

.datepickerArea_inputBox label{
 font-size: 1.4rem;
 min-width: 60px;
 padding-right: 13px;
}

.inputBox_inputSub{
  position: relative;
  width: 100%;
}

.inputBox_inputSub > input{
  border: 1px solid #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  padding: 9px 36px 9px 14px;
  position: relative;
  width: 100%;
}

div.inputBox_inputSub .ui-datepicker-trigger{
  background-image: url(/s/rootImg/index/inputBox_inputSub_img_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  font-size: 0;
  height: 19px;
  position: absolute;
  top: calc(50% - 9.5px);
  right: 14px;
  width: 17px;
  z-index: 10;
}

.datepickerArea_userTypeBox-SRM,
.datepickerArea_userTypeBox-PRM,
.datepickerArea_userTypeBox-SRMAndPRM{
  margin-top: 17px;
  justify-content:space-between;
}

.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: 0px;
}

.datepickerArea .columnComp_box{
  position: relative;
  width: calc(50% - 10px);
}

.datepickerArea .columnComp_box:first-child:last-child,
.datepickerArea .columnComp_box.columnComp_box-singleBox{
  width: 100%;
  display: flex;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.singleBox01 .index_biz_pic_sp{
  width: 120px;
  height: 90px;
  margin: 10px 0 15px 0;
}

.datepickerArea .columnComp_box.columnComp_box-singleBox .datepickerArea_childBox{
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 160px;
  gap: 4px;
}

.datepickerArea .columnComp.columnComp-type01{
  margin-top: 12px;
}

.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;
  align-items: center;
  justify-content: space-between;
}

.datepickerArea .datepickerArea_userTypeBox-normal .headingBlock-styleTypeLevel3 + p{
  /*margin-bottom: 50px;*/
  margin-bottom: 14px;
}

.datepickerArea_user{
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 15px 0px 10px 0px;*/
}

.datepickerArea_custom a{
  font-size: 1.0rem;
  font-weight:bold;
  line-height:1;
  padding:2px 2px;
  border-radius:7px;
  width: 70px;
}

.datepickerArea_custom .boxLink-typeCustom{
  font-size: 1.2rem;
  font-weight:bold;
  line-height:1;
  padding: 11px;
  border-radius:7px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
}


.datepickerArea .inputBox_TypeNumber{
  position: relative;
  width: 100%;
  height: 30px;
  padding: 8px 15px 8px 15px;
  font-size: 1.0rem;
  line-height: 1;
  background-color: #ffffff;
  border: none;
}

.datepickerArea .columnComp_box:last-child > p{
  margin-bottom: 16px;
}

.datepickerArea .arrowLink{
  font-size: 1.1rem;
  padding-right: 13px
}

.datepickerArea .boxLink{
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  padding: 8px 8px 6px 8px;
  width: 100%;
}

.datepickerArea .boxLink.boxLink-type01,
.datepickerArea .boxLink.boxLink-type02{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  max-height: 35px;
  margin: 0 auto;
}

.datepickerArea .boxLink::before{
  right: 8px;
}

.boxLink small{
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.datepickerArea .boxLink-type02.boxLink-typeTel{
  margin-top: 19px;
  min-height: 45px;
  padding: 12px 8px 10px 8px;
}

.boxLink-type02.boxLink-typeTel span{
  padding: 0 30px;
  position: relative;
}

.boxLink-type02.boxLink-typeTel span::after{
  background-image: url(/s/rootImg/index/datepickerArea_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  left: 0px;
  top: calc(50% - 12px);
  width: 23px;
}

.datepickerArea_userTypeBox-SRM .datepickerArea_val,
.datepickerArea_userTypeBox-PRM .datepickerArea_val,
.datepickerArea_userTypeBox-SRMAndPRM .datepickerArea_val{
  color: #ed0000;
  margin-bottom: 4px;
  padding-right: 6px;
}


#modalCallTel .headingBlock-styleType-modalBodyTitle{
  margin-bottom: 13px;
}

#modalCallTel .boxLink-typeTel{
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-bottom: 9px;
  width: 100%;
}

#modalCallTel .iconSet_freeDial{
  font-size: 1.2rem;
  margin-left: 10px;
  padding-left: 34px;
  position: relative;
}

#modalCallTel .iconSet_freeDial::before{
  background-image: url(/s/cmn/img/modalCallTel_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 25px;
}

#modalCallTel .noticeBox{
  border: 2px solid #e6e6e6;
  margin-top: 14px;
  padding: 20px;
  text-align: center;
}

.noticeBox_dl-weekday,
.noticeBox_dl-holiday{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.noticeBox_dl-weekday dd{
  margin-left: 18px;
}

.noticeBox_dl-holiday{
  color: #ed0000;
  margin-bottom: 8px;
}

.noticeBox_dl-holiday dd{
  margin-left: 20px;
}

#modalCallTel .noticeBox .telCallLink{
  color: #ed0000;
  text-decoration: underline;
}

.noticeBox_normalText{
  font-size: 1.1rem;
  text-align: left;
}

.noticeBox_dl-holiday + .noticeBox_normalText{
  text-align: center;
}

.noticeBox_normalText + .noticeBox_normalText{
  margin-top: 22px;
}


#modalCallTel .noticeBox hr{
  border-color:#cccccc;
  margin: 15px 0 0 0;
  padding-bottom: 14px;
  width: 100%;
}

#modalCallTel .noticeBox_title,
#modalCallTel .noticeBox_title-outside{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

#modalCallTel .noticeBox_title-outside{
  margin: 20px 0 0 0;
}

#modalCallTel .boxLink{
  padding-top: 11px;
  padding-bottom: 10px;
}


: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;*/
  position: relative;
  width: 100% !important;
  opacity: 1;
  /*flex-wrap: wrap;*/
}

#modalDatepicker .modalDatepicker_stepText{
  color: #333333;
  padding: 16px 1rem 0 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

#modalDatepicker .modalDatepicker_stepText.modalDatepicker_stepText-type02{
  padding-top: 0;
  padding-bottom: 15px;
}

#modalDatepicker .modalDatepicker_stepText > span:not(.modalDatepicker_swText){
  color: #ed0000;
}

#modalDatepicker .modalBase_body{
  /*min-height: 420px;*/
  padding: 20px 20px 30px 20px;
  position: relative;
}



.modalBase.modalBase-typeDatepicker{
  width: 100%;
  position: relative;
}


#modalDatepicker .ui-datepicker-group{
  width: 312px;
}


#modalDatepicker .ui-datepicker-calendar{
  table-layout: fixed;
  width: 100%;
}

#modalDatepicker .ui-datepicker-calendar tbody{
  /*display: block;*/
  display: table-row-group;
  padding: 12px 0;
}

#modalDatepicker .ui-datepicker-calendar tbody td{
  text-align: center;
  width: 14.286%;
}

#modalDatepicker .ui-datepicker-prev,
#modalDatepicker .ui-datepicker-next{
  display: block;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  /*top: calc(50% - -10px);*/
  top:0px;
  height: 20px;
  width: 20px;
}

#modalDatepicker .ui-datepicker-prev{
  left: 0px;
}

#modalDatepicker .ui-datepicker-next{
  right: 0px;
}

#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-header{
  width: 100%;
}

#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: 12px 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-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: 7.5%;*/
  /*width: 80%;*/
  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;
  border-radius: 50%;
}

#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;
  z-index: -1;
}
#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"]::before{
/*  background-color: #e6e6e6;*/
}

#modalDatepicker .modalBase_footer{
  padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  width: calc(100%);
  left: 0px;
}

#modalDatepicker #modalBase_footer{
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
  left: 20px;
}

#modalDatepicker .modalDatepicker_controller{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px 0px 10px;
}

#modalDatepicker .modalDatepicker_controller > *:last-child{
  margin-top: 20px;
  margin-left: 0px;
}

#modalDatepicker .boxLink-type02{
  letter-spacing: 0.5em;
  width: 100%;
}

#modalDatepicker .modalDatepicker_select{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

#modalDatepicker .modalDatepicker_select > span{
  font-size: 1.3rem;
  padding-right: 18px;
  min-width: 51px;
}

#modalDatepicker .modalDatepicker_searchCalendarMenuTime{
  border: 1px solid #cccccc;
  font-size: 1.3rem;
  padding: 12px 24px 12px 42px;
  position: relative;
  text-align: center;
  width: 100%;
}

#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: 10px;
  transform: rotate(135deg);
  width: 6px;
}

@media screen and (max-width: 374px) {
  #modalDatepicker .ui-state-default {
    font-size: 3.7vw;
  }

  #modalDatepicker .modalDatepicker_searchCalendarMenuTime {
    padding: 3.2vw 24px 3.2vw 42px;
  }
}

/* ==========================================================================
  sectionClmWrap
========================================================================== */



.sectionClmWrap .sideClmBlock{
  border-bottom: 2px solid #e6e6e6;
  padding: 20px 14px 20px 14px;
}



/* ==========================================================================
  sideClmBlock
========================================================================== */



.sideMenuWrap{
  margin-top: 15px;
}

.sideMenuWrap:first-child{
  margin-top: 0px;
}

.sideMenu_header{
  background-color: #ffffff;
  border-bottom: 1px solid #ed0000;
  padding: 8px 10px 8px 10px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oAndClose .sideMenu_header{
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sideMenu_title{
  color: #ed0000;
  font-weight: 600;
  font-size: 1.5rem;
}

.sideMenu_body{
  padding: 19px 20px 12px 20px;
}

.sideMenu_body > p{
  margin-bottom: 12px;
}

.sideMenu_item{
}

.sideMenu_item:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.sideMenu_item > a

.sideMenu_item > a:hover{
  text-decoration: underline;
}

.sideMenu_mainText{
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
}

.sideMenu_mainText::after {
  border-top: 1px solid #ed0505;
  border-right: 1px solid #ed0505;
  content: '';
  display: inline-block;
  height: 6px;
  margin-left: 6px;
  position: relative;
  top: -0.2em;
  right: 0;
  transform: rotate(45deg);
  width: 6px;
}

.sideMenu_desc{
  font-size: 1.3rem;
  margin-top: 1px;
}

.sideClmBlock .boxLink.boxLink-type01{
  border-color: #cccccc;
  color:#333333;
  font-weight: normal;
  margin-top: 16px;
  width: 100%;
}

.sideClmBlock .sideMenuWrap + .boxLink.boxLink-type01{
  margin-top: 24px;
}



/* ==========================================================================
  appealListArea
========================================================================== */



.appealListArea.sectionBlock{
  padding-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.appealListArea .headingBlock-styleType01{
  font-size: 1.3rem;
  padding: 18px 0px 0 0px;
  text-align: center;
}

.appealListArea .headingBlock-styleType01::before{
  display: none;
}

.appealListArea .headingBlock-styleType01 > strong{
  color: #ed0000;
  font-size: 1.9rem;
  line-height: 1;
  padding-top: 0.4em;
  position: relative;
}

.appealListArea .columnComp.columnComp-type02{
  justify-content: space-evenly;
}

.appealListBox{
  background-color: #f7f7f0;
  margin-bottom: 15px;
  padding: 13px 20px 25px 20px;
}

.appealListBox .columnComp_box{
  background-color: #ffffff;
  border: 4px solid #e6e6e6;
  margin-top: 10px;
  width: calc(50% - 5px);
}

.appealListBox .columnComp_box > a{
  display: block;
  overflow: hidden;
}

.appealListBox .columnComp_box:nth-child(-n+2){
  margin-top: 0px;
}

.appealListBox_item{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;

  padding: 84px 16px 26px 16px;
  position: relative;
}

.appealListBox_item > img{
  position: absolute;
  top: 7px;
  width: 68px;
}

.appealListBox .columnComp_box:nth-child(even) .appealListBox_item > img{
  top: 12px;
}

.appealListBox_title{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.appealListBox_desc{
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}

.appealListArea .boxLink-typeDocRequest{
  display: block;
  letter-spacing: 0.1em;
  margin: 30px 20px 0 20px;
  width: auto;
}

.appealListBox + p{
  padding: 0 20px 0 20px;
}



/* ==========================================================================
  caseArea
========================================================================== */



.caseArea{
  padding-bottom: 30px;
}

.caseArea .headingBlock-styleType01 {
  color: #333333;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 7px;
  padding: 0 0 0 18px;
  position: relative;
}

.caseArea .tandemListBox.tandemListBox-twoTandem{
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.caseArea .tandemListBox.tandemListBox-twoTandem > li{
  width: 100%;
}

.caseArea .tandemListBox.tandemListBox-twoTandem .tandemListBox_item{
  align-items: center;
  height: 100%;
  padding: 13px 16px 13px 16px;
}

.caseArea .tandemListBox_item dd{
  margin-top: 0px;
}

.caseArea .tandemListBox_icon{
  padding-right: 25px;
}

.caseArea .tandemListBox_icon > img{
  max-width: 56px;
}

.caseArea .boxLink-typeDocRequest{
  display: block;
  margin: 30px auto 0 auto;
  width: 100%;
}



/* ==========================================================================
  cardArea
========================================================================== */



.cardArea.sectionBlock{
  margin-bottom: 40px;
  padding: 0;
}

.cardArea .headingBlock-styleType01 {
  color: #333333;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 20px 10px;
  padding: 0 0 0 18px;
  position: relative;
}
.cardArea .headingBlock-lead{
  margin: 0 20px 20px;
}

.cardListBox{
  text-align: center;
  background-color: #ffefef;
  line-height: 1.6;
}

.cardArea .columnComp-type01 .columnComp_box{
  margin-top: 51px;
  width: 100%;
}

.cardArea .columnComp-type01 .columnComp_box:first-child{
  margin-top: 0px;
}

.cardList_text{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.cardList_item{
  position: relative;
  margin: 46px auto 0;
  padding: 52px 20px 27px;
  width: 100%;
  background-color: #fff;
}

/*.cardList_item:before{
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 81px;
  height: 81px;
  background-size: 100%;
  }*/

/*.cardList_item_abm:before{
  background-image: url(/s/rootImg/biz/cardList_icon_01.png);
}

.cardList_item_nbm:before{
  background-image: url(/s/rootImg/biz/cardList_icon_02.png);
}*/

.cardList_body img{
  width: 203px;
}

.cardList_title{
  border-bottom: none;
  font-size: 1.17rem;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.cardList_item > img{
  width: 63%;
}

.cardList_title .cardList_abbr{
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1;
}

.cardList_point{
  margin: 12px 5px 0;
}

.cardList_point > li{
  line-height: 1.7;
  margin-top: 0px;
  padding-left: 24px;
  position: relative;
  text-align: left;
}

.cardList_point > li:first-child{
  margin-top: 0px;
  margin-bottom: 10px;
}

.cardList_point > li::before{
  border-bottom: 2px solid #ed0505;
  border-left: 2px solid #ed0505;
  content: '';
  display: block;
  position: absolute;
  top: -0.1em;
  left: -3px;
  height: 4px;
  transition-property: transform;
  -ms-transform: translate(5px,6px) rotate(-45deg);
  transform: translate(5px,6px) rotate(-45deg);
  width: 11px;
}

.cardList_footer{
  border-top: 1px solid #cccccc;
  margin: 10px 5px 0;
  padding: 10px 0 0;
}

.cardList_desc{
  display: flex;
  font-size: 1.1rem;
  text-align: left;
}

.cardList_desc.cardList_desc-payMethod{
  margin-top: 6px;
}

.cardList_desc dt{
  padding: 0 14px 0 27px;
  position: relative;
  min-width: 39.6%;
}

.cardList_desc dt::before{
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.cardList_desc.cardList_desc-adjCycle dt::before{
  background-image: url(/s/rootImg/biz/card_icon_01.png);
  height: 13px;
  width: 16px;
}

.cardList_desc.cardList_desc-payMethod dt::before{
  background-image: url(/s/rootImg/biz/card_icon_02.png);
  height: 13px;
  left: 4px;
  width: 10px;
}

.cardList_desc dt::after{
  content: ':';
  display: inline-block;
  position: absolute;
  right: 0px;
  padding: 0 6px;
}

.cardList_desc dd{
}

.cardList_footer .boxLink.boxLink-type01{
  font-size: 1.5rem;
  margin: 10px auto 0;
  padding: 10px;
  position: relative;
  width: 100%;
  letter-spacing: 0.075em;
}

.modalBase.modalBase-typeCardSelect{
  width: 100%;
}

.modalBase-typeCardSelect .modalBase_body{
  padding: 25px 20px 25px 20px;
}

.modalBase-typeCardSelect .headingBlock-styleType01{
  font-size: 1.7rem;
}

.modalBase-typeCardSelect .sBsListBox{
  margin-top: 0px;
  margin-bottom: 30px;
  justify-content: space-evenly;
}

.modalBase.modalBase-typeCardSelect .sBsListBox > li{
  border: 4px solid #e5e5e5;
  margin-top: 12px;
  padding: 12px 24px 5px 24px;
  width: 100%;
}

.modalBase.modalBase-typeCardSelect .sBsListBox > li:nth-child(2){
  padding-bottom: 18px;
}

.modalBase.modalBase-typeCardSelect .sBsListBox_item > img{
  padding-bottom: 0px;
}

.modalBase.modalBase-typeCardSelect .sBsListBox li:nth-child(1) img{
  width: 131px;
}

.modalBase.modalBase-typeCardSelect .sBsListBox li:nth-child(2) img{
  width: 209px;
}

.modalBase.modalBase-typeCardSelect .cardList_title{
  border: none;
  margin-bottom: 5px;
  width: 100%;
}

.modalBase.modalBase-typeCardSelect .cardList_title .cardList_abbr{
  padding-bottom: 4px;
}

.modalBase.modalBase-typeCardSelect .boxLinkSet{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
}

.modalBase.modalBase-typeCardSelect .boxLinkSet .boxLink{
  margin-top: 10px;
  width: 100%;
}

.modalBase.modalBase-typeCardSelect .boxLinkSet .boxLink:first-child{
  margin-top: 0px;
}

.modalBase.modalBase-typeCardSelect .headingBlock-lead > a{
  color: #ed0505;
}



/* ==========================================================================
  box_linkList
========================================================================== */



.box_linkList{
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}

.box_linkList > ul{
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
}

.box_linkList li{
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  margin-top: 0px;
  padding: 0 0 0 0;
}

.box_linkList li:last-child{
  border-bottom: none;
}

.box_linkList a{
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 11px 22px 10px 10px;
  min-height: inherit;
  position: relative;
  width: 100%;
}

.box_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;
}




/* tabs_block2
----------------------------------------------------------------- */


.inquiries_inputArea.columnComp.columnComp-type01{
  flex-direction: row;
  padding-bottom: 10px;
}

.inquiries_inputArea .columnComp_box{
  width: 160px;
}


.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-size: 1.5rem;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
  padding-top: 1px;
  cursor: pointer;
}

.radio_type01 + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  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: 6px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;

}

.radio_type01:disabled,
.radio_type01 + label[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.input_note01 {
  font-weight: 600;
  font-size: 1.2rem;
}

.input_note02 {
  font-size: 1.1rem;
}

.datepickerArea .datepickerArea_userTypeBox-normal .columnComp_box:not(:first-child) .userTypeBox_btnSet{
  bottom: 0px;
  left: 0;
  width: 100%;
}

.datepickerArea #tabs_block2 .columnComp_box:last-child:not(.columnComp_box-singleBox) .boxLink:not(.columnComp_box-singleBox){
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}




/* ==========================================================================
  memberSttsArea
========================================================================== */



.memberSttsArea{
  background: url(/s/rootImg/index/memberSttsArea_img_01.jpg) 0 0 no-repeat #ffffff;
  background-size: cover;
  padding: 20px 20px 20px 20px;
  width: 100%;
}

.memberSttsArea .memberSttsArea_header{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
}

.memberSttsArea.oAndCWrap .typeOaC{
  height: 10px;
  font-size: 0;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 10px;
}

.memberSttsArea .typeOaC_panel{
  padding-top: 17px;
  margin-top: 11px;
  border-top: 1px solid #ecd499;
}

.memberSttsArea_name,
.memberSttsArea_pointVal,
.memberSttsArea_numberOfTimesVal{
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 0 0 35px;
  position: relative;
}

.memberSttsArea_name{
  font-size: 1.4rem;
  padding-bottom: 4px;
  font-weight: 600;
}

.memberSttsArea_name .memberSttsArea_val{
  padding-right: 6px;
}

.memberSttsArea_pointVal{
  line-height: 1.6;
  width: 100%;
}

.memberSttsArea_pointVal .memberSttsArea_val{
  font-size: 1.7rem;
  font-weight: 600;
  padding-right: 6px;
}

.memberSttsArea .memberSttsArea_pointVal .arrowLink{
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 0px;
}

.memberSttsArea_numberOfTimesVal{
  margin-top: 0px;
}

.memberSttsArea_numberOfTimesVal .memberSttsArea_val{
  font-size: 1.7rem;
  font-weight: 600;
}

.memberSttsArea_numberOfTimesVal > span{
  display: inline-block;
}

.memberSttsArea_numberOfTimesVal .numberOfTimesVal_info{
  font-size: 1.1rem;
  line-height: 1.3;
}

.memberSttsArea_name::after,
.memberSttsArea_pointVal::after,
.memberSttsArea_numberOfTimesVal::after{
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 16px;
}

.memberSttsArea-SRM .memberSttsArea_name::after{
  background-image: url(/s/rootImg/index/memberSttsArea-SRM_icon_01.png);
}

.memberSttsArea-SRM .memberSttsArea_pointVal::after{
  background-image: url(/s/rootImg/index/memberSttsArea-SRM_icon_02.png);
  top:0.2em;
}

.memberSttsArea-SRM .memberSttsArea_numberOfTimesVal::after{
  background-image: url(/s/rootImg/index/memberSttsArea-SRM_icon_03.png);
}

.memberSttsArea-PRM .memberSttsArea_name::after{
  background-image: url(/s/rootImg/index/memberSttsArea-PRM_icon_01.png);
}

.memberSttsArea-PRM .memberSttsArea_pointVal::after{
  background-image: url(/s/rootImg/index/memberSttsArea-PRM_icon_02.png);
  top:0;
}

.memberSttsArea-PRM .memberSttsArea_numberOfTimesVal::after{
  background-image: url(/s/rootImg/index/memberSttsArea-PRM_icon_03.png);
}

.memberSttsArea .arrowLink{
  font-size: 1.1rem;
  margin-left: 30px;
}

.memberSttsArea .columnComp-type02{
  justify-content: space-between;
}

.memberSttsArea .columnComp-type02 .columnComp_box{
  margin-top: 10px;
  width: calc(50% - 1.5%);
}

.memberSttsArea-SRM .boxLink.boxLink-typeMypage,
.memberSttsArea-PRM .boxLink.boxLink-typeMypage{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  height: 100%;
  line-height: 1.2;
  padding: 8px 8px 6px 8px;
  
}

.memberSttsArea-SRM .boxLink.boxLink-typeMypage > span,
.memberSttsArea-PRM .boxLink.boxLink-typeMypage > span{
  padding-left: 30px;
  position: relative;
}

.memberSttsArea-SRM .boxLink.boxLink-typeMypage > span::before,
.memberSttsArea-PRM .boxLink.boxLink-typeMypage > span::before{
  background-image: url(/s/cmn/img/typeMypage_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 19px;
}

.memberSttsArea-SRM .boxLink.boxLink-typeMypage > span::after,
.memberSttsArea-PRM .boxLink.boxLink-typeMypage > span::after{
  display: none;
}

.memberSttsArea-SRM .boxLink.boxLink-type01,
.memberSttsArea-PRM .boxLink.boxLink-type01{
  color: #333333;
  font-size: 1.2rem;
  height: 100%;
  line-height: 1.2;
  letter-spacing: inherit;
  padding: 8px 26px 6px 26px;
  width: 100%;
}

.memberSttsArea-SRM .boxLink.boxLink-type01{
  border-color:#e6e6e6;
}

.memberSttsArea-PRM .boxLink.boxLink-type01,
.memberSttsArea-PRM .boxLink.boxLink-type01::before{
  border-color: #dfa927;
}



/* ==========================================================================
  infoArea
========================================================================== */

.infoArea {
  padding: 20px;
  background-color: #F7F7F0;
}

.infoList{
  position: relative;
  margin-left: 28px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
.infoList:before{
  position: absolute;
  top: 0;
  left: -28px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/rootImg/index/index_icon_01.svg);
  background-size: 100% 100%;
}

.infoArea_panelWrap {
  position: relative;
  padding: 13px 33px 13px 10px;
  border-bottom: 2px solid #ED0000;
  background-color: #FFF;
}

.infoArea_titleWrap {
  position: relative;
  font-size: 12px;
  font-weight: normal;
}
.infoArea_titleWrap button{
  position: absolute;
  top: 4px;
  right: -23px;
  width: 13px;
  height: 13px;
  font-size: 0;
}
.infoArea_titleWrap button:before,
.infoArea_titleWrap button:after{
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(-50%);
    content: "";
    height: 13px;
    width: 1px;
    background: #ed0000;
    z-index: 2;
    transition: transform 100ms linear;
}
.infoArea_titleWrap button:before {
    transform: rotate(90deg);
}
.infoArea_titleWrap button:after {
    transform: rotate(90deg);
}
.infoArea_panelWrap.oAndClose button:before{
  transform: rotate(0deg);
}

.infoArea_panelWrap.oAndClose .cutText{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}

.infoArea_panel{
  padding-top: 8px;
}
.infoArea_panel a{
  text-decoration: underline;
}

.memberSttsArea.oAndCWrap .typeOaC,
.sideMenu_header button{
  height: 10px;
  font-size: 0;
  position: absolute;
  top: 14px;
  right: 0px;
  width: 10px;
}

.memberSttsArea.oAndCWrap .typeOaC{
  top: calc(50% - 5px);
  right: 5px;
}

.memberSttsArea.oAndCWrap .typeOaC::before,
.memberSttsArea.oAndCWrap .typeOaC::after,
.sideMenu_header button::before,
.sideMenu_header button::after{
  background: #ed0000;
  content: "";
  height: 10px;
  position: absolute;
  top: 0px;
  right: 12px;
  width: 2px;
  z-index: 2;
  transition: transform 100ms linear;
}

.memberSttsArea.oAndCWrap .typeOaC::before,
.memberSttsArea.oAndCWrap .typeOaC::after{
  background-color: #808080;
  right: 0px;
}

.memberSttsArea.oAndCWrap .typeOaC::before,
.sideMenu_header button::before{
  transform: rotate(90deg);
}

.memberSttsArea.oAndCWrap .typeOaC::after,
.sideMenu_header button::after{

  transform: rotate(90deg);
}

.memberSttsArea.oAndCWrap.oAndClose .typeOaC::before,
.oAndClose .sideMenu_header button::before{
  transform: rotate(0deg);
}

/* ==========================================================================
  typeOaC　開閉要素のワード切替
========================================================================== */



.typeOaC .oAcWord{
  display: none;
}

.typeOaC-open .oAcWord-atOpen{
  display: block;
}

.typeOaC-close .oAcWord-atClose{
  display: block;
}



/* ==========================================================================
  searchForArea　開閉要素のワード切替
========================================================================== */



.searchForArea{
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 40px;
}

.searchForArea .headingBlock-styleType01{
  color: #333333;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  position: relative;
}

.searchForArea .headingBlock-styleType01::before{
  background-color: #ed0505;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
}

.searchForArea .columnComp-type01 .columnComp_box{
  margin-right: 32px;
  width: 100%;
}

.searchForArea .columnComp-type01 .columnComp_box:last-child{
  margin-right: 0px;
}

.searchForArea_box-salesOffice{
  background-color: #ffffff;
  padding: 0 0 30px 0;
  position: relative;
}

.searchForArea_box-salesOffice .boxLink{
  padding-top: 9px;
  padding-bottom: 8px;
  min-width: 200px;
}

.searchForArea_box-salesOffice .boxLink-type01,
#modalCallTel .boxLink-type01{
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
}

.searchForArea_box-salesOffice .boxLink-type01 > span,
#modalCallTel .boxLink-type01 > span{
  padding-left: 33px;
  position: relative;
}

.searchForArea_box-salesOffice .boxLink-type01 > span::before,
#modalCallTel .boxLink-type01 > span::before{
  background-image: url(/rootImg/index/index_icon_03.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  left: 0px;
  top: calc(50% - 10px);
  width: 23px;
}


.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{
  padding-bottom: 27px;
}

.searchForArea_box-typeAndPrice .boxLink{
  display: block;
  margin: 30px auto 0 auto;
  width: 100%;
}

.modalBase-typeSearchAndLogin .inputSection:first-child {
  margin-bottom: 0px;
}

.modalBase.modalBase-typeSearchAndLogin .headingBlock-styleType01 {
  margin-bottom: 17px;
}

.modalBase.modalBase-typeSearchAndLogin label.inputNote {
  color: #808080;
  font-size: 1.1rem;
  margin-top: 6px;
  margin-bottom: 0px;
}

.modalBase.modalBase-typeSearchAndLogin .inputText {
  margin: 6px 0 12px 0;
}
.inputText,
.inputPassword{
  background: none;
  border: 1px solid #ccc;
}

.modalBase.modalBase-typeSearchAndLogin .sAlBtnBox {
  padding: 17px 0 0 0;
  text-align: center;
}

.modalBase.modalBase-typeSearchAndLogin .sAlBtnBox > .boxLink {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.modalBase.modalBase-typeSearchAndLogin .sAlBtnBox hr {
  border-top: 2px solid #e6e6e6;
  margin: 0 0 22px 0;
}

.modalBase.modalBase-typeSearchAndLogin .arrowLink-type02 {
  margin: 16px 0;
}

.modalBase.modalBase-typeCarSelect .sBsListBox{
  align-items: stretch;
  justify-content: space-between;
}

.modalBase.modalBase-typeCarSelect .sBsListBox > li {
  display: flex;
  align-items: center;
  margin: 17px 0 0 0;
  width: 44%;
}

.modalBase.modalBase-typeCarSelect .sBsListBox > li:nth-child(-n+2){
  margin-top: 0;
}

.modalBase.modalBase-typeCarSelect .sBsListBox_item{
  align-items: center;
  flex-direction: column;
}

.modalBase.modalBase-typeCarSelect .sBsListBox_item > p{
  font-size: 1.3rem;
  text-align: center;
}


/* searchForArea_popBox　
----------------------------------------------------------------- */


.searchForArea_popBox{
  background-color: #ffffff;
  border: 4px solid #e6e6e6;
  display: block;
  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::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;
}



/* ==========================================================================
  
  sBsListBox side-by-side List
========================================================================== */



.sBsListBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sBsListBox > li{
  margin-top: 10px;
  width: calc(50% - 10px);
}

.sBsListBox > li:first-child{
  margin-top: 0px;
}



.sBsListBox_item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.sBsListBox_item > img{
  padding-bottom: 15px;
  max-width: auto;
  width: auto;
}

.sBsListBox_item > p{
  padding-right: 18px;
  position: relative;
}

.sBsListBox_item > p::after{
  border-top: 1px solid #ed0505;
  border-right: 1px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  transform: rotate(45deg);
  width: 6px;
}



/* ==========================================================================
  campaignArea　キャンペーンエリア
========================================================================== */



.campaignArea{
  background-color: #f7f7f0;
  padding: 36px 0 40px 0;
}

.campaignArea .columnComp-type02 .columnComp_box{
  margin-top: 25px;
  width: calc(50% - 10px);
}

.campaignArea .columnComp-type02 .columnComp_box:nth-child(odd){
  margin-right: 10px;
}

.campaignArea .columnComp-type02 .columnComp_box:nth-child(even){
  margin-left: 10px;
}

.campaignArea .columnComp-type02 .columnComp_box:nth-child(-n+2){
  margin-top: 0px;
}

.campaignArea .columnComp_box:first-child,
.campaignArea .columnComp_box:nth-of-type(5n){
  margin-left: 0px;
}


.campaignArea .headingBlock-styleType02{
  display: inline-block;
  font-size: 1.9rem;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.campaignListBox_item img{
  margin-bottom: 10px;
  width: 100%;
}

.campaignListBox_typeIcon{
  display: inline-block;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 14px;
  padding: 5px 18px;
}

.campaignListBox_typeIcon:last-child{
  margin-bottom: 0px;
}

.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{
  line-height: 1.7;
}

.campaignArea .boxLink{
  display: block;
  margin: 26px auto 0 auto;
  width: 100%;
}



/* ==========================================================================
  reasonArea　キャンペーン
========================================================================== */


.reasonArea.sectionBlock{
  background-color: #ffffff;
  background-size: cover;
  padding: 36px 0 0px 0;
}

.reasonArea .sectionBlock_inner{
  width: 100%;
}

.reasonArea .headingBlock-styleType02{
  display: inline-block;
  font-size: 1.9rem;
  margin-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}

.reasonArea_box{
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  width: 100%;
}

.reasonListBox.columnComp-type03{
  background-color: transparent;
  padding: 0 0 0 0;
}

.reasonListBox.columnComp-type03 .columnComp_box{
  background-color: #ffffff;
  border: 5px solid #cfebf1;
  margin-bottom: 10px;
  padding: 30px 25px 12px 25px;
  width: 100%;
}

.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: 4px;
  order: 1;
  width: 100px;
}

.reasonListBox_title{
  color: #ed0000;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 0 43px;
  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: 7px;
  left: 0px;
  height: 40px;
  width: 35px;
}

.reasonListBox .columnComp_box:nth-child(1) .reasonListBox_title::before{
  background-image: url(/s/rootImg/index/reason_icon_01.png);
}

.reasonListBox .columnComp_box:nth-child(2) .reasonListBox_title::before{
  background-image: url(/s/rootImg/index/reason_icon_02.png);
}

.reasonListBox .columnComp_box:nth-child(3) .reasonListBox_title::before{
  background-image: url(/s/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: 2px solid #e6e6e6;
  margin-top: 0px;
  padding: 0 16px 0 0;
}

.reasonListBox_linkList.tandemListBox > li:last-child{
  border-bottom: none;
}

.reasonListBox_linkList a{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 10px 22px 10px 10px;
  min-height: inherit;
  position: relative;
  width: 100%;
}

.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: 20px auto 0 auto;
  width: 100%;
}

/*
  Modifier　説明　上下1行間
*/

.msArea_box{
  background:url(/s/rootImg/index/reason_bg_02.jpg) 0 0 no-repeat #cceaf1;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  padding: 225px 0 30px 0;
  width: 100%;
}

.msArea_boxInner{
  padding-left: 20px;
  padding-right: 20px;
}

.msArea_listAndTitle{
  background-color: rgba(256,256,256,1);
  margin-right: 100px;
  margin-left: auto;
  padding: 19px 14px 22px 14px;
  position: relative;
  text-align: center;
  width: 100%;
}

.msArea_title{
  color: #ed0505;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.msArea_desc{
  margin-bottom: 10px;
  padding-right: 7px;
  padding-left: 7px;
}

.msArea_desc em{
  color: #ed0505;
  font-weight: 600;
}

.msArea_pointList{
  display: flex;
}

.msArea_pointList img{
  margin-bottom: 7px;
}

.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: 16px;
  width: 31.3333333%;
}
.msArea_pointList.columnComp-type03 .columnComp_box:nth-child(2){
  padding-right: 15px;
  padding-left: 15px;
  width: 37.3333333%;
}
.msArea_pointList.columnComp-type03 .columnComp_box:nth-child(3){
  padding-left: 2px;
  width: 31.3333333%;
}

.msArea_pointList.columnComp-type03 .columnComp_box:last-child{
  border-right: none;
}

.msArea_pointList p{
  font-size: 1.0rem;
  width: 100%;
}

.msArea_pointList p > em{
  color: #ed0000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.msArea_box .boxLinkSet{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-right: 7px;
  padding-left: 7px;
  position: relative;

  width: 100%;
}

.msArea_box .boxLinkSet .boxLink{
  width: 100%;
}

.msArea_box .boxLinkSet .boxLink:last-child{
  margin-top: 31px;
}



/* ==========================================================================
  topicsArea　トピックス
========================================================================== */



.topicsArea{
  background-color: #f7f7f0;
  padding: 34px 0 40px 0;
}

.topicsArea .headingBlock-styleType02{
  display: inline-block;
  font-size: 1.9rem;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}

.topicsListBox.tandemListBox > li {
  display: flex;
  border-bottom: 2px solid #e6e6e6;
  margin-top: 0px;
  padding: 0;
}

.topicsListBox .tandemListBox_item{
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 79px;
  padding:12px 40px 13px 0;
  position: relative;
}

.topicsListBox .tandemListBox_item::before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  transform: rotate(45deg);
  width: 6px;
}

.topicsListBox_typeIcon{
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  padding: 5px 9px;
  text-align: center;
  min-width: 90px;
}

.topicsListBox_typeIcon.topicsListBox_typeIcon-info{
  background-color: #ef932a;
}

.topicsListBox_typeIcon.topicsListBox_typeIcon-storeSearch{
  background-color: #77a845;
}

.topicsListBox_typeIcon.topicsListBox_typeIcon-driveGuide{
  background-color: #9a6eb8;
}

.topicsListBox_date{
  color: #ed0000;
  font-size: 1.4rem;
  font-family: Futura;
  padding: 0 0 0 10px;
}
.topicsListBox_date > span:nth-of-type(2),
.topicsListBox_date > span:nth-of-type(3){
  padding-left: 4px;
}

.topicsListBox_desc{
  font-size: 1.3rem;
  padding: 5px 0 0 0;
}

.topicsArea :not(.boxLinkSet) > .boxLink {
  display: block;
  margin: 30px auto 0 auto;
  width: 85%;
}



/* ==========================================================================
  linkBtnListArea　アイコンリンクリスト
========================================================================== */



.linkBtnListArea{
  padding: 30px 0 30px 0;
}

.linkBtnListArea .columnComp-type03 .columnComp_box{
  margin-top: 10px;
  min-height: 70px;
  width: calc(50% - 5px);
}

.linkBtnListArea .columnComp-type03 .columnComp_box:nth-child(odd){
  margin-right: 5px;
}

.linkBtnListArea .columnComp-type03 .columnComp_box:nth-child(even){
  margin-left: 5px;
}

.linkBtnListArea .columnComp-type03 .columnComp_box:nth-child(-n+2) {
  margin-top: 0px;
}

.linkBtnListArea .boxLink{
  border-color: #cccccc;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  height: 100%;
  padding-left:55px;
  text-align: left;
  width: 100%;
  
}

.linkBtnListArea a[class*="linkBtnList-type"]::after{
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  

}

.linkBtnListArea .linkBtnList-type01::after{
  background-image: url(/s/rootImg/index/index_icon_02.png);
  height: 29px;
  left: 13px;
  top: calc(50% - 12px);
  width: 24px;
}

.linkBtnListArea .linkBtnList-type02::after{
  background-image: url(/s/rootImg/index/index_icon_03.png);
  height: 20px;
  left: 12px;
  top: calc(50% - 14px);
  width: 28px;
}

.linkBtnListArea .linkBtnList-type03::after{
  background-image: url(/s/rootImg/index/index_icon_04.png);
  height: 18px;
  left: 15px;
  top: calc(50% - 8.5px);
  width: 19px;
}

.linkBtnListArea .linkBtnList-type04::after{
  background-image: url(/s/rootImg/index/index_icon_05.png);
  height: 24px;
  left: 15px;
  top: calc(50% - 10px);
  width: 20px;
}

.linkBtnListArea .linkBtnList-type05::after{
  background-image: url(/s/rootImg/index/index_icon_06.png);
  height: 28px;
  left: 15px;
  top: calc(50% - 9px);
  width: 18px;
}

/* usualReserveModel */
#usualReserve .modalBase_header{
  background-color:white;
  color:black;
}

#usualReserve .modalBase_header .mainTitle{
  font-size: 13px;
  padding-bottom: 3px;
  border-bottom: 3px solid #ed0505;
}

#usualReserve .modalBase_close{
  width: 25px;
  height: 25px;
}

#usualReserve .modalBase_close::before{
  width: 2px;
  height: 25px;
  background: gray;
}

#usualReserve .modalBase_close::after{
  width: 2px;
  height: 25px;
  background: gray;
}

#usualReserve .modalBase_body{
  padding: 20px 20px 20px 20px;
}

#usualReserve .text-area{
  display: flex;
  flex-wrap: wrap;
}
  
#usualReserve .text-area .main-text{
  font-size: 14px;
}
  
#usualReserve .text-area .tips-text{
  padding-top: 5px;
  font-size: 11px;
}

#usualReserve .button-area a{
  width: 100%;
  font-size: 15px;
}

#usualReserve .button-area .boxLink-typeRsv{
  border-color: #ed0000;
  color: #ffffff;
  background-color: #ed0000;
}

#usualReserve .button-area .boxLink-typeRsv::before{
  border-color: #ffffff;
}

#usualReserve .btnBox-title {
  min-width: 46px;
  margin: 30px 10px 10px 0px;
  padding-left: 10px;
  font-size: 14px;
  border-left: 3px solid #ed0505;
}

#usualReserve .checkBox-area {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

#usualReserve .checkBox-area input{
  width: 20px;
  height: 20px;
}

/*-------noticeArea---------*/

.topmenu{
	width: 1080px;
	margin: 1rem auto 2rem;	
}

.topmenu_title{
	background-color: #ed0000;
    padding: 5px 10px;
    text-align: center;
	color: white;
	margin-top: 1rem;
	width: 250px;
	height: 35px;
}

.topmenu2{
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #e6e6e6;
}

.topmenu ul{
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-evenly;
	margin: 0 1rem 0 1rem;
}

.topmenu li{
	width: 270px;
	padding: 1rem 2rem 0 1rem;
}

.title2024{
	font-size: 1.5rem;
	color: #164a84;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 10px 10px;
}

.yajirushi::before{
	border-top: 2px solid #1589ee;
        border-right: 2px solid #1589ee;
        content: '';
        display: block;
        height: 6px;
        position: absolute;
        top: calc(50% - 5px);
        right: 13px;
        transform: rotate(45deg);
        width: 6px;
}

.NBM{
	padding: 2rem;
	background-color: #e7f8ff;
}

.ABM{
	padding: 2rem;
	background-color: #ffefef;
}

.cardbox{
	display: flex;
	flex-direction: column;
}

.cardbox_th_NBM{
	border-bottom: 1px dotted;
    text-align: center;
    width: 100%;
    padding-right: 2rem;
    font-size: small;
    font-weight: bold;
    align-content: center;
}

.cardbox_th_ABM{
	border-bottom: 1px dotted;
    text-align: center;
    width: 100%;
    padding-right: 2rem;
    font-size: small;
    align-content: center;
}

.cardbox_td{
	text-align: center;
}

.cardbox_text{
    margin-top: 20px;
}

.seisanbox{
	margin: 0 auto;
    background: white;
    padding: 1rem;
}

.nbmImg{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    height: auto;
}

.nbmImg img{
    max-width:50%;
}

.nbmLinkArrow{
    background-color: #ffffff;
    border: 1px solid #ed0505;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 12px 32px 11px 32px;
    position: relative;
    text-align: center;
    border-color: #1589ee;
    color: #1589ee
}

/* ==========================================================================
  #modalNbmSelect
========================================================================== */

#modalNbmSelect .modal__container{
  width: 375px;
  overflow: visible;
}

#modalNbmSelect .modalBase_header{
  color: #FFF;
  background-color: #ed0000;
}

#modalNbmSelect .modalBase_body{
  padding: 20px 10px;
}

.modalBase.modalBase-typeNbmSelect{
  width: 375px;
  position: relative;
}

#modalNbmSelect .modalSplitLayout{
  display: flex;
  min-height: 100px;
}

#modalNbmSelect .modalImageColumn{
  flex: none;
  border-radius: 8px;
  overflow: hidden;
}

#modalNbmSelect .modalPreviewImage{
  width: 100%;
  height: 100%;
  object-fit: none;
}

#modalNbmSelect .modalFormColumn{
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px;
}

#modalNbmSelect .modalPromptText{
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

#modalNbmSelect .modalLineNote{
  font-size: 1.2rem;
  color: #333;
}

#modalNbmSelect .userTypeBox_btnSet{
  margin-top: 40px;
  text-align: center;
  margin: 0 auto;
}

#modalNbmSelect .userTypeBox_btnSet a{
  width: 258px;
  font-size: 1.6rem;
  line-height: 1;
}

/* custom select */
.custom-select {
  position: relative;
  width: 255px;
  margin: 0 0 20px 0;
  z-index: 1;
}

.select-header {
  height: 30px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: border-color 0.2s;
  width: 100%;
}

.select-header:hover {
  border-color: #888;
}

.header-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.dropdown-arrow {
  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);
}

.options-container {
  position: fixed;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition:
          opacity 0.2s ease;
  opacity: 0;
}

.custom-select.active .options-container {
  max-height: 200px;
  opacity: 1;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.option-item {
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1.4;
  word-break: break-all;
  white-space: pre-wrap;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.option-item:hover {
  background: #f5f5f5;
}

.option-item:last-child {
  border-bottom: none;
}

.rounded-gray-div{
  background-color: #F7F7F0;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
}

.index_biz_header{
  width: 15px;
  height: 15px;
}

.usualReserve_text{
  color: #0059ff;
  text-decoration: underline;
}

.usualReserve_text:hover{
  color: #ff0000;
}

.link_type{
  font-weight: 600;
  font-size: 14px;
}

.boxLink_nbm{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin-top: 16px;
  height: 40px;
  padding: 8px 16px 6px 16px;
  width: 100%;
  background-color: #ed0505;
  border: 1px solid #ed0505;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.boxLink_nbm::before{
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  transform: rotate(45deg);
  width: 6px;
}

.box_nbm{
  border-radius: 6px;
  flex-direction: row;
  display: flex;
  gap: 10px;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.box_nbm .index_biz_pic{
  width: 120px;
  height: 90px;
  margin-top: 20px;
}

.box_nbm .inputErr{
  width: 205px;
}

.userTypeBoxBtnSet{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.datepickerArea_childBox ul{
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nbmInfo .format{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mypageMemberArea .format{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.new_format{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.smallNote{
  font-size: 80%;
}

.boxLink-typeNbm{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 42px;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  background-color: #ed0000;
  font-size: 15px;
}

.boxLink-typeNbm::before {
  right: 12px;
  height: 9px;
  width: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
}

.arrowLink-typeSwittch{
  font-size: 1.2rem;
  padding-right: 25px;
  color: #333333;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.arrowLink-typeSwittch::after {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  transform: rotate(45deg);
  width: 8px;
  box-sizing: border-box;
}

.arrowLink-typeSwittch01::after {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  box-sizing: border-box;
}

.item-link.arrowLink::after{
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 8px;
  height: 8px;
  right: 16px;
  box-sizing: border-box;
}

.boxLink-red{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 42px;
  max-width: 400px;
  width: 100%;
  color: #ed0000;
  background-color: #ffffff;
  padding: 12px 10px 12px 10px;
  font-size: 15px;
}

.boxLink-red::before {
  right: 12px;
  height: 9px;
  width: 9px;
  border-top: 2px solid #ed0000;
  border-right: 2px solid #ed0000;
  box-sizing: border-box;
}

.boxLink-white{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 42px;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  background-color: #ed0000;
  font-size: 15px;
}

.boxLink-white::before {
  right: 12px;
  height: 9px;
  width: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
}

.boxLink-red_type01{
  border: 2px solid #e6e6e6;
  display: flex;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 100;
  padding: 24px;
  position: relative;
  text-align: left;
}

.boxLink-red_type01::before {
  right: 16px;
  height: 9px;
  width: 9px;
  border-top: 2px solid #ed0000;
  border-right: 2px solid #ed0000;
  box-sizing: border-box;
}