@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-customer .customerMenu_item-login .customerMenu_link,
.customerMenu-customer .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;
}


/* ==========================================================================
  slideArea
========================================================================== */



.slideArea{
  margin: 0 auto;
  height: 510px;
  width: 100%;
}

.nonSlideArea{
  margin: 0 auto;
  position: relative;
  width:1280px;
}

.appealArea .nonSlideArea .boxLink-typeDocRequest{
  margin: 0;
  position: absolute;
  top: 355px;
  left: 800px;
  width: 260px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.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;
  z-index: 1;
  background: #e6e6e6;
}

.datepickerArea .sectionBlock_inner{
  display: flex;
  padding: 30px;
}

.datepickerArea_tabWrap{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.datepickerArea .tabs_tabPanel{
  display: none;
  padding: 24px;
  background: #fff;
  border-radius: 0 4px 4px;
  box-shadow: 0 8px 6px rgba(51, 51, 51, 0.3);
  transform: translateY(-2px);
}

.datepickerArea .tabs_tabPanel:not([hidden]) {
  display: block;
}


.datepickerArea .tabs_nav{
  display: flex;
  align-items: flex-end;
}

.datepickerArea .tabs_navItem a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 600;
  border-top: 2px solid transparent;

}

.datepickerArea .tabs_navItem[aria-selected="true"] a{
  background-color: #ffffff;
  border-top: 2px solid #ed0505;
  color: #ed0505;
}

.datepickerArea .tabs_navItem[aria-selected="false"] a{
  background-color: #e2e8e5;
  color: #333333;
  height: 42px;
}

.tabs_tabPanel .headingBlock-styleType01{
  color: #333333;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 0 0 8px 20px;
  border-bottom: 1px solid #CCC;
}
.tabs_tabPanel .headingBlock-styleType01:before{
  height: 20px;
}

.tabs_tabPanel .headingBlock-styleInformatText{
  align-items: center;
}

.tabs_tabPanel .datepickerArea_userTypeBox-normal{
  /*margin-top: 28px;*/
}
.datepickerArea_user{
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 15px 0px 10px 0px;*/
}

.datepickerArea_user p{
  font-size: 1.2rem;
}

.datepickerArea_custom a{
  font-size: 1.0rem;
  font-weight:bold;
  line-height:1;
  padding:2px 2px;
  border-radius:7px;
  width: 70px;
}

.datepickerArea_inputArea{
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  padding: 23px 0 0 0;
}

.datepickerArea_inputBox{
  display: flex;
  margin-bottom:42px;
  width: 100%;
}

.datepickerArea_inputBox:last-child{
  margin-bottom: 0px;
}

.datepickerArea_inputBox > div{
  width: 100%;
}

.datepickerArea_inputBox label{

  font-size: 1.4rem;
  min-width: 100px;
  padding-right: 15px;
}

.inputBox_inputSub{
  position: relative;
  width: 100%;
}

.inputBox_inputSub > input{
  border: 1px solid #cccccc;
  font-size: 1.4rem;
  line-height: 1;
  padding: 12px 43px 12px 15px;
  position: relative;
  width: 100%;
}

div.inputBox_inputSub .ui-datepicker-trigger{
  background-image: url(/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: 21px;
  position: absolute;
  top: calc(50% - 10.5px);
  right: 12px;
  width: 19px;
  z-index: 10;
}

.inquiries_inputArea .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: 100%;
}
.datepickerArea .columnComp_box:first-child:last-child,
.datepickerArea .columnComp_box.columnComp_box-singleBox{
  width: 100%;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 20px;
}

