@charset "utf-8";

:focus {
  outline: none;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

/***** 出発モーダル *****/
#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 .boxLink{
  margin-top: 20px;
}

/* レンタカーを検索ボタン */
#modalDatepicker ._from .btnLogin{
  display: none !important;
}

/***** 返却モーダル *****/
#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;
}

/* 返却日（祝日） */
#modalDatepicker ._to .ui-datepicker-current-day._holiday._during[data-handler="selectDay"] .ui-state-active {
  color: #fff !important;
}

#modalDatepicker ._to + #modalBase_footer .mypageMemberArea.btnNext{
  display: none !important;
}

/***** 共通 *****/
#modalDatepicker .ui-datepicker-current-day.ui-datepicker-today[data-handler="selectDay"] .ui-state-active{
  color: #fff !important;
}
#modalDatepicker .ui-datepicker-today[data-handler="selectDay"] .ui-state-default{
  color: #333 !important;
}

.btnWrap{
  position: relative;
  height: 46px;
  border: solid 1px #f0f;
  width: 100%;
  display: block;
}
.btnWrap .boxLink{
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0 !important;
}


/*ヘッダー周り*/
.headingBlock-styleType01 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
}

.mainHeader._fixed._close{
  transform: translateY(-70px);
}

.mainHeader_topNav{
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #E2E2E2;
}

.mainHeader_headerLogo{
  width: 114px;
  padding: 10px;
  box-sizing: content-box;
}
.mainHeader_headerLogo img{
  width: 100%;
}

.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;
}
.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{
  align-items: center;
  padding: 6px 0;
}
.customerMenu-topNaviMain{
  margin: 0 0 0 auto;
  padding: 14px 0 13px;
}


/*www1637 edit start*/
.customerMenu_item .customerMenu_link_reserver{
  display: block;
  border-radius: 10px;
  background-color: #F8CBAD;
  width: 300px;
  height: 50px;
  margin: 20px auto 10px;
  padding-top: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/*www1637 edit end*/


.customerMenu_item .customerMenu_link{
}
.customerMenu_item .customerMenu_link > span{
  display: flex;
  align-items: center;
  height: 18px;
  padding: 0;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  transform: scale(0.9);
  transform-origin: center;
  white-space: nowrap;
}

.customerMenu .customerMenu_item-myPage{
  margin: 0;
}

.customerMenu .customerMenu_item-login,
.customerMenu .customerMenu_item-rsv,
.customerMenu .customerMenu_item-customer{
  display: block;
  margin: 0;
}

.customerMenu .customerMenu_item-rsv{
  margin: 0 14px 0 10px;
}

.customerMenu .customerMenu_item-login .customerMenu_link,
.customerMenu .customerMenu_item-myPage .customerMenu_link,
.customerMenu .customerMenu_item-rsv .customerMenu_link,
.customerMenu .customerMenu_item-customer .customerMenu_link{
  position: relative;
  padding-top: 19px;
}

.customerMenu .customerMenu_item-customer .customerMenu_link{
  padding-left: 0;
}

.customerMenu .customerMenu_item-login .customerMenu_link:before,
.customerMenu .customerMenu_item-myPage .customerMenu_link:before{
  position: absolute;
  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%;
}
.customerMenu .customerMenu_item-rsv .customerMenu_link:before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 16px;
  background-image: url(/s/cmn/img/mainHeader_icon_02.svg);
  background-size: 100% 100%;
}
.customerMenu .customerMenu_item-customer .customerMenu_link:before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 16px;
  margin: 0;
  background-image: url(/s/cmn/img/mainHeader_icon_03.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;
}


/* フッター周り */

.mainFooter_linkItemSet {
  padding: 26px 38px 45px 38px;
}

