@charset "UTF-8";
/*--flex骨子--*/
.born {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.born_c {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content:center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.born_l {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.born_r {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/*--font--*/
.f_size_26x {
  font-size: 2.6rem;
}
.f_weight_b {
  font-weight: 600;
}

/*placeholder*/
input:focus::-webkit-input-placeholder { color: transparent;}
input:focus::-moz-placeholder { color: transparent;}
input:focus::-ms-placeholder { color: transparent;}

.top a {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* MVサイズ */
.top_banner {
  height: 500px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

/* slider slickjs */
/* 初期表示の遅延処理 */
.mainbannerlist li img {
  opacity: 0;
  transition: opacity .3s linear;
}
.mainbannerlist li.slick-slide img,
.mainbannerlist li:first-child img {
  opacity: 1;
}

.top_banner_main_banner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top_banner_main_banner .mainbannerlist {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}

.top_banner_main_banner .mainbannerlist li {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.top_banner_main_banner .slick-list, .top_banner_main_banner .slick-track {
  height: 100%;
}

.top_banner_img {
  width: 100%;
}

.top_banner_img img {
  width: 100%;
}

/* キャッチコピー */
.mainbannerlist .vw_catch {
  display: block;
  position: absolute;
  top: 254px;
  z-index: 5;
}
.mainbannerlist .vw01 .vw_catch {
  left: 290px;
}
.mainbannerlist .vw02 .vw_catch {
  left: 317px;
}
.mainbannerlist .vw03 .vw_catch {
  left: 252px;
}
.mainbannerlist .vw04 .vw_catch {
  top: 240px;
  left: auto;
  right: auto;
  width: 100%;
}
.mainbannerlist .vw04 .vw_catch img{
  margin: 0 auto;
}

/*----------------------------------------
MVのコンテンツ
------------------------------------------*/
.top_inner {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top .logo {
  /* Logo Block. **/
  float: left;
/*  padding-left: 30px;
  width: 28%;*/

  padding-left: 20px;
  width: 30%;
}

.top .logo h1 {
  margin: 0;
}

.top .logo a {
  display: inline-block;
}

.top .logo a img {
  width: 280px;
}

.top .logo a:hover {
  opacity: .8;
  /* End - Logo Block. **/
}

.top .header {
  float: right;
/*  width: 72%;*/
  width: 69%;
}

.top .header_inner {
  display: inline-block;
  float: right;
  width: 100%;
}

.top .header .info {
  background: url(/rentacar/image/top/bg_info01.png) no-repeat center -6px/cover;
  float: left;
	height: 60px;
  padding: 5px 0 15px 55px;
  position: relative;
  right: -58px;
	width: 310px;
  z-index: 1;
}

.top .header .info.login_area {
  background: url(/rentacar/image/top/bg_info01.png) no-repeat center -6px/cover;
  float: left;
  height:60px;
  padding: 0 20px;
}

.top .header .info.login_area .info_detail {
  height: 60px;
  padding: 7px 0 0 25px;
  width: 260px;
}
.top .header .info.login_area .info_detail .avatar {
  background-color: #fff;
  float: left;
  height: 41px;
  width: 42px;
}
.top .header .info.login_area .info_detail .name {
  overflow: hidden;
  padding-left: 6px;
  position: relative;
  top: -5px;
}
.top .header .info.login_area .info_detail .name p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 1px;
}
.top .header .info.login_area .info_detail .btn_employee {
  margin-right: 3px;
}


.top .header .info:hover .info_inner {
  opacity: .8;
}

.top .header .info a.btn_register {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 90%;
  height: 100%;
  font-size: 0;
}

.top .header .info .register {
  height: 37px;
  line-height: 37px;
  padding: 10px;
}

.top .header .info .register .register_text {
  display: block;
  height: 100%;
  line-height: 1;
}

.top .header .info .register .register_text img {
  width: 185px;
}

.top .header .info .register:hover .register_text {
  opacity: .8;
}

.top .header .info_thumb {
  float: left;
}

.top .header .info_thumb img {
  width: 37px;
}

.top .header .info_position {
  background: #e41c6c;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  padding: 0 5px;
}

.top .header .info_desc {
  color: #fff;
  float: left;
  font-size: 13px;
  letter-spacing: .3px;
  line-height: 1.2;
  padding-left: 8px;
}

.top .header .info_desc .info_name {
  color: #fff;
  display: inline-block;
  margin-bottom: 2px;
}

.top .header .info_desc .info_btn_logout {
  background: #fff100 url("/rentacar/image/top/top_ico02.png") no-repeat 5px 5px;
  background-size: 6px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 20px;
  padding: 0 10px 0 15px;
}

.top .header .info_desc .info_btn_logout:hover {
  opacity: .8;
  /* End - Info User Block. **/
}

.top .header .my_page {
  /* My Page Block. **/
  background: url(/rentacar/image/top/bg_info02.png) no-repeat right -6px/cover;
  float: left;
	height: 60px;
  margin-right: -47px;
  position: relative;
	width: 190px;
}

.top .header .my_page a {
  background: url("/rentacar/image/top/top_ico03.png") no-repeat 51px center;
  background-size: 5px;
  color: #fff;
	display: inline-block;
  font-size: 16px;
  letter-spacing: .1px;
  line-height: 54px;
  padding-left: 21px;
  position: relative;
	text-align: center;
	width: 100%;
}

.top .header .my_page a:hover {
  opacity: .8;
  /* End - My Page Block. **/
}

.top .header .my_page_login{
	line-height: 54px;
	text-align: center;
}

.top .header .my_page_login .loginbtn {
  background: none;
	cursor: pointer;
  position: absolute;
  font-size: 0;
  left: 0;
  outline: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top .header .my_page_login .loginbtn_txt {
  background-image: url(/rentacar/image/top/ico_lock.jpg);
  background-position: left 47%;
  background-repeat: no-repeat;
  background-size: 20px;
	margin-left: 5px;
  padding: 10px 0 10px 25px;
  color: #fff;
  font-size: 15px;
}

.top .header .my_page_login:hover .loginbtn_txt {
  opacity: .8;
}

/*ログインボタン非活化対応*/
.top .header .my_page.is_gr {
  background: url(/rentacar/image/top/bg_info02_gr.png) no-repeat right -6px;
  background-size: 444px;
}
.top .header .my_page.is_gr .my_page_login{
  pointer-events: none;
}
.top .header .my_page.is_gr .my_page_login .loginbtn_txt {
  background-image: url(/rentacar/image/top/ico_lock_gr.jpg);
  background-size: 20px;
}
.top .header .my_page.is_gr .my_page_login:hover .loginbtn_txt {
  opacity: 1;

}

.top .header .resize_font {
  /* Resize Font Block. **/
  background: url(/rentacar/image/top/bg_info03.png) no-repeat right -8px/cover;
  float: left;
  font-size: 15px;
	height: 62px;
  letter-spacing: .3px;
  line-height: 20px;
  padding: 17px 44px 16px 28px;
  /* End - Resize Font Block. **/
}

.top .header .resize_font span {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.top .header .resize_font ul {
  display: inline-block;
  float: left;
}

.top .header .resize_font ul li {
  float: left;
  margin-left: 5px;
}

.top .header .resize_font ul li a {
  background: #c5e6f8;
  color: #113c95;
}

.top .header .resize_font ul li a:hover, .top .header .resize_font ul li a.active {
  background: #113c95;
  color: #fff;
}
.top .header .resize_font ul li a.active {
  pointer-events: none;
  cursor: default;
}

.top .header .resize_font .font_small {
  border: 1px solid #113c95;
  display: inline-block;
  font-size: 13px;
  padding: 0 2px;
}

.top .header .resize_font .font_regular {
  border: 1px solid #113c95;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 2px;
  position: relative;
  top: -3px;
}

.top .header .resize_font .font_big {
  border: 1px solid #113c95;
  display: inline-block;
  font-size: 17px;
  padding: 3px;
  position: relative;
  top: -5px;
}

.top .header .area {
  padding-left: 15px;
  padding-right: 20px;
  text-align: right;
}

.top .header .area_top {
  align-items: center;
  display: flex;
  margin: 10px 285px 12px 0;
  justify-content: flex-end;
}

.top .header .area_top .mod_fac_number{
  box-sizing: border-box;
  display: table;
  height: 40px;
  vertical-align: middle;
}

.top .header .area_top dt {
  background: #fff100;
  border: 2px solid #113c95;
  box-sizing: border-box;
  color: #113c95;
  display: table-cell;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .5px;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
}

.top .header .area_top .facility {
  background: #fff;
  border-top: 2px solid #113c95;
  border-bottom: 2px solid #113c95;
  border-right: 2px solid #113c95;
  box-sizing: border-box;
  color: #333333;
  display: table-cell;
  font-weight: 600;
  letter-spacing: .1px;
  padding: 1px 18px 0 19px;
  vertical-align: middle;
}

.top .header .area_top .facility #prefSum07{
  font-size: 22px;
  font-weight: 600;
  vertical-align: middle;
}

.top .header .area_top .facility .facility_sub{
  font-size: 15px;
  line-height: 1.2em;
  vertical-align: middle;
}

@media only screen and (max-device-width: 1060px) and (min-device-width: 481px){
  .top .header .area_top .facility .facility_sub{
    vertical-align: bottom;
    line-height: 1.8em;
  }
}

/* 現在地から検索 */
.btn_gps_l {
  left: 35px;
}

.top_search {
  /* Search TOP **/
  margin-top: 30px;
  position: relative;
}

.top_search_form {
  background: #113c95;
  border-radius: 10px;
  left: 50%;
  margin-left: -280px;
  padding: 10px 40px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  margin-top: -5px;
  width: 563px;
}

.top_search_form h3 {
  margin: 0;
  text-align: center;
}

.top_search_form h3 span {
  color: #fff100;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.top_search_form h3 span::before {
  background: url("/rentacar/image/top/ico-ttl-search.png") no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 16px;
  left: -30px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}

.top_search_form form {
  margin-top: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top_search_form img {
  width: 302px;
}

.top_search_form input[type="text"] {
  border: 1px solid #fff100;
  color: #113c95;
  float: left;
  font-size: 17px;
  height: 41px;
  padding-left: 10px;
  width: 366px;
}

.top_search_form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

.top_search_form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

.top_search_form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

.top_search_form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.top_search_form input[type="submit"] {
  border: 0;
  background: url("/rentacar/image/top/search_btn01.jpg") no-repeat center;
  background-size: 100%;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 106px;
}

.top_search_form input[type="submit"]:hover {
  opacity: .8;
}

/*----------------------------------------
地域から探す
------------------------------------------*/
.area_bot {
  margin: 30px auto 0;
  text-align: left;
  width: 850px;
}

/* main title */
.area_bot h4 {
  background: #113c95;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 462px;
}

.area_bot h4 span {
  color: #fff100;
  font-size: 20px;
  height: 38px;
  letter-spacing: 2px;
  line-height: 38px;
  margin-left: 40px;
  position: relative;
}

.area_bot h4 span::before {
  background: url("/rentacar/image/top/ico-ttl-area.png") no-repeat 0 0;
  background-size: cover;
  content: "";
  height: 26px;
  left: -40px;
  position: absolute;
  top: 0;
  width: 26px;
}

/* 地域表示 */
.area_bot_box {
  background: #fff;
  font-size: 1.5rem;
  padding: 12px 30px 20px;
  width: 850px;
}

/* 全国ボタン */
.base_list_nationwide {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 790px;
}

.base_list_nationwide p {
  letter-spacing: -.2px;
  margin: 0;
}

.base_list_nationwide .base_list_link {
  background: linear-gradient(#fff267, #fff103);
  border: 1px solid #dfd900;
  border-radius: 20px;
  box-shadow: 0 2px 0 #969217;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-weight: 600;
  height: 40px;
  line-height: 42px;
  margin-right: 25px;
  padding-left: 47px;
  padding-right: 35px;
  position: relative;
  text-align: center;
  width: auto;
}

.base_list_nationwide .base_list_link:hover {
  opacity: .8;
}

.base_list_nationwide .base_list_link:before {
  background: url("/image/base-list-nationwide.png") no-repeat 0 0/100%;
  content: "";
  filter: brightness(0.15);
  height: 17px;
  left: 15px;
  position: absolute;
  top: calc(50% - 9px);
  width: 24px;
}

.base_list_nationwide .base_list_link:after {
  border-bottom: 5px solid transparent;
  border-left: 9px solid #333;
  border-top: 5px solid transparent;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
}

/* 地域別 */
.area_bot_inner {
  background: url(/rentacar/image/top/top_bg_location.png) no-repeat 238px 10px;
  padding-top: 13px;
}

.area_bot h5 {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 0;
  padding: 0 33px;
  position: relative;
}

.area_bot h5:after {
  border-bottom: 30px solid;
  border-right: 20px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  margin-right: -20px;
  position: absolute;
  right: 0;
  width: 0;
}

.area_bot ul {
  margin-top: 2px;
}

.area_bot ul li {
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}

.area_bot ul li a {
  background: #fff;
  border: 1px solid;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 64px;
}

.area_bot ul li a:hover {
  opacity: 1;
}

.area_bot .rowlocation {
  display: block;
  margin-bottom: 11px;
  width: 100%;
}

.area_bot .rowlocation.row04 {
  margin-bottom: 0;
  margin-top: -31px;
}

.area_bot .rowlocation .item_location {
  float: left;
}
.area_bot .rowlocation .item_location a:hover{
  color: #fff;
}
.area_bot .rowlocation .location_01 h5 {
  background: #d9a459;
}
.area_bot .rowlocation .location_01 h5:after {
  border-bottom: 30px solid #d9a459;
}
.area_bot .rowlocation .location_01 ul li a {
  border-color: #d9a459;
  color: #d9a459;
}
.area_bot .rowlocation .location_01 ul li a:hover {
  background-color: #d9a459;
}
.area_bot .rowlocation .location_02 {
  float: right;
  padding-right: 74px;
}
.area_bot .rowlocation .location_02 h5 {
  background: #5c4aaa;
}
.area_bot .rowlocation .location_02 h5:after {
  border-bottom: 30px solid #5c4aaa;
}
.area_bot .rowlocation .location_02 ul li a {
  border-color: #5c4aaa;
  color: #5c4aaa;
}
.area_bot .rowlocation .location_02 ul li a:hover {
  background-color: #5c4aaa;
}
.area_bot .rowlocation .location_03 {
  width: 33.3333%;
}
.area_bot .rowlocation .location_03 h5 {
  background: #f36d24;
}
.area_bot .rowlocation .location_03 h5:after {
  border-bottom: 30px solid #f36d24;
}
.area_bot .rowlocation .location_03 ul li a {
  border-color: #f36d24;
  color: #f36d24;
}
.area_bot .rowlocation .location_03 ul li a:hover {
  background-color: #f36d24;
}
.area_bot .rowlocation .location_04 {
  width: 25%;
}
.area_bot .rowlocation .location_04 h5 {
  background: #6e9d2a;
}
.area_bot .rowlocation .location_04 h5:after {
  border-bottom: 30px solid #6e9d2a;
}
.area_bot .rowlocation .location_04 ul li a {
  border-color: #6e9d2a;
  color: #6e9d2a;
}
.area_bot .rowlocation .location_04 ul li a:hover {
  background-color: #6e9d2a;
}
.area_bot .rowlocation .location_05 {
  float: right;
  width: 26%;
}
.area_bot .rowlocation .location_05 h5 {
  background: #4666b5;
}
.area_bot .rowlocation .location_05 h5:after {
  border-bottom: 30px solid #4666b5;
}
.area_bot .rowlocation .location_05 ul li a {
  border-color: #4666b5;
  color: #4666b5;
}
.area_bot .rowlocation .location_05 ul li a:hover {
  background-color: #4666b5;
}
.area_bot .rowlocation .location_06 {
  width: 50%;
}
.area_bot .rowlocation .location_06 h5 {
  background: #ef1a97;
}
.area_bot .rowlocation .location_06 h5:after {
  border-bottom: 30px solid #ef1a97;
}
.area_bot .rowlocation .location_06 ul li a {
  border-color: #ef1a97;
  color: #ef1a97;
}
.area_bot .rowlocation .location_06 ul li a:hover {
  background-color: #ef1a97;
}
.area_bot .rowlocation .location_07 {
  float: right;
  position: relative;
  width: 34%;
}
.area_bot .rowlocation .location_07 h5 {
  background: #33a7a8;
}
.area_bot .rowlocation .location_07 h5:after {
  border-bottom: 30px solid #33a7a8;
}
.area_bot .rowlocation .location_07 ul li a {
  border-color: #33a7a8;
  color: #33a7a8;
}
.area_bot .rowlocation .location_07 ul li a:hover {
  background-color: #33a7a8;
}
.area_bot .rowlocation .location_08 {
  width: 39%;
}
.area_bot .rowlocation .location_08 h5 {
  background: #e32851;
  padding: 0 15px;
}
.area_bot .rowlocation .location_08 h5:after {
  border-bottom: 30px solid #e32851;
}
.area_bot .rowlocation .location_08 ul li a {
  border-color: #e32851;
  color: #e32851;
}
.area_bot .rowlocation .location_08 ul li a:hover {
  background-color: #e32851;
}
.area_bot .rowlocation .location_09 {
  position: relative;
  right: -84px;
  top: 11px;
  width: 50.5%;
}
.area_bot .rowlocation .location_09 h5 {
  background: #348653;
  letter-spacing: 0;
  padding: 0 5px;
}
.area_bot .rowlocation .location_09 h5:after {
  border-bottom: 30px solid #348653;
}
.area_bot .rowlocation .location_09 ul li a {
  border-color: #348653;
  color: #348653;
}
.area_bot .rowlocation .location_09 ul li a:hover {
  background-color: #348653;
}

/*----------------------------------------
レンタカー／レンタカー会社から検索
------------------------------------------*/
.top .company_box_inner {
  margin: 0 auto;
}

.top .company_box_inner h3 {
  margin: 0;
  text-align: center;
}

.top .company_box_inner .company_box_desc {
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
  padding: 0 70px;
  text-align: center;
}

.top .company_box_inner .company_box_desc p {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
}

.top .company_box_inner .company_box_top {
  padding-top: 30px;
}

.top .company_box_list {
  margin-top: 30px;
}

.top .company_box_list h2 {
  background: #113c95;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 560px;
}

.top .company_box_list h2 span {
  color: #fff100;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.top .company_box_list h2 span:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("/rentacar/image/top/company_title02.png") no-repeat left center;
  background-size: 20px;
  position: absolute;
  top: 0;
  margin-top: -7px;
  left: 0;
}

.top .company_box_list_inner {
  background: #fff;
  width: 850px;
  margin: 0 auto;
  padding: 20px 30px 6px;
}

.top .company_box_list ul {
  margin: 0 -15px;
}

.top .company_box_list ul li {
  float: left;
  margin-bottom: 14px;
  padding: 0 15px;
  width: 50%;
}

.top .company_box_list ul li a {
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-box-shadow: 0px 4px 0px 0px #d7cc43;
  -webkit-transition: all 0s ease-out;
  background: #fff269 url("/rentacar/image/top/ico_arrow_yellow.png") no-repeat 96% center;
  background-size: 12px;
  border-left: solid 1px #d7cc43;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 4px 0px 0px #d7cc43;
  color: #113c95;
  cursor: pointer;
  display: block;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 40px;
  line-height: 42px;
  padding: 0 0 0 55px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0s ease-out;
  width: 100%;
}

.top .company_box_list ul li a small {
  font-size: 15px;
  font-weight: 300;
  margin-left: -5px;
}

.top .company_box_list ul li a:active {
  -webkit-box-shadow: 0px 1px 0px 0px #d7cc43;
  box-shadow: 0px 1px 0px 0px #d7cc43;
  top: 3px;
}

.top .company_box_list ul li a:active:before {
  -webkit-box-shadow: 0px 4px 0px 0px #0c2c77, 6px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 0px 0px #0c2c77, 6px 4px 2px rgba(0, 0, 0, 0.3);
  top: -3px;
}

.top .company_box_list ul li a:before {
  -webkit-box-shadow: 0px 4px 0px 0px #0c2c77;
  background: #113c95 url("/rentacar/image/top/ico_search_blue.jpg") no-repeat center;
  background-size: 45%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0px 4px 0px 0px #0c2c77;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 45px;
}

.top .company_box_banner {
  margin: 0 auto;
  padding: 0;
}

.top .company_box_banner ul li {
  margin: 30px auto 0;
  text-align: center;
}

.top .company_box_banner ul li a {
  display: block;
  width: 600px;
  margin: 0 auto;
}

.top .company_box_banner ul li a img {
  width: 600px;
}

.top .company_box_banner ul li a:hover {
  opacity: .8;
  /* Block - End Company Box **/
}

.top .company_box_banner ul li p {
  font-size: 16px;
  margin: 10px auto 0;
}

.top .rentcar_box {
  /* Block Rent car **/
  padding-bottom: 20px;
  padding-top: 30px;
}

/* おすすめ特集 */
.top .rentcar_box_detail_blk02.ico04 h3:before {
  background-image: url(/rentacar/image/top/ico-star.png);
}

.top .rentcar_box_detail_blk02 .bnr_link_inner ul li {
  margin-bottom: 20px;
  text-align: center;
}

.top .rentcar_box_detail_blk02 .bnr_link_inner ul li:last-child {
  margin-bottom: 10px;
}

.top .rentcar_box_detail_blk02 .bnr_link_inner ul li .cap {
  font-size: 16px;
  margin: 5px auto 0;
}

.top .rentcar_box_desc {
  letter-spacing: 0.005em;
  text-align: center;
  padding: 0 15px;
}

.top .rentcar_box .rentcar_box_blk01 {
  margin-bottom: 15px;
}

.top .rentcar_box .rentcar_box_blk02 {
  margin-bottom: 20px;
}

.top .rentcar_box .rentcar_box_blk03 {
  margin-bottom: 30px;
}

.top .rentcar_box_inner {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #bbb1a2;
	padding: 0 0 30px;
	position: relative;
}

.top .rentcar_box_detail > .rentcar_box_inner:last-of-type {
  padding-bottom: 0;
}

.top #term_dictionary02 {
  margin-top: 30px;
}

.top .rentcar_box_inner h4 {
  margin: 0;
}

.top .rentcar_box_inner h4 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.top .rentcar_box_inner .bg_txt {
  background: url("/rentacar/image/top/rentcar_detail_bg.jpg") repeat;
  display: block;
  font-size: 17px;
  letter-spacing: .2px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 15px;
}

.top .rentcar_box_inner_01 {
  padding: 15px;
}

.support_dic_chk{
	display: none;
}

.top .rentcar_box_inner_02 {
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  display: none;
  padding: 0 15px 15px;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/*--アコーディオン　開閉--*/
#support_dic_01:checked+.rentcar_box_inner_02,
#support_dic_02:checked+.rentcar_box_inner_02,
#support_dic_03:checked+.rentcar_box_inner_02{
  display: block;
}

.top .rentcar_box_inner ul {
  float: left;
  width: 50%;
}

.top .rentcar_box_inner ul li {
  float: left;
  padding: 0 10px;
  width: 100%;
}

.top .rentcar_box_inner ul li a {
  background: url("/rentacar/image/top/rentcar_ico_02.jpg") no-repeat left 14px;
  background-size: 17px;
  border-bottom: 1px dotted #bbb1a2;
  color: #113c95;
  display: block;
  font-size: 17px;
	font-weight: 600;
  letter-spacing: .25px;
  line-height: 1.5;
  padding: 10px 0 9px 25px;
}

.top .rentcar_box_inner ul li a:hover {
  opacity: .8;
}

.top .rentcar_box_inner ul li:last-child a {
  border-bottom: 0;
}

.top .rentcar_box_inner .top_fun_lst1_btn {
  margin-bottom: 20px;
  text-align: center;
}

.top .rentcar_box_inner .top_fun_lst1_btn label{
  cursor: pointer;
}

.top .rentcar_box_detail {
  color: #333333;
  float: left;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .2px;
  padding-right: 44px;
  width: 699px;
}

.top .rentcar_box_detail .rentcar_title_main {
  background: #113c95;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.top .rentcar_box_detail .rentcar_title_main:before {
  background: url("/rentacar/image/top/rentcar_detail_ico_01.png") no-repeat center;
  background-size: 100%;
  bottom: -8px;
  content: '';
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  width: 34px;
  height: 34px;
}

.top .rentcar_box_detail .rentcar_title_main small {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 5px;
  position: relative;
  top: -2px;
}


/*50音検索*/
.top .rentcar_box_detail_blk02 {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #113c95;
  margin-top: 30px;
}

.top .rentcar_box_detail_blk02:first-child {
  margin-top: 0;
}

.top .rentcar_box_detail_blk02 .rentcar_box_inner_01 .link_inner {
  margin-top: -10px;
}

.top .rentcar_box_detail_blk02.ico02 h3:before {
  background-image: url(/rentacar/image/top/rentcar_detail_ico_001.png);
}

.top .rentcar_box_detail_blk02.ico03 h3:before {
  background-image: url(/rentacar/image/top/rentcar_detail_ico_02.png);
}

.top .rentcar_box_detail_blk02.ico03 p {
  margin: 15px 0;
}

.top .rentcar_box_detail_blk02 p {
  padding: 0 20px;
}

.top .rentcar_box_detail_blk02 .rentcar_box_inner_01 {
  padding-top: 0;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap {
  margin-top: 10px;
  padding: 0 20px;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list {
  display: none;
  left: 0;
  margin-left: 8px;
  padding-top: 15px;
  position: absolute;
  width: 110px;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap li.hover .list_btn_wrap_list {
  animation: fadeIn 1s ease;
  display: block;
}

@keyframes fadeIn {
  0% {
  opacity: 0
  }
  100% {
  opacity: 1
  }
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list:before {
  border-color: transparent transparent #aa9f72 transparent;
  border-style: solid;
  border-width: 9px;
  content: "";
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: -2px;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list:after {
  border-color: transparent transparent #fbee67 transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 0;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_ul {
  background: #fbee67;
  border-radius: 5px;
  border: 1px solid #aa9f72;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3);
  margin: 0;
  transition: none;
  width: 200%;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_ul:before, .top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_ul:after {
  content: " ";
  display: table;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_ul:after {
  clear: both;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_ul.item3 .list_btn_wrap_list_li {
  width: 33.3333%;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_li {
  border-right: 1px solid #aa9f72;
  margin: 8px 0;
  padding: 0;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_li:nth-child(5n), .top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_li:last-child {
  border: none;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_li.has_border {
  border-right: 1px solid #aa9f72;
}
.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_li.is_gr{
  text-align: center;
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

.top .rentcar_box_detail_blk02.list_btn .list_btn_wrap .list_btn_wrap_list_li a {
  color: #113c95;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  transition: none;
  width: 100%;
}

.top .rentcar_box_detail_blk02.list_btn ul {
  margin: 0 -8px;
}

.top .rentcar_box_detail_blk02.list_btn ul li {
  float: left;
  margin-bottom: 16px;
  padding: 0 8px;
  position: relative;
  width: 20%;
}
.top .rentcar_box_detail_blk02.list_btn ul li.hover {
  margin-bottom: 80px;
}

.top .rentcar_box_detail_blk02.list_btn ul li .one_item {
  width: 100%;
}

.top .rentcar_box_detail_blk02.list_btn ul li .one_item.active .list_btn_wrap_list {
  display: block;
}

.top .rentcar_box_detail_blk02.list_btn ul li .one_item.active .btn_lst_a {
  background: #113c95 url("/rentacar/image/top/ico_arrow_yellow_white.png") no-repeat 90% center;
  box-shadow: 0px 4px 0px 0px #0e2f42;
  color: #fff;
}

.top .rentcar_box_detail_blk02.list_btn ul li:nth-child(4) .list_btn_wrap_list_ul,
.top .rentcar_box_detail_blk02.list_btn ul li:nth-child(9) .list_btn_wrap_list_ul {
  transform: translateX(-30px);
}
.top .rentcar_box_detail_blk02.list_btn ul li:nth-child(5n) .list_btn_wrap_list_ul {
  transform: translateX(-110px);
}

.top .rentcar_box_detail_blk02.list_btn ul li:nth-child(5n+1) {
  clear: left;
}

.top .rentcar_box_detail_blk02.list_btn ul li .btn_lst_a {
  box-shadow: 0 4px 0 0 #d7cc43;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
  background: #fff269 url("/rentacar/image/top/ico_arrow_yellow.png") no-repeat 90% center;
  background-size: 10px;
  border-left: solid 1px #d7cc43;
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 0 0 #d7cc43;
  color: #113c95;
  cursor: pointer;
  display: block;
  display: block;
  font-size: 22px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0s ease-out;
  width: 100%;
}

.top .rentcar_box_detail_blk02.list_btn ul li .btn_lst_a.gr {
  pointer-events: none;
  background: #ccc url(/rentacar/image/top/ico_arrow_yellow_white.png) no-repeat 90% center;
  box-shadow: 0 4px 0 0 #b5b5b5;
  color: #fff;
}

#term_dictionary.rentcar_box_detail_blk02.list_btn ul li .btn_lst_a {
  padding: 0 0 0 30px;
}

.top .rentcar_box_detail_blk02.list_btn ul li .btn_lst_a small {
  font-size: 18px;
}

.top .rentcar_box_detail_blk02.list_btn ul li .btn_lst_a:hover,
.top .rentcar_box_detail_blk02.list_btn ul li.hover .btn_lst_a{
  background: #113c95 url("/rentacar/image/top/ico_arrow_yellow_white.png") no-repeat 90% center;
  box-shadow: 0px 4px 0px 0px #0e2f42;
  color: #fff;
}

.top .rentcar_box_detail_blk02.list_btn ul li .btn_lst_a:active {
  -webkit-box-shadow: 0px 1px 0px 0px #d7cc43;
  box-shadow: 0px 1px 0px 0px #d7cc43;
  top: 3px;
}

/*-- 募集バナー */
.mod_bnr_box {
  margin: 30px auto 0;
  width: 620px;
}

/*-- 右カラム --*/
.top .rentcar_box_sidebar {
  float: left;
  width: 300px;
}

.top .mod_side_bnr {
	margin-bottom: 15px;
}

.top .mod_side_bnr figcaption {
	font-size: 16px;
	line-height: 1.3;
	padding-top: 5px;
	text-align: left;
}

.top .rentcar_box_bnr {
  margin-bottom: 15px;
}

.top .rentcar_box_bnr iframe {
  display: block;
  margin-bottom: -2px;
}

.top .rentcar_box_bnr a {
  display: block;
}

.top .rentcar_box_bnr a:hover {
  opacity: .8;
}

.top .rentcar_box .social_sidebar {
  margin: 0 auto;
  width: 281px;
}

.top .rentcar_box .social_sidebar_ico {
  background: #fff;
  border: 1px solid #2f50a0;
  margin-bottom: 15px;
}

.top .rentcar_box .social_sidebar_ico h3 {
  background: #0e3077;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: .2px;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.top .rentcar_box .social_sidebar_ico_02 {
  text-align: center;
  padding: 0 9px 10px 9px;
}

.top .rentcar_box .social_sidebar_ico ul {
  font-size: 0;
  padding: 15px;
  text-align: center;
}

.top .rentcar_box .social_sidebar_ico ul li {
  display: inline-block;
  margin-right: 8px;
}
.top .rentcar_box .social_sidebar_ico ul li:last-of-type {
 margin-right: 0;
}

.top .rentcar_box .social_sidebar_ico ul li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px;
  display: block;
  font-size: 0;
  height: 34px;
  width: 34px;
}

.top .rentcar_box .social_sidebar_ico ul li .social_01 {
  background-image: url(/rentacar/image/top/ico_facebook.jpg);
}

.top .rentcar_box .social_sidebar_ico ul li .social_02 {
  background-image: url(/rentacar/image/top/ico_twitter.jpg);
}

.top .rentcar_box .social_sidebar_ico ul li .social_03 {
  background-image: url(/rentacar/image/top/ico_instagram.jpg);
}

.top .rentcar_box .social_sidebar_ico ul li .social_04 {
  background-image: url(/rentacar/image/top/ico_line.jpg);
}

.top .rentcar_box .social_sidebar_ico ul li .social_05 {
  background-image: url(/rentacar/image/top/ico_youtube.jpg);
}

.top .rentcar_box .social_sidebar_ico ul li .social_06 {
  background-image: url(/rentacar/image/top/ico_snslast.jpg);
}

.top .rentcar_box .social_sidebar_btn {
  margin-bottom: 20px;
}

.top .rentcar_box .social_sidebar_btn a {
  margin-bottom: 10px;
}

.top .rentcar_box .social_sidebar_bottom {
  background: #fff;
  border: 1px solid #113c95;
  margin-bottom: 15px;
}

.top .rentcar_box .social_sidebar_bottom h3 {
  background: #113c95;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .6px;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.social_sidebar_bottom .box {
  display: -webkit-flex;
  display: flex;
  padding: 15px 22px 3px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.social_sidebar_bottom .btn {
  height: 42px;
  margin: 0 13px 12px;
  width: 42px;
}

.social_sidebar_bottom .btn.fb {
  margin-left: 27px;
}

.social_sidebar_bottom .btn.ln {
  margin-right: 27px;
}

.social_sidebar_bottom .btn.mail {
  height: 25px;
  margin: 0 0 12px;
  width: 110px;
}

.social_sidebar_bottom .btn a {
  display: block;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.social_sidebar_bottom .btn a img {
  left: 0;
  position: absolute;
  top: 0;
}

/* ボタン画像スプライト */
.social_sidebar_bottom .btn.fb a img{ top: 0;}
.social_sidebar_bottom .btn.tw a img{ top: -44px;}
.social_sidebar_bottom .btn.ln a img{ top: -88px;}

/* mailボタンのみ */
.social_sidebar_bottom .btn.mail a {
  width: 234px;
}

/*--賃貸検索--*/
/* ---------------------------------------
 賃貸物件を探す mod_srch_bkn
---------------------------------------- */
.top_rent {
  background: #fff;
}

.top_rent_container {
  padding-bottom: 20px;
  padding-top: 20px;
}

.mod_srch_bkn {
  background: #fcf3f6;
  border: 2px solid #e84274;
  margin: 0 auto;
  padding: 0;
  width: 630px;
}

.mod_srch_bkn .h_ttl {
  background: #fff;
  border-bottom: 1px solid #e84274;
  margin: 0;
  padding: 1px;
  width: 100%;
}

.mod_srch_bkn .read {
  font-size: 17px;
  margin: 20px auto;
  padding: 0 40px;
  text-align: center;
}

.mod_srch_bkn .lst {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 10px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod_srch_bkn .lnk {
  margin: 0 8px 10px;
}

.mod_srch_bkn .lnk a,
.mod_srch_bkn .lnk span{
  display: block;
  width: 285px;
}
.mod_srch_bkn .lnk a:hover img{
  opacity: 0.8;
}

/* タブレット表示　PC非表示  */
.mod_srch_bkn .lnk.is_pc_hide {
  display: none;
}
.mod_srch_bkn .lnk.is_tab_hide {
  display: block;
}

.top_gift {
  padding-bottom: 20px;
}

/* ---------------------------------------
 hmr  キャンペーン
---------------------------------------- */
.top_gift_list {
  margin-left: -18px;
  margin-right: -18px;
}

.top_gift_list:before, .top_gift_list:after {
  content: "";
  display: table;
}

.top_gift_list:after {
  clear: both;
}
.hmr_cam_slick{
  margin: 0 auto;
  padding: 0;
}

.born {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.hmr_cam_slick a:hover img{
  opacity: 0.9;
}

.hmr_cam_slick.slick-slider{
  width: 880px;
}

.hmr_cam_slick li{
  margin: 0 10px;
  position: relative;
  width: 280px;
}

.hmr_cam_slick_txt{
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: left;
}

.post_slick_inner{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 915px;
}

.post_slick_inner:after{
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

.top_gift .first_text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

.pika_all_box .cap {
  font-size: 1.7rem;
  line-height: 1.5;
}

.official_app_box {
  background: #fff;
  padding: 0 0 25px 0;
}

.top_media_wrap {
  padding-left: 17%;
  padding-right: 17%;
  text-align: center;
}

.top_media_list {
  margin-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 20px;
  padding-top: 35px;
  position: relative;
}

.top_media_list:before, .top_media_list:after {
  content: "";
  display: table;
}

.top_media_list:after {
  clear: both;
}

.top_media_list:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px dashed #6d644a;
  width: 100%;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
}

.top_media_list:last-child {
  margin-bottom: 0;
  padding-top: 0;
}

.top_media_list:last-child:before {
  display: none;
}

/*お役立ち・お楽しみコンテンツ*/
.top_fun .slick-next{
	right: -25px;
}

.top_fun .container{
	position: relative;
}

.top_fun .container .btn_css_toggle{
  bottom: 0;
	right: 42px;
}

.mod_slick_list{
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
  width: 936px;
}

.mod_slick_list li {
  background: #fff;
  border: 1px solid #1f65a6;
  height: 265px;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 224px;
  overflow: hidden;
}

.mod_slick_list a > h3 {
  color: #003987;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 9px 10px 5px;
  text-align: left;
}

.mod_slick_list a > .read {
  color: #333;
  font-size: 15px;
  line-height: 20px;
	margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

/*--ばな--*/
.mod_officialbnr {
  margin: 20px auto 0;
	padding: 0 0 40px;
  position: relative;
  width: 920px;
}

.mod_slick_bnr li {
  margin: 10px 10px 0 0;
  width: 300px;
}

.mod_slick_bnr {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto 20px;
  width: 930px;
}

.mod_slick_list .slick-dots{
	bottom: 10px;
} 

.mod_slick_bnr .slick-dots{
	bottom: -60px;
} 

.mod_slick_list .slick-dots li,
.mod_slick_bnr .slick-dots li{
	background: #badfff;
	border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
	height: 13px;
  margin: 0 15px 0;
  width: 13px;
}

.mod_slick_list .slick-dots .slick-active,
.mod_slick_bnr .slick-dots .slick-active{
  background: #1f78c4;
}

.mod_officialbnr .btn_css_toggle,
.mod_officialbnr .btn_all_link {
  bottom: 0;
}

/*リード*/
.top_fun .first_text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

/*ログインモーダル*/

.blocker{
  z-index: 1000;
}

#login_modal_area{
  padding: 0;
}

.top .modal_login {
  background: url(/rentacar/image/top/bg_main.jpg) repeat;
  border: 2px solid #113c95;
  min-height: 400px;
  padding: 0;
  position: relative;
  width: 580px;
}

.top .modal_login .close-modal {
  display: none;
}

.top .modal_login form {
  padding-top: 80px;
  text-align: center;
}

.top .modal_login .ttl {
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -4px;
  width: 100%;
}

.top .modal_login .ttl span {
  background: url("/rentacar/image/top/ico_login_head.png") no-repeat center 2px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  letter-spacing: 1.7px;
  line-height: 50px;
  width: 420px;
}

.top .modal_login .howto {
  background: url("/rentacar/image/top/ico_login_play.png") no-repeat left center;
  background-size: 18px;
  display: inline-block;
  font-size: 15px;
  padding: 5px 15px 5px 20px;
  position: relative;
  text-decoration: underline;
}

.top .modal_login .bottom_desc_btn {
  margin-top: 25px;
}

.top .modal_login input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #113c95;
  height: 20px;
  margin-right: 10px;
  margin: 0 4px 4px 0;
  position: relative;
  vertical-align: middle;
  width: 20px;
}

.top .modal_login input[type="checkbox"]:checked::after {
  border-bottom: 4px solid #113c95;
  border-left: 4px solid #113c95;
  content: "";
  display: block;
  height: 9px;
  left: 3px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
}

.top .modal_login input[type="text"], .top .modal_login input[type="password"] {
  border-radius: 3px;
  border: 1px solid #113c95;
  color: #113c95;
  font-size: 15px;
  height: 38px;
  letter-spacing: .75px;
  line-height: 24px;
  padding: 0 20px 0 10px;
  width: 90%;
}
.top .modal_login #email{
  width: 89%;
}

.top .modal_login ul {
  padding: 0 80px;
  width: 100%;
}

.top .modal_login ul li {
  display: block;
  margin-bottom: 15px;
  padding-left: 35px;
  text-align: left;
}

.top .modal_login ul .id {
  background: url(/rentacar/image/top/ico_login_mail.png) no-repeat left center;
  width: 100%;
}

.top .modal_login ul .pw_btn {
  background: url(/rentacar/image/top/ico_login_lock.png) no-repeat left center;
}
.top .modal_login ul .pw_btn #pass{
  float: left;
  margin-right: 10px;
  width: 165px;
}

.top .modal_login ul .login {
  background: url("/rentacar/image/top/ico_login_btn.png") no-repeat center;
  background-size: 102%;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  padding-left: 0;
  position: relative;
  right: -5px;
}
.top .modal_login ul .login:hover {
  opacity: 0.9;
}

.top .modal_login .form_remember {
  display: inline-block;
  margin-top: 10px;
}

.top .modal_login .bottom_desc {
  font-size: 15px;
  letter-spacing: .75px;
  line-height: 24px;
  margin-top: -10px;
}

.top .modal_login a {
  color: #113c95;
}

.top .modal_login form p{
  font-size: 1.5rem;
  margin: 10px 0 0 0; 
}
.top .modal_login form p.chkbox{
  margin-top: 25px;
}
.top .modal_login form p.regist{
  margin-bottom: 25px;
  margin-top: 25px;
}

.top .modal_login form p.close{
  bottom: -73px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
}
.top .modal_login form p.close img:hover{
  opacity: 0.9; 
}

/*   ローディング　GIF */

.mod_usr_login .loading {
  background: url(/rentacar/image/top/bg_main.jpg) repeat;
  display: none;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 102;
}

.mod_usr_login .loading img {
  bottom: 0;
  display: inline-block;
  height: 38px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}

.modal a.close-modal{
  display: none;
}

.cont .clsbtn {
  right: 210px;
  width: 150px;
  height: 40px;
  background: url(/rentacar/image/top/titlelastmenu_btn.png) no-repeat left top;
  padding: 0;
}
.modal-wrap .clsbtn:hover {
  opacity: 0.9; 
}

.top .modal_login form .err {
  background: #fefbf6;
  border: 2px solid #cf3a3b;
  color: #cf3a3b;
  display: none;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px auto 5px;
  padding: 5px 10px 3px;
  text-align: center;
  width: 416px;
}

/*ログイン注意文*/
.box_login_caution_modal {
  margin: 35px auto;
  width: 80%;
}
#mod_login_caution .ttl {
  left: 0;
  top: -15px;
  margin: 0 auto;
  width: 75%;
  background: url(/rentacar/image/top/bg_main.jpg) repeat;
  text-align: center;
  font-size: 16px;
}

.top #fade02 {
  border: 2px solid #113c95;
  height: auto;
  padding: 0;
  position: absolute;
  width: 610px;
  margin: 300px -305px;
}

.top #fade02 .close-modal {
  display: none;
}

.top #fade02 h3 {
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
}

.top #fade02 .rentcar_box_detail_blk02 {
  border: 0;
  margin-bottom: 0;
}

.top #fade02 .list_btn_wrap {
  padding: 75px 40px 25px;
}

.top #fade02 .close_btn_popup {
  bottom: 0;
  left: 50%;
  margin-bottom: -70px;
  margin-left: -75px;
  position: absolute;
}

.top #fade02 .rentcar_box_detail_blk02.list_btn ul li:nth-child(5n) .list_btn_wrap_list_ul {
  -webkit-transform: translateX(-133px);
  -ms-transform: translateX(-133px);
  -o-transform: translateX(-133px);
  transform: translateX(-133px);
}

.none_pc.top .run_slick .slick-prev {
  left: -22px;
}

.none_pc.top .run_slick .slick-next {
  right: -22px;
}

.none_pc.top .header .area_top .facility {
  line-height: 29px;
}

.none_pc.top .rentcar_box_inner ul li a {
  border-width: 2px;
}

.none_pc .top_banner {
  background-size: 115%;
}

.none_pc .top_search_form input[type="text"] {
  line-height: 42px;
}

.none_pc .top_search_form input[type="submit"] {
  background-size: auto 100%;
  height: 50px;
}
.none_pc .top_fun_lst1_btn a {
  margin-top: 10px;
}

.none_pc .top_gift_wrap {
  overflow: hidden;
}

/* ---------------------------------------
 施設検索SNSバナー  mod_sns_bnr
---------------------------------------- */

.mod_sns_bnr {
  margin: 0 auto 15px;
}

.mod_sns_bnr .lst{
  margin: 0 auto;
  padding: 0;
}

.mod_sns_bnr .bnr {
  height: 40px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.event_none{
  pointer-events: none;
  cursor: default;
}

.mod_sns_bnr a:hover >img{
  opacity: 0.8;
}

/* ================================================
 広告枠
================================================ */
.ad_bnrbox {
  display: -webkit-flex;
  display: flex;
  margin: 60px auto;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.ad_bnrbox,
.ad_bnrbox.col2 {
  margin: 50px auto 0;
  padding: 60px 0 0;
  width: 646px;
  text-align: center;
  overflow: hidden;
  border-top: 4px solid #FFA5C9;
}

.ad_box {
  margin: 0 auto 20px;
  max-height: 250px;
}

.useful_box + .ad_bnrbox.col2 {
  margin: 30px auto 15px;
}

#adarea {
  margin-bottom: 15px;
}

.mod_side_audio button{
  padding: 0;
}

/*------------------------------------
最近の投稿
--------------------------------------*/
.post_bg_box{
	background-position: left top;
	background-repeat: repeat;
	background-size: 8px;
	padding: 1px 0 40px;
}

#latest_post_photo_area.post_bg_box{
	background-image: url("/rentacar/image/top/bg_post_photo.png");
	margin-top: 30px;
}

#latest_post_movie_area.post_bg_box{
	background-image: url("/rentacar/image/top/bg_post_movie.png");
  padding-bottom: 20px;
}

.mod_latest_post{
	padding: 0 0 40px;
}

.mod_latest_post .h_ttl{
	height: 50px;
	margin: -31px auto 15px;
	width: 388px;
}

.mod_latest_post._movie .lnk .thumb>img{
	bottom: 0;
	height: 100%;
	max-width: none;
}

.mod_latest_post .cap{
	font-weight: 600;
}

.mod_latest_post .btn_css_toggle,
.mod_latest_post .btn_all_link{
	bottom: 0;
	box-shadow: 0 3px 10px rgba(50,45,45,0.3);
}

.mod_latest_post .slick-dots {
  bottom: -40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.mod_latest_post .slick-dots li {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin-left: 15px;
  margin-right: 15px;
  width: 13px;
}

.mod_latest_post .slick-dots li button {
  background: none;
  border: none;
  font-size: 0;
  outline: none;
  padding: 0;
}

.mod_latest_post._photo .slick-dots .slick-active {
  background: #1f78c4;
}

.mod_latest_post._movie .slick-dots .slick-active {
  background: #02855b;
}

/*=================================================
関連サイトのご紹介 bnrbox_related_sites
==================================================*/
.bnrbox_related_sites {
  margin-top: 40px;
}

/*=================================================
グローバルメニュー直下掲載バナー
==================================================*/
.mod_bnr_special {
  border-radius: 6px;
  margin: 30px auto 0px;
  text-align: center;
}
.mod_bnr_special + .mod_bnr_special {
  margin-top: 30px;
}
.mod_bnr_special ul {
  margin: 0 auto;
}
.mod_bnr_special li {
  margin-top: 10px;
}
.mod_bnr_special a {
  display:inline-block;
}
.mod_bnr_special a:hover {
  background-color: #fff;
}
.mod_bnr_special a:hover img {
  opacity: .8;
}
.mod_bnr_special li p {
  font-size: 15px;
  line-height: 20px;
  margin: 5px auto 0;
}

/* ----------------------------------------------------------
 ポータルサイト説明のサイドバナー設置
---------------------------------------------------------- */

.js-modal_content.mod_category {
  display: none;
  width: 920px;
  border: 3px solid #007ccb;
  border-radius: 5px;
  background: #f8f7ea;
  overflow: hidden;
  margin-bottom: 20px;
  position: absolute;
}

.mod_category.js-modal_content.bnr_portalsite_box {
  border: none;
  border-radius: 10px;
  left: 50% !important;
  right: auto;
  top: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1000px;
}

.box_inner {
  position: relative;
}

.mod_category.bnr_portalsite_box .btn_box {
  bottom: 0;
  left: 0;
  margin: 15px auto 31px;
  position: absolute;
  right: 0;
}

/* 閉じる */
.mod_category .btn_box {
  margin: 10px auto 20px;
  text-align: center;
}

.mod_category .btn {
  position: relative;
  width: 210px;
  height: 45px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.mod_category .btn img {
  left: 0;
  position: absolute;
  width: 422px;
}

.mod_category .btn:hover img {
  left: auto;
  right: 0;
}

.mod_category .btn.close img {
  bottom: 0;
}

/* Bootstrap用上書き記述 */

.mod_category .btn img {
  max-width: 422px;
}

.mod_category .btn.close {
  color: #000;
  filter: alpha(opacity=1);
  float: none;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
}

/*----------------------------------------
アンカーナビゲーション #13172 #nav_anchor
-----------------------------------------*/
.nav_anchor_box {
  top: 72px;
  font-size: 17px;
}

.nav_anchor_inner li {
  text-align: left;
}

/*----------------------------------------
  新しいお部屋探しのご提案　物件モーダル調整
-----------------------------------------*/
#modal_rent_pr_floor .box_modal_rent{
  font-size: 15px;
}
/*----------------------------------------
media query for iPad
------------------------------------------*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1060px) {
  body {
  width: 1024px;
  }

  .top_search_form input[type="text"]{
  height: 40px;
  }

  .mod_srch_bkn .lnk.pc_hide {
  display: inline-block;
  }
  .mod_srch_bkn .lnk.tb_hide {
  display: none;
  }

  .top .header .my_page.is_gr {
  background: url(/rentacar/image/top/bg_info02_gr.png) no-repeat right -7px;
  background-size: 444px;
  }

  .top #fade02 {
  margin: 150px -305px;
  }

  .top .header .area_bot ul li a{
  line-height: 28px;
  }
  .top .rentcar_box_inner .bg_txt{
  padding: 7px 15px 6px;
  }

  .top .company_box_list h2 span:before{
  margin-top: -9px;
  }

}

/*-----------------------------------
　新しいお部屋探しのご提案リード
-----------------------------------*/
#rent_pr_search .rent_pr_inner {
  margin-top: 55px;
  width: 320px;
}

#rent_pr_search .rent_pr_inner p{
  font-size: 17px;
}

.show_more #rent_pr_search .rent_pr_inner .btn_read_more{
  display: block;
  margin: 10px 0 0;
}

#rent_pr_search .rent_pr_inner .btn_read_more a{
  font-size: 17px;
}

.facility_research {
  display: flex;
  justify-content: center;
  margin: 30px auto 35px;
  text-align: center;
}

.facility_research a {
  display: block;
}

.facility_research figure img:hover {
  opacity: .8;
}

.facility_research figure figcaption{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
}

.footer_desc_inner{
  text-align: left;
}
.footer_bottom_menu li{
  text-align: left;
}
.footer_bottom_menu ul .col03{
  padding-left: 30px;
}