.singleBox01 {
  width: 50%;
  display: flex;
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.singleBox01 .index_biz_pic{
  width: 139px;
  height: 87px;
}

.singleBox02 {
  width: 50%;
  display: flex;
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.singleBox02 .index_biz_pic{
  width: 77px;
  height: 87px;
}

.datepickerArea .columnComp_box.columnComp_box-singleBox .datepickerArea_childBox{
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 14px;
  height: 100%;
  width: 100%;
}

.datepickerArea_childBox .userLogout .input_note01{
  font-size: 1.3rem;
  padding-bottom: 25px;
}

.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{
  position: relative;
  width: 180px;
  min-height: 20px;
  margin-bottom: 2px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  background-color: #ffffff;
  line-height: inherit;
  font-family: inherit;
}

.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.5rem;
}

.datepickerArea .arrowLink::after{
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  box-sizing: border-box;
  text-align: left;
}

.datepickerArea .boxLink{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin-top: 16px;
  height: 49px;
  padding: 8px 16px 6px 16px;
  width: 100%;
}

.datepickerArea .columnComp_box-singleBox .boxLink{
  display: flex;
  height: 40px;
  margin: 0 auto;
}

.input_note01 {
  font-weight: 600;
  font-size: 1.2rem;
}

.input_note02 {
  font-size: 1.1rem;
}

.datepickerArea .userTypeBox_btnSet .input_note01{
  text-align: center;
}

.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-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"]::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"]::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_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{
  padding: 10px 0 11px 0;
  width: 100%;
}

.datepickerArea .inquiries_inputArea.columnComp.columnComp-type01{
  margin-top: 0;
}

.datepickerArea .inquiries_inputArea .columnComp_box{
  width: 180px;
  height: 25px;
}

.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: 26px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 1.6rem;
}

.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;
}

.datepickerArea .datepickerArea_userTypeBox-normal .columnComp_box:last-child:not(.columnComp_box-singleBox) .boxLink-type02{
  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%;
}



/* ==========================================================================
  sectionClmWrap
========================================================================== */



.sectionClmWrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 1080px;
}

.infoArea + .sectionClmWrap{
  padding-top: 20px;
}

.sectionClmWrap .sideClmBlock{
  width: 224px;
}





/* ==========================================================================
  sideClmBlock
========================================================================== */



.sideMenuWrap{
  border: 1px solid #cccccc;
  margin-top: 25px;
}

.sideMenuWrap:first-child{
  margin-top: 0px;
}

.sideMenu_header{
  background-color: #ed0000;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.sideMenu_title{
  color: #ffffff;
}

.sideMenu_body{
  padding: 19px 16px 19px 16px;
}

.sideMenu_item{
}

.sideMenu_item:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.sideMenu_item a:hover{
  text-decoration: underline;
}

.sideMenu_mainText{
  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: 13px;
  position: relative;
  top: -0.2em;
  right: 0;
  transform: rotate(45deg);
  width: 6px;
}

.sideMenu_desc{
  font-size: 1.2rem;
  margin-top: 5px;
}

.sideClmBlock .boxLink.boxLink-type01{
  border-color: #cccccc;
  color:#333333;
  font-weight: normal;
  margin-top: 16px;
  text-align: left;
  width: 100%;
}

.sideClmBlock .boxLink.boxLink-type01:hover{
  background-color:initial;
  color: initial;
  opacity: 0.7;
}

:not(.sideClmBlock) > .boxLink.boxLink-type01:hover{
  opacity: 0.7;
}

:not(.sideClmBlock) > .boxLink.boxLink-type01:hover::before{

}

.sideClmBlock .sideMenuWrap + .boxLink.boxLink-type01{
  margin-top: 24px;
}



/* ==========================================================================
  appealList
========================================================================== */



.appealListArea{
  padding-bottom: 50px;
}

.appealListArea .headingBlock-styleType01{
  font-size: 2.0rem;
  padding: 20px 20px 0 20px;
  text-align: center;
}

.appealListArea .headingBlock-styleType01::before{
  display: none;
}

.appealListArea .headingBlock-styleType01 > strong{
  color: #ed0000;
  font-size: 3.0rem;
  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 25px 30px 25px;
}

.appealListBox .columnComp_box{

  margin-top: 8px;
  width: 188px;
}

.appealListBox .columnComp_box > a{
  display: block;
  background-color: #ffffff;
  border: 4px solid #e6e6e6;
  height: 100%;
  width: 100%;
}

.appealListBox .columnComp_box > a:hover{
  border-color: #ed0000;
}

.appealListBox .columnComp_box:nth-child(-n+4){
  margin-top: 0px;
}