.mainFooter_link + .mainFooter_link{
  margin-top: 29px;
}
.mainFooter_link-item + .mainFooter_link-item{
  margin-top: 13px;
}
.mainFooter_link-item .arrowLink{
  padding-right: 19px;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1;
}
.mainFooter_link-item .arrowLink:after{
  top: 3px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

.infoPrize_inner{
  padding: 23px 20px 16px 20px;
}
.infoPrize_inner img{
  width: auto;
  height: 70px;
  image-rendering: -webkit-optimize-contrast;
}
.infoPrize p{
  padding-top: 3px;
}

.footerGLBNav ul{
  justify-content: unset;
}


.noticeArea {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border: 1px solid #FFF;
  line-height: 1;
  z-index: 109;
  animation: changebgcolor 10s ease infinite;
}
@keyframes changebgcolor{
    0%,100% {background:#BF0000;}
    50%  {background:#ED0000;}
 }

.noticeArea.remove {
  display: none;
}

.noticeArea_close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 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: 22px;
  width: 2px;
  background: #ED0000;
  z-index: 2;
}
.noticeArea_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  height: 22px;
  width: 2px;
  background: #ED0000;
  z-index: 2;
}

.noticeArea img{  
  height: 78px;
}

.fadeslide {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
	z-index: 0;
}
.fadeslide div {
	position: absolute;
	top: 50%;
	transform: translate(20%, -50%);
}
.fadeslide div:nth-of-type(1) {
	animation: fadeslide 10s 0s infinite both;
	z-index: 2;
}
.fadeslide div:nth-of-type(2) {
	animation: fadeslide 10s 5s infinite both;
	z-index: 1;
}
@keyframes fadeslide {
	0% { opacity: 0; }
	50% { opacity: 1; }
	60% { opacity: 0;
	      z-index: 10; }
	100% { opacity: 0; }
}

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

.slideArea {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.nonSlideArea {
  margin: 0 auto;
  padding-bottom: 35px;
  width: 100%;
}

.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: 8px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 21px;
  font-size: 0;
  border-radius: 50%;
  background-color: rgba(222, 230, 229, 0.8);
  z-index: 99;
}

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

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

.slideArea .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

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

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

.datepickerArea.sectionBlock {
  position: relative;
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.datepickerArea_tabWrap {
  /*box-shadow: 0 2px 6px rgba(51, 51, 51, 0.3);*/
  width: 100%;
}
.datepickerArea .tabs_tabPanel > div {
  padding: 12px 20px 32px;
  background-color: #ffffff;
  border-bottom: 2px solid #EC0505;
}
.datepickerArea .tabs_tabPanel > #tabs_block2 .datepickerArea_userTypeBox-SRMAndPRM{
  padding: 17px 20px 0;
  border: none;
}

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

.datepickerArea .tabs_navItem {
  width: 50%;
}

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

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

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

.tabs_tabPanel .headingBlock-styleType01 {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 18px;
}

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


.datepickerArea_readLink{
  text-align: right;
  line-height: 1;
}

.datepickerArea_inputArea {
  background-color: #ffffff;
  /*border-top: 1px solid #cccccc;*/
}

.datepickerArea_inputBox {
  /*display: flex;*/
  /*align-items: center;*/
  width: 100%;
  padding: 6px 0 12px;
  border-bottom: 2px solid #EC0505;
}
.datepickerArea_inputBox + .datepickerArea_inputBox {
  padding: 12px 0;
}

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

.datepickerArea_inputBox label {
  font-size: 1.3rem;
  min-width: 60px;
  padding-right: 13px;
}

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

.datepickerArea_inputBox-inner{
  margin-top: 10px;
}
.radio_box{
  display: none;
}
.return_radio#return02:checked ~ .radio_box {
  display: block;
  margin-top: 10px;
}
.datepickerArea_inputBox-radio{
  margin: 10px 0 10px;
}
.datepickerArea_inputBox-radio label{
  font-size: 1.4rem;
  font-weight: bold;
}
.datepickerArea_inputBox-radio .return_radio{
  position: relative;
  margin: 0 0 3px 0px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
}
.return_radio:before {
  content: "";
  position: absolute;
  top: 0px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 1;
  box-sizing: border-box;
}
.datepickerArea_inputBox-radio .return_radio:checked + label{
  color: #EC0505;
}

.return_radio:checked.return_radio:after {
  background-color: #EC0505;
  content: "";
  position: absolute;
  top: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 2;
}




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

.inputBox_inputSub > label {
  min-width: 46px;
  padding-right: 18px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}

.inputBox_inputSub > input {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1;
  border: none;
  background-color: #F2F2F2;
}


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