.appealListBox_item{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 116px 16px 26px 16px;
  position: relative;
}

.appealListBox_item > img{
  position: absolute;
  top: 23px;
  left: calc(50% - 40px);
}

.appealListBox_title{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.appealListBox_desc{
  font-size: 1.2rem;
  text-align: center;
}

.appealListArea .boxLink-typeDocRequest {
  display: block;
  margin: 50px auto 0 auto;
  width: 280px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.appealListBox + p{
  text-align: center;
}



/* ==========================================================================
  caseArea
========================================================================== */



.caseArea{
  padding-bottom: 120px;
}


.caseArea .tandemListBox.tandemListBox-twoTandem{
  flex-wrap: wrap;
  flex-direction: inherit;
  justify-content: center;
  margin-top: 30px;
}


.caseArea .tandemListBox.tandemListBox-twoTandem > li{
  width: 30%;
  margin: 30px;
}

.caseArea .tandemListBox.tandemListBox-twoTandem > li:nth-child(-n+2){
  margin-top: 0px;
}

.caseArea .tandemListBox.tandemListBox-twoTandem .tandemListBox_item{
  align-items: center;
  height: 100%;
  padding: 28px 25px 24px 25px;
}


.caseArea .tandemListBox.tandemListBox-twoTandem a:hover .tandemListBox_item{
  border-color: #ed0505;
}

.caseArea .tandemListBox.tandemListBox-twoTandem .tandemListBox_item dl{
  width: 100%;
}

.caseArea .boxLink-typeDocRequest{
  display: block;
  margin: 50px auto 0 auto;
  width: 280px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.075em;
}



/* ==========================================================================
  cardArea
========================================================================== */



.cardArea{
  padding-bottom: 60px;
}

.cardArea .headingBlock-lead{
  margin-bottom: 34px;
}

.cardListBox{
  text-align: center;
  background-color: #ffefef;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

.cardListBox .columnComp.columnComp-type01{
  justify-content: space-evenly;
}

.cardListBox .columnComp-type01 .columnComp_box{
  padding: 26px 24px 24px;
}

.cardList_text{
  font-size: 1.7rem;
  font-weight: bold;
}

.cardList_item{
  position: relative;
  margin: 20px 45px 0 ;
  padding: 30px 20px;
  width: 400px;
  background-color: #fff;
}
/*.cardList_item:before{
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background-size: 100%;
  }*/

/*.cardList_item_abm:before{
  background-image: url(/rootImg/index_biz/cardList_icon_01.png);
}

.cardList_item_nbm:before{
  background-image: url(/rootImg/index_biz/cardList_icon_02.png);
}*/

.cardList_body{
  min-height: 220px;
}

.cardList_title{
  margin-bottom: 25px;
  font-size: 1.3rem;
  text-align: center;
}

.cardList_title .cardList_abbr{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.cardList_point{
  margin-top: 10px;
  margin-bottom: 20px;
}

.cardList_point > li{
  margin-top: 12px;
  padding-left: 26px;
  position: relative;
  text-align: left;
}

.cardList_point > li:first-child{
  margin-top: 0px;
}

.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-top: 25px;
  padding-top: 19px;
}

.cardList_desc{
  display: flex;
  font-size: 1.2rem;
  text-align: left;
}

.cardList_desc.cardList_desc-payMethod{
  margin-top: 6px;
}

.cardList_desc dt{
  padding: 0 14px 0 27px;
  position: relative;
  min-width: 36%;
}

.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(/rootImg/index_biz/card_icon_01.png);
  height: 14px;
  width: 18px;
}

.cardList_desc.cardList_desc-payMethod dt::before{
  background-image: url(/rootImg/index_biz/card_icon_02.png);
  height: 14px;
  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{
  width: 280px;
  margin-top: 25px;
  padding: 12px 10px 11px 10px;
  font-size: 1.6rem;
  font-weight: normal;
}

.modalBase.modalBase-typeCardSelect{
  width: 800px;
}

.modalBase-typeCardSelect .modalBase_body{
  padding: 35px 60px 40px 60px;
}

.modalBase-typeCardSelect .sBsListBox{
  margin-top: 30px;
  margin-bottom: 33px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.modalBase.modalBase-typeCardSelect .sBsListBox > li{
  width: 320px;
}

.modalBase.modalBase-typeCardSelect .sBsListBox > li > a{
  display: block;
  border:4px solid #e5e5e5;
  height: 100%;
  padding: 25px 28px 25px 28px;
  width: 100%;
}

.modalBase.modalBase-typeCardSelect .sBsListBox > li > a:hover{
  border-color: #ed0000;
}

.modalBase.modalBase-typeCardSelect .sBsListBox_item > img{
  padding-bottom: 0px;
}

.modalBase.modalBase-typeCardSelect .cardList_title{
  border: none;
  margin-bottom: 10px;
  width: 100%;
}

.modalBase.modalBase-typeCardSelect .cardList_title .cardList_abbr{
  padding-bottom: 10px;
}

.modalBase.modalBase-typeCardSelect .boxLinkSet{
  display: flex;
  justify-content: space-around;
  margin-top: 28px;
  margin-bottom: 28px;
}

.modalBase.modalBase-typeCardSelect .boxLinkSet .boxLink{
  min-height: 50px;
  width: calc(33.3333333% - 15px);

}

.modalBase.modalBase-typeCardSelect .headingBlock-lead > a{
  color: #ed0505;
}

.modalBase.modalBase-typeCardSelect .headingBlock-lead > a:hover{
  text-decoration: underline;
}


/* ==========================================================================
  memberSttsArea
========================================================================== */



.memberSttsArea{
  background: url(/rootImg/index/memberSttsArea_img_01.jpg) 0 0 no-repeat #ffffff;
  background-size: cover;
  padding: 25px 0;
  width: 100%;
}

.memberSttsArea .sectionBlock_inner{

}

.memberSttsArea_name .memberSttsArea_val {
  padding-right: 6px;
}

.memberSttsArea .columnComp-type03 .columnComp_box:nth-child(1){
  padding: 0 20px 0 40px;
  width: 28.7%;
}

.memberSttsArea .columnComp-type03 .columnComp_box:nth-child(2){
  padding: 0 0px 0 30px;
  width: 42.6%;
}

.memberSttsArea.memberSttsArea-SRM .columnComp-type03 .columnComp_box:nth-child(2){
  border-left: 1px solid #ed0000;
}

.memberSttsArea.memberSttsArea-PRM .columnComp-type03 .columnComp_box:nth-child(2){
  border-left: 1px solid #dfa927;
}

.memberSttsArea .columnComp-type03 .columnComp_box:nth-child(3){
  padding: 0 23px 0 23px;
  text-align: right;
  width: 28.7%;
}

.memberSttsArea .boxLink.boxLink-typeMypage{
  min-width: 70px;
}

.memberSttsArea_name,
.memberSttsArea_pointVal,
.memberSttsArea_numberOfTimesVal{
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 0 40px;
  position: relative;
}

.memberSttsArea_name{
  font-size: 1.6rem;
  padding-bottom: 17px
}

.memberSttsArea_name .memberSttsArea_val{
  padding-right: 6px;
}

.memberSttsArea_pointVal{
  line-height: 1;
}

.memberSttsArea_pointVal .memberSttsArea_val{
  font-size: 1.8rem;
  padding-right: 6px;
}

.memberSttsArea .memberSttsArea_pointVal .arrowLink{
  display: inline-block;
  margin-top: 11px;
  margin-left: 0px;
}

.memberSttsArea_numberOfTimesVal{
  margin-top: 21px;
}

.memberSttsArea_numberOfTimesVal .memberSttsArea_val{
  font-size: 1.8rem;
}

.memberSttsArea_numberOfTimesVal > span{
  display: inline-block;
}

.memberSttsArea_numberOfTimesVal .numberOfTimesVal_info{
  font-size: 1.2rem;
}

.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(/rootImg/index/memberSttsArea-SRM_icon_01.png);
}

.memberSttsArea-SRM .memberSttsArea_pointVal::after{
  background-image: url(/rootImg/index/memberSttsArea-SRM_icon_02.png);
  top:0;
}

.memberSttsArea-SRM .memberSttsArea_numberOfTimesVal::after{
  background-image: url(/rootImg/index/memberSttsArea-SRM_icon_03.png);
}

.memberSttsArea-PRM .memberSttsArea_name::after{
  background-image: url(/rootImg/index/memberSttsArea-PRM_icon_01.png);
}

.memberSttsArea-PRM .memberSttsArea_pointVal::after{
  background-image: url(/rootImg/index/memberSttsArea-PRM_icon_02.png);
  top:0;
}

.memberSttsArea-PRM .memberSttsArea_numberOfTimesVal::after{
  background-image: url(/rootImg/index/memberSttsArea-PRM_icon_03.png);
}

.memberSttsArea .arrowLink{
  font-size: 1.2rem;
  margin-left: 25px;
}

.memberSttsArea-SRM .boxLink.boxLink-type01{
  border-color:#e6e6e6;
  color: #333333;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 5px;
  min-width: 240px;
}

.memberSttsArea-PRM .boxLink.boxLink-type01{
  border-color:#dfa927;
  color: #333333;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 5px;
  min-width: 240px;
}

.memberSttsArea-PRM .boxLink.boxLink-type01:not([class*="linkBtnList-type"]):not(.boxLink-inImgText):hover{
  background-color: #dfa927;
}

.memberSttsArea-PRM .boxLink.boxLink-type01::before{
  border-color: #dfa927;
}



/* ==========================================================================
  infoArea
========================================================================== */



.infoArea {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f7f7f0;
}

.infoArea .sectionBlock_inner{

}

.infoArea_box{
  display: flex;
}



.infoArea_titleWrap{
  display: flex;
  align-items: center;
  padding: 10px 69px 10px 25px;
  width: 100%;
}

.infoArea_titleWrap:hover{
  opacity: 0.7;
}

.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 .headingBlock-styleType01{
  color: #ed0000;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0px;
  padding-left: 33px;
  width: 131px;
  padding-top: 3px;
}

.infoArea .headingBlock-styleType01::before{
  display: none;
}

.infoArea .headingBlock-styleType01::after{
  background-image: url(/rootImg/index/index_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 22px;
}

.infoList{
  width: 100%;
}

.infoList p{
  color: #ed0000;
  font-weight: normal;
  padding-right: 17px;
  position: relative;
}

.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;
}

.infoArea_panel{
  color: #333333;
  background-color: #ffffff;
  padding: 19px 25px;
  width: 100%;
}

.infoArea_panel p{
  color: #333333;
}


/* ==========================================================================
  typeOaC
========================================================================== */



.typeOaC .oAcWord{
  display: none;
}

.typeOaC-open .oAcWord-atOpen{
  display: block;
}

.typeOaC-close .oAcWord-atClose{
  display: block;
}



/* ==========================================================================
  searchForArea
========================================================================== */



.searchForArea{
  background-color: #ffffff;
  padding: 18px 0 47px 0;
}

.searchForArea .headingBlock-styleType01{
  color: #333333;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 18px;
  padding: 0 0 0 25px;
  position: relative;
}

.searchForArea .headingBlock-styleType01::before{
  background-color: #ed0505;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
}


.searchForArea .columnComp-type01 .columnComp_box{
  margin-right: 32px;
  width: calc(50% - 16px);
}

.searchForArea .columnComp-type01 .columnComp_box:last-child{
  margin-right: 0px;
}

.searchForArea_box-salesOffice{
  background-color: #fafaf5;
  padding: 40px 40px;
  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{
  margin-top: 68px;
}

.searchForArea_box-typeAndPrice .boxLink{
  display: block;
  margin: 48px auto 0 auto;
  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: 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: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: 49px 0 57px 0;
}

.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-styleType02{
  display: inline-block;
  font-size: 3.0rem;
  margin-bottom: 49px;
  text-align: center;
  width: 100%;
}

.campaignListBox_item img{
  margin-bottom: 10px;
}

.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{
  line-height: 1.7;
}

.campaignArea .boxLink{
  display: block;
  margin: 46px 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;
  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 > 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{
  background-color: #f7f7f0;
  padding: 40px 0;
}

.topicsArea .headingBlock-styleType02{
  display: inline-block;
  font-size: 3.0rem;
  margin-bottom: 13px;
  text-align: center;
  width: 100%;
}

.topicsListBox.tandemListBox > li {
  display: flex;
  border-bottom: 2px solid #e6e6e6;
  margin-top: 0px;
  padding: 0;
}

.topicsListBox.tandemListBox > li > a{
  width: 100%;
}

.topicsListBox .tandemListBox_item{
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 79px;
  padding:17px 56px 17px 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;
  padding: 2px 7px;
  text-align: center;
  min-width: 140px;
}

.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.6rem;
  font-family: Futura;
  padding: 0 0 0 22px;
}
.topicsListBox_date > span:nth-of-type(2),
.topicsListBox_date > span:nth-of-type(3){
  padding-left: 9px;
}

.topicsListBox_desc{
  font-size: 1.4rem;
  padding: 0 0 0 36px;
}

a:hover .topicsListBox_desc{
  text-decoration: underline;
}

.topicsArea :not(.boxLinkSet) > .boxLink {
  display: block;
  margin: 48px auto 0 auto;
  width: 280px;
}



/* ==========================================================================
  linkBtnListArea
========================================================================== */



.linkBtnListArea{
  padding: 80px 0 60px 0;
}

.linkBtnListArea .columnComp-type03 .columnComp_box{
  margin-top: 29px;
  margin-left: 30px;
  min-height: 80px;
  width: 340px;
}

.linkBtnListArea .columnComp-type03 .columnComp_box:first-child,
.linkBtnListArea .columnComp-type03 .columnComp_box:nth-of-type(4n){
  margin-left: 0px;
}

.linkBtnListArea .columnComp-type03 .columnComp_box:nth-child(-n+3) {
  margin-top: 0px;
}

.linkBtnListArea .boxLink{
  border-color: #cccccc;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left:72px;
  width: 340px;
  
}

.linkBtnListArea .boxLink:hover{
  border-color: #ed0505;
}

.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(/rootImg/index/index_icon_02.png);
  height: 36px;
  left: 25px;
  top: calc(50% - 18px);
  width: 30px;
}

.linkBtnListArea .linkBtnList-type02::after{
  background-image: url(/rootImg/index/index_icon_03.png);
  height: 24px;
  left: 26px;
  top: calc(50% - 12px);
  width: 34px;
}

.linkBtnListArea .linkBtnList-type03::after{
  background-image: url(/rootImg/index/index_icon_04.png);
  height: 24px;
  left: 21px;
  top: calc(50% - 12px);
  width: 23px;
}

.linkBtnListArea .linkBtnList-type04::after{
  background-image: url(/rootImg/index/index_icon_05.png);
  height: 28px;
  left: 26px;
  top: calc(50% - 14px);
  width: 25px;
}

.linkBtnListArea .linkBtnList-type05::after{
  background-image: url(/rootImg/index/index_icon_06.png);
  height: 34px;
  left: 28px;
  top: calc(50% - 17px);
  width: 22px;
}

/* usualReserveModel */
#usualReserve .modalBase-type-usualReserve{
  width: 540px;
}

#usualReserve .modalBase_header{
  background-color:white;
  color:black;
}

#usualReserve .modalBase_header .mainTitle{
  font-size: 16px;
  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 32px 20px 32px;
}

#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{
  display: block;
  /*margin-left: 15px;*/
  width: 60%;
  font-size: 15px;
  margin: 0 auto;
}

#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 {
  margin-top: 20px;
  text-align: center;
}


/*-------noticeArea---------*/
.noticeArea{
  position: fixed;
  bottom: 140px;
  right: 15px;
  line-height: 1;
  z-index: 109;
}

.noticeArea.remove{
  display: none;
}

.noticefadeslide {
	position: relative;
	width: 300px;
	height: 140px;
	overflow: hidden;
	z-index: 0;
}
.noticefadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}
/*.noticefadeslide div:nth-of-type(1) {
	animation: noticefadeslide 10s 0s infinite both;
	z-index: 2;
}
.noticefadeslide div:nth-of-type(2) {
	animation: noticefadeslide 10s 5s infinite both;
	z-index: 1;
}
@keyframes noticefadeslide {
	0% { opacity: 0; }
	50% { opacity: 1; }
	60% { opacity: 0;
	      z-index: 10; }
	100% { opacity: 0; }
}*/

.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 img{
  width: 300px;
  background-color: white;
}
/*-------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;
}

.bizBlueTitle{
	color: #164a84;
	font-size: 3.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
}

.title2024{
	font-size: 2rem;
	color: #164a84;
	font-weight: bold;
	text-align: center;
}

.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;
}

.fontSize_NBM{
    font-size: 120%;
}

.textColor_NBM{
    border-color: #1589ee;
    color: #1589ee;
}

.cardbox{
	display: flex;
	
}

.cardbox_th_NBM{
	border-right: 1px dotted;
    text-align: center;
    width: 35%;
    padding-right: 2rem;
    font-size: large;
    font-weight: bold;
    align-content: center;
}

.cardbox_th_ABM{
	border-right: 1px dotted;
        text-align: center;
        width: 35%;
        padding-right: 2rem;
        font-size: large;
        align-content: center;
}

.cardbox_td{
	text-align: center;
}

.seisanbox{
	margin: 0 150px 0 170px;
    background: white;
    padding: 1rem;
    width: 350px;
}

/* ==========================================================================
  #modalNbmSelect
========================================================================== */