div.inputBox_inputSub .dummy-ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 17px;
  font-size: 0;
  background-image: url(/s/rootImg/index/inputBox_inputSub_img_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.datepickerArea_carType{
  margin-top: 12px;
}
.datepickerArea_carType-title{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.datepickerArea_carType-select{
  position: relative;
  margin-top: 10px;
}
.datepickerArea_carType-select:after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 1px #ed0505;
  border-right: solid 1px #ed0505;
  transform: translateY(-50%) rotate(45deg);
}
.datepickerArea_carType-select select{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 13px 15px;
  font-size: 1.2rem;
  line-height: 1;
}

.datepickerArea_carType-select select::-ms-expand {
  display: none;
}
.datepickerArea_carType-btn{
  display: none;
  width: 100%;
  margin-top: 32px;
}
.datepickerArea_link{
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}
.datepickerArea_link a.arrowLink{
  font-size: 1.2rem;
}

.datepickerStore_link{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin: 10px 0;
  font-size: 1.1rem;
}
.datepickerStore_link span + span{
  margin-left: 15px;
}
.datepickerStore_link-map{
  position: relative;
  padding-left: 15px;
}
.datepickerStore_link-map:before{
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 8.5px;
  height: 9px;
  background-image: url('/s/rootImg/index/datepicker_icon_01.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.datepickerStore_link-sky{
  position: relative;
  padding-left: 16px;
}
.datepickerStore_link-sky:before{
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url('/s/rootImg/index/datepicker_icon_02.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.datepickerStore_link-loc{
  position: relative;
  padding-left: 13px;
}
.datepickerStore_link-loc:before{
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 7px;
  height: 11px;
  background-image: url('/s/rootImg/index/datepicker_icon_03.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.datepickerArea .columnComp.columnComp-type01 {
  margin-top: 17px;
  justify-content: space-between;
  flex-direction: inherit;
}

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

.datepickerArea_userTypeBox-SRM,
.datepickerArea_userTypeBox-PRM {
  margin-top: 17px;
  padding: 0 20px;
}

.datepickerArea_userTypeBox-SRMAndPRM{
  margin: 0;
  padding: 17px 20px;
  border-bottom: 2px solid #EC0505;
}

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

.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_custom {
}

.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 {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 2px;
  padding: 12px 15px;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  border: none;
}

.datepickerArea .columnComp_box:last-child > p {
  margin-bottom: 16px;
}

.datepickerArea .arrowLink {
  font-size: 1.1rem;
  padding-right: 13px;
  font-weight:normal;
}

.datepickerArea .boxLink {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin-top: 10px;
  padding: 8px 8px 6px 8px;
  width: 100%;
}

.datepickerArea .datepickerArea_userTypeBox-normal .boxLink {
  margin-top: 20px;
}

.datepickerArea .boxLink.boxLink-type01,
.datepickerArea .boxLink.boxLink-type02 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.datepickerArea .boxLink::before {
  right: 8px;
}

.boxLink small {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.datepickerArea .boxLink-type01.boxLink-typeTel,
.datepickerArea .boxLink-type02.boxLink-typeTel {
  margin-top: 19px;
  min-height: 45px;
  padding: 12px 8px 10px 8px;
}

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

.boxLink-type01.boxLink-typeTel span::after,
.boxLink-type02.boxLink-typeTel span::after {
  background-image: url(/s/rootImg/index/datepickerArea_icon_02.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;
}

.boxLink-type02.boxLink-typeTel span::after {
  background-image: url(/s/rootImg/index/datepickerArea_icon_01.png);
}

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

.datepickerArea_userTypeBox-normal > p:first-child {
  margin-top: 12px;
}

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

@media screen and (max-width: 374px) {
  #modalDatepicker .ui-datepicker-title {
    padding-bottom: 2px;
  }

  #modalDatepicker .modalDatepicker_stepText.modalDatepicker_stepText-type02 {
    padding-bottom: 10px;
  }

  #modalDatepicker .modalBase_body {
    padding: 2.7vw 5.3vw 2.7vw 5.3vw;
  }
}

.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: inline-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 {
  position: relative;
  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: 100%;
  z-index: 1;
}

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

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

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

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

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

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

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"] a::before,
#modalDatepicker .ui-datepicker-today[data-handler="selectDay"] a::before,
#modalDatepicker
  .ui-datepicker-days-cell-over[data-handler="selectDay"]
  a::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  top: 2px;
  /*left: 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;
}

#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-today[data-handler="selectDay"] .ui-state-default {
  position: relative;
  z-index: 1;
}

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

#modalDatepicker .modalBase_footer {
  display: block;
  padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  width: calc(100%);
  left: 0px;
  /* height: 150px !important; */
  /* background-color: #00f; */
}

#modalDatepicker #modalBase_footer {
  /* display: none; */
  /* height: 0; */
  /* overflow: hidden; */
  position: absolute;
  bottom: 2.7vw;
  width: calc(100%);
  left: 19px;
  /* height: 150px !important;
  background-color: #f0f; */
}
#modalDatepicker #modalBase_footer .modalBase_footer {
  /* display: none; */
}

#modalDatepicker .modalDatepicker_controller {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px 0px 10px;
  width: 100%;
}

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

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

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

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

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

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

.radio_type01 + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  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: 4.5px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
}

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

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

.datepickerArea
  .datepickerArea_userTypeBox-normal
  .columnComp_box:not(:first-child)
  .userTypeBox_btnSet {
  position: absolute;
  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 {
  width: 100%;
  padding: 0 !important;
  background-color: #F8F1D4;
}

.memberSttsArea .memberSttsArea_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 0;
}

.memberSttsArea_name{
  position: relative;
  padding-left: 29px;
  font-size: 1.1rem;
}
.memberSttsArea_name: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%;
}

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

.memberSttsArea_pointVal{
  font-size: 1rem;
  text-align: right;
}
.memberSttsArea_pointVal span{
  padding-right: 4px;
  color: #ED0000;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}

.memberSttsArea_body{
  display: flex;
  align-items: center;
  margin-top: 8px;
  border-top: 1px solid #D3CFBD;
}
.memberSttsArea_body p{
  width: 50%;
  text-align: center;
  line-height: 1;
}

.memberSttsArea_header p .arrowLink:after{
  height: 7px;
  width: 7px;
}

.memberSttsArea_body p .arrowLink{
  font-size: 1rem;
}
.memberSttsArea_body p .arrowLink:after{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

.memberSttsArea_body p .boxLink-typeMypage{
  width: 100%;
  padding: 8px;
  font-size: 1.2rem;
}
.memberSttsArea_body p .boxLink-typeMypage span{
  position: relative;
  padding-right: 12px;
}
.memberSttsArea_body p .boxLink-typeMypage span:after{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}



/* ==========================================================================
  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;
}

/* ==========================================================================
  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: 60px;
}

.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 ul{
  margin-top: 24px;
}
.searchForArea_box-salesOffice li{
  line-height: 1;
}
.searchForArea_box-salesOffice li + li{
  margin-top: 16px;
}

.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.boxLink-areashop > span {
  padding-left: 24px;
}

.searchForArea_box-salesOffice .boxLink-type01 > span::before,
#modalCallTel .boxLink-type01 > span::before {
  background-image: url(/s/rootImg/index/index_icon_07.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 .boxLink-type01.boxLink-areashop > span::before {
  background-image: url(/s/rootImg/index/index_icon_08.png);
  width: 16px;
  height: 22px;
  top: calc(50% - 11px);
}

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

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

.searchForArea_box-typeAndPrice .boxLink {
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 12px 23px 11px 12px;
}

.modalBase_header .subTitle{
  display: block;
  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: none;
  padding: 11px 11px 28px 28px;
  position: absolute;
  width: 296px;
  z-index: 100;
}

.searchForArea_popBox.oAndOpen {
  display: block;
}

.searchForArea_popBox.oAndClose {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popBox_header {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.popBox_body a::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: 33px;
  width: calc(50% - 10px);
}

.sBsListBox > li:nth-child(odd) {
  margin-right: 10px;
}

.sBsListBox > li:nth-child(even) {
  margin-left: 10px;
}

.sBsListBox > li:nth-child(-n + 2) {
  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: 126px;
  width: 100%;
}

.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 .boxLink{
  width: 100%;
  margin-top: 22px;
}

.campaignListBox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
  width: auto;
  margin: 0 -10px;
}
.columnComp_box{
  width: 50%;
}
.campaignListBox_item {
  display: block;
  padding: 10px;
}
.campaignListBox_item img{
  width: 100%;
}
.campaignListBox_item h3 {
  position: relative;
}
.campaignListBox_item .icon_target_blank {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background-image: url(/rootImg/index/icon_target_blank.png);
  background-size: contain;
  content: '';
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: -1em;
  bottom: -1em;
  right: 10px;
  margin: auto;
  line-height: 1em;
  vertical-align: top;
  pointer-events: none;
}

/* ==========================================================================
  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: 175px 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.7rem;
  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: 1rem;
  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 {
  padding: 0 0 0 0 !important;
}

.topicsArea_tabs .tabs_nav{
  display: flex;
}
.topicsArea_tabs .tabs_navItem{
  width: 50%;
}
.topicsArea_tabs .tabs_navItem:first-child > a{
  background-color: #f7f7f0 !important;  
}
.topicsArea_tabs .tabs_navItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 600;
  outline: none;
}
.topicsArea_tabs .tabs_navItem[aria-selected="true"] a{
  margin-top: -2px;
  padding: 10px;
  color: #ed0505;
  font-size: 1.6rem;
  border-top: 2px solid #ed0505;
  background-color: #ffffff;
}
.topicsArea_tabs .tabs_navItem[aria-selected="false"] a {
  padding: 10px;
  color: #333333;
  font-size: 1.4rem;
  border-top: 3px solid #e2e8e5;
  background-color: #e2e8e5;
}

.topics_box{
  padding: 6px 20px 32px;
  border-bottom: 2px solid #EC0505;
}

#tabs_block3 .topics_box{
  background-color: #f7f7f0;
}

.topicsListBox.tandemListBox > li {
  border-bottom: 2px solid #e6e6e6;
  margin-top: 0px;
  padding: 0;
}
.topicsListBox.tandemListBox > li a{
  width: 100%;
  line-height: 1.6;
}
.topicsListBox .tandemListBox_item {
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px 40px 15px 0;
  position: relative;
}
.topicsListBox a .tandemListBox_item:before {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
}

.topicsListBox_date {
  display: flex;
  width: 100%;
  color: #ed0000;
  font-size: 1.4rem;
  font-family: Futura;
  line-height: 1;
}
.topicsListBox_desc {
  font-size: 1.3rem;
  padding-top: 8px;
}
.topicsListBox_typeIcon{
  position: relative;
}
.topicsListBox_typeIcon:before{
  display: inline-block;
  content: "【";
}
.topicsListBox_typeIcon:after{
  display: inline-block;
  content: "】";
}

.topics_link{
  margin-top: 24px;
  text-align: center;
}
.topics_link .boxLink{
  width: 100%;
  font-weight: normal;
  letter-spacing: normal;
}
.topics_link .arrowLink{
  margin: 0 auto;
  color: #ED0000;
  font-size: 1.4rem;
  font-weight: 600;
}

/*www2199 add start*/
.topicsDate{
  padding-top:3px;
  width: 80px;
}

.iconbox{
  display: flex;
  color: white;
  font-weight: bold;
  flex-wrap: wrap;
  width: 80px;
  font-size: 70%;
}

.haishi{
  background-color: #D3D3D3;
  text-align: center;
  width: 70px;
  height: 1.7rem;
  padding-top:5px;
  margin: 0.1rem 1rem 0.1rem 1rem;
}

.oshirase{
  background-color: #5b9bd5;
  text-align: center;
  width: 70px;
  height: 1.7rem;
  padding-top:5px;
  margin: 0.1rem 1rem 0.1rem 1rem;
}

.rls{
  background-color: #fd7171;
  text-align: center;
  width: 70px;
  height: 1.7rem;
  padding-top:5px;
  margin: 0.1rem 1rem 0.1rem 1rem;
}

.cmp{
  background-color: #a9d18e;
  text-align: center;
  width: 70px;
  height: 1.7rem;
  padding-top:5px;
  margin: 0.1rem 1rem 0.1rem 1rem;
}

main .btn_pdf {
  padding: 0.2rem;
  margin:0 0;
  text-align: center;
  text-decoration: none;
  color: #E90000;
  background: #fff;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.0rem;
  font-weight: bold;
  border: 1px solid #E90000;
  padding-top:4px;
}
/*www2199 add end*/


/* ==========================================================================
  pointArea　ニッポンレンタカーが選ばれるポイント
========================================================================== */

.pointArea{
  padding: 64px 20px 32px;
}

.pointArea_box{
  margin-top: 24px;
  font-size: 1.4rem;
}

.pointArea_list{
  counter-reset: count 0;
}

.pointArea_item + .pointArea_item{
  margin-top: 16px;
  padding-top: 24px;
  border-top: 2px solid #DDD;
}

.pointArea_title{
  position: relative;
  padding-left: 103px;
  font-weight: 600;
  line-height: 1.6;
}
.pointArea_title:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "Point " counter(count);
  counter-increment: count 1;
  width: 80px;
  padding: 10px 0px 8px 4px;
  font-family: Futura;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  background-color: #ED0000;
  box-sizing: border-box;
}
.pointArea_title:after {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ed0000;
}

.pointArea_text{
  margin-top: 16px;
}

.pointArea_link{
  margin-top: 10px;
  text-align: right;
}
.pointArea_link .arrowLink{
  color: #ED0000;
  font-size: 1.2rem;
}

/* ==========================================================================
  appArea　アプリ情報
========================================================================== */

.appArea.sectionBlock{
  padding: 0;
}
.appArea .sectionBlock_inner{
  text-align: center;
}

.appArea_unit{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px 0;
}

.appArea_sub{
  position: relative;
  display: inline-block;
  margin-top: 32px;
  padding: 0 26px;
  color: #ED0000;
  font-size: 1.4rem;
  font-weight: 600;
}
.appArea_sub:before {
  position: absolute;
  top: 46%;
  left: 4px;
  transform: translateY(-50%) rotate(-37deg);
  content: "";
  width: 1px;
  height: 16px;
  border-left: 2px solid #ED0000;
}
.appArea_sub:after {
  position: absolute;
  top: 46%;
  right: 4px;
  transform: translateY(-50%) rotate(37deg);
  content: "";
  width: 1px;
  height: 16px;
  border-left: 2px solid #ED0000;
}
.appArea_title{
  max-width: 274px;
  margin: 16px auto 0;
}

.appArea_list{
  margin-left: 10px;
}

.appArea_item{
  width: 158px;
}
.appArea_item + .appArea_item{
  margin-top: 19px;
}

.appArea_image{
  display: block;
  width: 160px;
  margin-bottom: -39px;
}
.appArea_image img{
  display: block;
  width: 100%;
}
.appArea_link{
  padding: 14px 30px 14px 183px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: right;
  background-color: #FCD22B;
  line-height: 1;
}
.appArea_link .arrowLink:after{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}


/* ==========================================================================
  linkBtnListArea　アイコンリンクリスト
========================================================================== */

.linkBtnListArea {
  padding: 64px 20px 80px 20px;
}
.linkBtnListArea_item{
  text-align: center;
}
.linkBtnListArea_unit{
  margin-top: 24px;
}
.linkBtnListArea_unit ul{
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.linkBtnListArea_unit li{
  width: 50%;
  padding: 10px;
}
.linkBtnListArea_unit li a{
  display: block;
  width: 100%;
}
.linkBtnListArea_unit li a img{
  width: 100%;
}


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

#modalBizLogin .modal__container{
  max-width: 337px;
  width: 100%;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
  #modalTypeNbm
========================================================================== */

#modalTypeNbm .modal__container{
  max-width: 337px;
  width: 100%;
  background-color: transparent;
}

#modalTypeNbm .modalBase_header{
  background-color: #164A84;
  color: #ffffff;
  padding: 11px 20px 9px 20px;
  font-size: 1.9rem;
}