#modalNbmSelect .modal__container{
  width: 460px;
}

#modalNbmSelect .modalBase_header{
  color: #FFF;
  background-color: #ed0000;
}

#modalNbmSelect .modalBase_body{
  padding: 30px 30px;
}

.modalBase.modalBase-typeNbmSelect{
  width: 460px;
  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: 300px;
  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;
  width: 300px;
}

.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%;
}

.rounded-gray-div .arrowLink::after{
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  text-align: left;
}

.index_biz_header{
  width: 30px;
  height: 30px;
}

.usualReserve_text{
  color: #0059ff;
  font-size: 12px;
  float: right;
}

.usualReserve_text:hover{
  color: #ff0000;
}

.link_type{
  font-weight: 600;
  font-size: 1.5rem;
}

.boxLink_nbm{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin: 0 auto;
  height: 40px;
  padding: 8px 16px 6px 16px;
  width: 100%;
  max-width: 400px;
  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: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  transform: rotate(45deg);
  width: 8px;
  box-sizing: border-box;
  text-align: left;
}

.boxLink_nbm:hover {
   opacity: 0.7;
}

.box_nbm{
  display: grid;
  grid-template-columns: 139px 230px 1fr;
  gap: 14px;
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  align-items: center;
}

.box_nbm .index_biz_pic{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 139px;
  height: 87px;
}