#modalTypeNbm .modalBase_body{
  padding: 20px 20px 30px 20px;
  text-align: center;
}

#modalTypeNbm .columnComp_box{
  text-align: center;
  padding: 10px;
  width: 100%;
}

#modalTypeNbm .userTypeBox_btnSet{
  letter-spacing: 0.5em;
  max-width: 200px;
  margin: 0 auto;
}

#modalTypeNbm .userTypeBox_btnSet a{
  width: 100%;
  font-size: 1.6rem;
}

#modalTypeNbm .boxLink{
  margin-top: 20px;
  min-height: 41px;
  line-height: 1;
}


#modalTieUpPoint .modalBase_body{
  padding: 0;
}

#modalTieUpPoint .modalBase_body img{
  max-width: 300px;
}

#modalTieUpPoint .modalBase_header{
  background-color: transparent;
  justify-content: flex-end;
  padding: 0px 0px 10px 0px;
}

#modalTieUpPoint .modal__container{
  background-color: transparent;
  max-width: fit-content;
}

#modalTieUpPoint .modalBase_close {
  position: relative;
  width: 24px;
  height: 24px;
  color: white;
  border: 2px solid #ddd;
  border-radius: 50%;
}

#modalTieUpPoint .modalBase_close::before,
#modalTieUpPoint .modalBase_close::after {
  top: 4px;
  width: 2px;
}