.box_nbm .form-filedset-title{
  align-items: flex-start;
}

.box_nbm .form-filedset-body{
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}

.box_nbm .form-filedset-inputBox-number{
  width: 100%;
}

.box_nbm .form-filedset-inputBox-number .boxLink_nbm{
  margin-top: 14px;
  width: 100%;
}

.box_nbm .inputErr{
  width: 300px;
}

.userTypeBoxBtnSet{
  display: flex;
  align-content: center;
  gap: 20px;
  width: 100%;
}

.inputErr{
  font-size: 1.1rem;
}

.singleBox02 .input_note02{
  height: 30px;
  padding-bottom: 0;
}

.datepickerArea_childBox ul{
  flex-direction: column;
  align-items: center;
  display: flex;
}

.datepickerArea_tabs{
  position: relative;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin-top: -20%;
}

.datepickerArea.sectionBlock{
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.datepickerArea .singleBox01 .userTypeBox_btnSet{
  width: 100%;
}

.datepickerArea .singleBox02 .boxLink{
  width: 100%;
  margin-top: 14px;
}

.nbmInfoBox{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.input-number{
  display: flex;
  gap: 14px;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: bold;
}

.userTypeBox_btnSet .boxLink::before{
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  text-align: left;
}

.nbm_card_img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}