@charset "utf-8";

/* CSS Document */
/*==================================================
  index header
==================================================*/
.indexwrapper .header_logo_txt,
.indexwrapper .header_ttl,
.indexwrapper .pnavi_item a,
.indexwrapper .pnavi_item input,
.indexwrapper .gnavi_item a,
.indexwrapper .head_telBox_item {
  color: #FFF;
}

.indexwrapper .pnavi_item a,
.indexwrapper .pnavi_item.logout {
  border: solid 1px #FFF;
}

.indexwrapper .pnavi_item a:before,
.indexwrapper .pnavi_item.logout:before {
  background: #FFF;
}

.indexwrapper .pnavi_item a:hover,
.indexwrapper .pnavi_item.logout:hover input {
  color: #111;
}

.indexwrapper #header {
  border-bottom: none !important;
}

.indexwrapper #header.headFixed {
  background: rgba(0, 0, 0, 0.8);
}

.indexwrapper .gnavi_item a:hover {
  color: #111;
}

.indexwrapper .gnavi_item a:before {
  background: #FFF;
}

.indexwrapper .head_telBox {
  filter: none;
}

/*==================================================
  indexmainBox
==================================================*/
#wrapper.indexwrapper {
  position: relative;
}

#ytPlayerWrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#ytPlayer video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit:cover";
}

.indexmainBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}

.indexmain_primage {
  width: 1080px;
  margin: 130px auto 0;
  position: relative;
  z-index: 100;
}

.indexmain_primage img {
  width: 150px;
  height: 150px;
}

.indexmainBox .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.indexmainBox .fadeAnime {
  opacity: 0;
}

.indexmainBox h2 {
  font-size: 32px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.indexmainBox h2 span {
  font-size: 1.2em;
}

.indexmain_link {
  text-align: center;
  margin-top: 10px
}

.indexmain_link a {
  display: inline-block;
  padding: 20px 40px;
  color: #FFF;
  border: solid 1px #FFF;
  font-size: 24px;
  font-weight: 700;
  transition: all .3s ease;
}

.indexmain_link a:hover {
  background: #111;
  border: solid 1px #111;
}

.indexmain_scroll a {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.indexmain_scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: scrl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.indexmainBox .fade01 {
  animation: fadein 1s ease-in-out 1s 1 normal forwards;
  -webkit-animation: fadein 1s ease-in-out 1s 1 normal forwards;
  -ms-animation: fadein 1s ease-in-out 1s 1 normal forwards;
}

.indexmainBox .fade02 {
  animation: fadein 1s ease-in-out 2s 1 normal forwards;
  -webkit-animation: fadein 1s ease-in-out 2s 1 normal forwards;
  -ms-animation: fadein 1s ease-in-out 2s 1 normal forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*==================================================
  home WRAPPER
==================================================*/
#container.homeContainer {
  width: 100%;
  max-width: none;
}

#main_contents.home {
  margin-top: calc(100vh - 119px + 80px);
}

.home .wire {
  width: 1080px;
  max-width: 98%;
  min-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.wire_shop {
  display: block;
}

.wire_shop img {
  max-width: 100%;
  height: auto;
}

/*==================================================
  home MODULE
==================================================*/

/***** title *****/
.home .index_ttl {
  text-align: center;
}

.home .index_ttl span {
  display: block;
}

.home .index_ttl .en_osw {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

.home .index_ttl .ja {
  font-size: 18px;
  font-weight: 700;
}

.home .index_ttl02 {
  text-align: center;
  margin-bottom: 40px;
}

.home .index_ttl02 .en_osw {
  background: #111;
  color: #FFF;
  padding: 5px 10px;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.home .index_ttl02 .ja {
  display: block;
  font-weight: 700;
  font-size: 24px;
}

/***** new icon *****/
.home .cate_new.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #FFF;
  font-size: 15px;
  font-weight: 700;
  border: solid 1px #111;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

/***** btn_archive *****/
.home .btn_archive a {
  display: block;
  box-sizing: border-box;
  width: 450px;
  border: solid 1px #111;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  background: #FFF;
  transition: all .3s ease;
}

.home .btn_archive a:hover {
  background: #111;
  color: #FFF;
  transition: all .3s ease;
}


/*==================================================
  searchBox
==================================================*/
.home #searchBox {
  margin-top: 80px;
  margin-bottom: 80px;
}

.home #searchBox .inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home #searchBox .inner .numberBox {
  width: 480px;
  box-sizing: border-box;
}

/*************** allNumber ****************/
.home #searchBox .allNumber {
  margin: 20px 0;
}

.home #searchBox .allNumber .item01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.home #searchBox .allNumber .item01 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 3px #111;
  margin-bottom: 20px;
  padding: 0 10px 5px;
}

.home #searchBox .allNumber .item01 dt {
  width: 115px;
}

.home #searchBox .allNumber .item01 dd {
  margin-left: 10px;
}

.home #searchBox .allNumber .item01 dd span {
  font-weight: bold;
  font-size: 2.2em;
  display: inline-block;
  margin-right: 5px;
}

.home #searchBox .allNumber .item02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.home #searchBox .allNumber .item02 dl {
  width: 155px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #111;
  box-sizing: border-box;
}

.home #searchBox .allNumber .item02 dl dt {
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 60px;
  box-sizing: border-box;
  padding: 0 10px;
}

.home #searchBox .allNumber .item02 dl dd {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background: #FFF;
  width: 95px;
}

.home #searchBox .allNumber .item02 dl dd span {
  font-weight: bold;
  font-size: 1.4em;
  display: inline-block;
  margin-right: 5px;
}

.home #searchBox .allNumber .item02 dl.member {
  background-color: #d30004;
}

.home #searchBox .allNumber .item02 dl.general {
  background-color: #137cc6;
}

.home #searchBox .allNumber .item02 dl.shop {
  background-color: #14a229;
}

/*************** detailNumber ****************/
.home #searchBox .detailNumber {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 385px;
}

.home #searchBox .detailNum_btn {
  width: 49%;
  margin-bottom: 5px;
}

.home #searchBox .detailNum_btn:nth-child(-n+8) {
  margin-right: 2%;
}

.home #searchBox .detailNum_btn:nth-child(8n) {
  margin-bottom: 0;
}

.home #searchBox .detailNum_btn a {
  display: block;
  background: #EEE;
  transition: all .3s ease;
  font-weight: 700;
  padding: 10px;
}

.home #searchBox .detailNum_btn a:hover {
  background: #111;
  color: #FFF;
}

.home #searchBox .detailNumber dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home #searchBox .detailNumber dt {
  margin-right: 20px;
}

.home #searchBox .detailNumber dd span {
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  margin-right: 5px;
}

/*************** mapBox ****************/
.home #searchBox .mapBox img {
  width: auto !important;
  height: auto !important;
}

#mapArea {
  margin: 0 0 0 30px;
  width: 570px;
  height: 540px;
  position: relative;
}

#mapArea .cityMap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.searchBox_caution {
  text-align: center;
  font-weight: 700;
}

/*==================================================
  ememberBox
==================================================*/

.ememberBox {
  font-size: 18px;
  border: 2px dotted #333;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.ememberBox .emember_btnList {
  margin: 10px 20%;
  display: flex;
  justify-content: space-between;
}

.ememberBox li.btn_emember {
  background: #D30004;
  width: 49%;
}

.ememberBox li.btn_login {
  background: #505050;
  width: 49%;
}

.ememberBox .emember_btnList a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
}

/*==================================================
  eventBox
==================================================*/
.home #eventBox {
  margin: 80px 0;
}

.home #eventBox .index_ttl {
  background: url(/share/img/index/bg_eventBox_ttl.jpg);
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 60px;
}

.home #eventBox .bx-wrapper {
  margin-bottom: 40px !important;
}

.home #eventBox .bx-viewport {
  height: 393px !important;
}

.home #eventBox .bx-viewport>.event_itemList {
  padding-top: 25px;
}

.home .event_itemList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.home .event_item {
  width: 32%;
  box-sizing: border-box;
  border: solid 1px #111;
}

.home #eventBox .wire>.event_itemList .event_item {
  margin-left: 2%;
}

.home #eventBox .wire>.event_itemList .event_item:first-child {
  margin-left: 0;
}

.home .event_item a {
  display: block;
  width: 100%;
  position: relative;
}

.home .event_photo {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.home .event_info {
  padding: 20px;
  transition: all .3s ease;
}

.home .event_item a:hover .event_info {
  opacity: 0.5;
}

.home .event_info_ttl {
  font-weight: 700;
  margin-bottom: 10px;
}

.home .event_info_date {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .event_info_link {
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #111;
}

/*==================================================
  renovatedBox & galleryBox
==================================================*/
.home #renovatedBox,
.home #galleryBox {
  background: #F5F5F5;
  padding: 80px 0;
  margin: 80px 0;
}

.home #renovatedBox .index_ttl,
.home #galleryBox .index_ttl {
  margin-bottom: 40px;
}

.home #renovatedBox .inner,
.home #galleryBox .inner {
  max-width: 98%;
  margin: 0 auto 40px;
}

.home .reno_itemList,
.home .gallery_itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}

.home .reno_item,
.home .gallery_item {
  width: 24%;
  margin-left: 1%;
  background: #FFF;
  margin-bottom: 40px;
}

.home .reno_item:nth-last-child(-n+4),
.home .gallery_item:nth-last-child(-n+4) {
  /*margin-bottom:0;*/
}

.home .reno_item:first-child,
.home .reno_item:nth-child(5),
.home .gallery_item:first-child,
.home .gallery_item:nth-child(5) {
  margin-left: 0;
}

.home .reno_item:first-child,
.home .gallery_item:first-child {
  margin-left: 0px;
}

.home .reno_item a,
.home .gallery_item a {
  display: block;
  width: 100%;
  position: relative;
}

.home .reno_photo {
  width: 100%;
  height: 35vw;
  overflow: hidden;
}

.home .reno_info {
  padding: 20px;
  transition: all .3s ease;
}

.home .reno_item a:hover .reno_info,
.home .gallery_item a:hover .gallery_info {
  opacity: 0.5;
}

.home .reno_info_ttl,
.home .gallery_info_ttl {
  font-weight: 700;
  margin-bottom: 10px;
}

/*==================================================
  showroomBox
==================================================*/
.home .showroomBox {
  margin-bottom: 80px;
}

.home .showroomBox .index_ttl {
  margin-bottom: 40px;
}

.home .showroomBox .inner {
  display: flex;
  justify-content: center;
  width: 1080px;
  max-width: 98%;
  margin: 0 auto;
}

.home .showroom_item {
  width: 48%;
}

.home .showroom_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .showroom_photo {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home .showroom_name {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  transition: all .3s ease;
  background: url(/share/img/common/arrow_black.png) no-repeat 95% center;
  background-size: 10px;
}

.home .showroom_item a:hover .showroom_name {
  opacity: 0.5;
}

/*==================================================
  youtubeBox & VRBox
==================================================*/
.home #youtubeBox,
.home #VRBox {
  margin: 80px auto;
}

.home #youtubeBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home #youtubeBox ul li {
  width: 49%;
}

.home #youtubeBox ul li img {
  width: 100%;
}

.home #youtubeBox ul li p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==================================================
  VRBox
==================================================*/
.VRBox .matterport-showcase iframe {
  min-height: 240px;
  width: 100%;
}

.VRBox .matterport-showcase {
  text-align: center;
}

/*==================================================
  interviewBox
==================================================*/
.home #interviewBox {
  margin: 80px 0;
}

.home #interviewBox .index_ttl {
  margin-bottom: 40px;
}

.home #interviewBox .inner {
  max-width: 98%;
  margin: 0 auto 40px;
}

.home .intv_itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px -10px;
}

.home .intv_item {
  margin: 0 5px 10px;
  background: #FFF;
}

@media screen and (max-width:767px) {
  .home .intv_item {
    width: 240px;
  }
}

@media screen and (min-width:768px) {
  .home .intv_item {
    width: calc(20% - 10px);
  }
}

@media screen and (min-width:1921px) {

  /*PC wide*/
  .home .intv_item {
    width: 374px;
  }
}

.home .intv_item:first-child {
  margin-left: 0px;
}

.home .intv_item a {
  display: block;
  width: 100%;
  position: relative;
}

.home .intv_photo {
  width: 100%;
  /* height: 250px; */
  /* overflow: hidden; */
}

.home .intv_info {
  padding: 10px 0;
  transition: all .3s ease;
}

.home .intv_item a:hover .intv_info {
  opacity: 0.5;
}

.home .intv_info_ttl {
  font-weight: 700;
  margin-bottom: 10px;
}


/*==================================================
  galleryBox & interviewBox 202505�ǉ�
  ==================================================*/
.home #interviewBox, .home #galleryBox {
  background: #fff;
}

.home #interviewBox {
  padding: 0 0 60px;
}

.home #galleryBox {
  padding: 60px 0;
}

.home #interviewBox .intv_itemList,
.home #galleryBox .gallery_itemList {
  margin: 60px auto 40px;
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home #interviewBox .intv_itemList .intv_item,
.home #galleryBox .gallery_itemList .gallery_item {
  width: 310px;
  position: relative;
  margin: 0 20px 0 25px;
}

.home #interviewBox .intv_itemList .intv_item a,
.home #galleryBox .gallery_itemList .gallery_item a {
  text-decoration: none;
}

.home #interviewBox .intv_itemList .intv_item .intv_photo,
.home #galleryBox .gallery_itemList .gallery_item .gallery_photo {
  overflow: hidden;
}

.home #interviewBox .intv_itemList .intv_item .intv_photo img,
.home #galleryBox .gallery_itemList .gallery_item .gallery_photo img {
  height: 210px;
  display: inline-block;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE�΍�*/
}

.home #interviewBox .intv_itemList .intv_item .intv_photo .iconBox,
.home #galleryBox .gallery_itemList .gallery_item .gallery_photo .iconBox {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: -20px;
  left: -10px;
}

.home #interviewBox .intv_itemList .intv_item .intv_photo .iconBox .cate_number,
.home #galleryBox .gallery_itemList .gallery_item .gallery_photo .iconBox .cate_number {
  font-size: 1.2em;
}

.home #interviewBox .intv_itemList .gallery_info_ttl,
.home #galleryBox .gallery_itemList .gallery_info_ttl {
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0;
}

.home #interviewBox .intv_itemList .intv_item .cateBox,
.home #galleryBox .gallery_itemList .gallery_item .cateBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home #interviewBox .intv_itemList .intv_item .cateBox p,
.home #galleryBox .gallery_itemList .gallery_item .cateBox p {
  padding: 2px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid;
  font-size: 0.8em;
  font-weight: bold;
}

.home #interviewBox .intv_itemList .intv_item .cateBox .fb-like,
.home #galleryBox .gallery_itemList .gallery_item .cateBox .fb-like {
  margin-bottom: 5px;
}

/*==================================================
  newsBox
==================================================*/
.home #newsBox {
  margin: 80px 0;
  padding: 80px 0;
  background: url(/share/img/index/bg_newsBox.jpg) no-repeat center center;
  background-size: cover;
}

.home #newsBox * {
  color: #FFF;
}

.home #newsBox .index_ttl {
  margin-bottom: 40px;
}

.home .news_itemList {
  width: 750px;
  margin: 0 auto 40px;
}

.home .news_item {
  display: flex;
  margin-bottom: 15px;
}

.home .news_item * {
  font-weight: 700;
  font-size: 16px;
}

.home .news_date {
  width: 20%;
}

.home #newsBox .cate_new {
  background: #FFF;
  color: #111;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: 500;
}

.home #newsBox .news_item_ttl a:hover {
  text-decoration: underline;
}

.home .news_btn_archive a {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}

.home .news_btn_archive a:hover {
  background: #FFF;
  color: #111 !important;
}


/*==================================================
  reportBox
==================================================*/
.home #reportBox {
  margin: 80px auto;
}

.home #reportBox .index_ttl {
  margin-bottom: 40px;
}

.home .report_itemList {
  margin: 60px auto 40px;
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home .report_item {
  width: 310px;
  position: relative;
  margin: 0 20px 0 25px;
}

.home .report_item a {
  text-decoration: none;
}

.home .report_photo {
  overflow: hidden;
}

.home .report_photo img {
  height: 210px;
  display: inline-block;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.home #reportBox .report_info_ttl {
  font-size: 1.1em;
  font-weight: bold;
}

.home #reportBox .report_info_date {
  font-size: 1em;
  margin: 10px 0;
}

.home .report_info {
  padding: 10px 0;
  transition: all .3s ease;
}

.home .report_item a:hover .report_info {
  opacity: 0.5;
}

/*==================================================
    renovaBox�F�V�����m�x��������#37019�ǉ�
  ==================================================*/
.home .renovaBox {
  background: #F5F5F5;
  padding: 80px 0;
  margin: 80px 0;
}

.home .renovaBox img {
  width: 100%;
}

.home .renovaBox .index_ttl {
  margin-bottom: 40px;
}

.home .renovaBox .itemWrapper {
  margin: 40px 0 60px;
}

.home .renovaBox .bx-wrapper {
  max-width: initial !important;
  max-width: auto !important;
}

.home .renovaBox .bx-wrapper .bx-pager, .home .renovaBox .bx-wrapper .bx-controls-auto {
  bottom: -30px;
}

.home .renovaBox .bx-wrapper .bx-next {
  right: 16VW !important;
}

.home .renovaBox .bx-wrapper .bx-prev {
  left: 16VW !important;
}

.home .renovaBox .bx-wrapper .bx-controls-direction a:hover {
  transition: none;
}

.home .renovaBox h3 img {
  width: 50%;
}

.home .renovaBox .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home .renovaBox .itemList .item {
  width: 300px;
  margin: 0 25px 0 25px !important;
  background: #fff;
}

.home .renovaBox .itemList .item a {
  text-decoration: none;
}

.home .renovaBox .itemList .item .photo {
  position: relative;
}

.home .renovaBox .itemList .item .photo .iconBox {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
}

.home .renovaBox .itemList .item .photo img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE�΍�*/
  height: 190px;
  display: inline-block;
}

.home .renovaBox .itemList .item .inner {
  padding: 25px;
}

.home .renovaBox .itemList .item .inner h4 {
  font-size: 1.1em;
  font-weight: bold;
}

.home .renovaBox .itemList .item .inner .cateBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
}

.home .renovaBox .itemList .item .inner .cateBox p {
  padding: 2px 10px;
  margin-right: 5px;
  border: 1px solid;
  font-size: 0.8em;
  font-weight: bold;
}

.home .renovaBox .itemList .item .inner .info {
  font-size: 0.9em;
  margin: 10px 0;
}

.home .renovaBox .itemList .item .inner .price {
  font-size: 1.6em;
  font-weight: bold;
}

.home .renovaBox .itemList .item .inner .price span {
  font-size: 0.6em;
}

.home .renovaBox .itemList .item .inner .pay {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.home .renovaBox .itemList .item .inner .pay dt {
  font-weight: bold;
}

.home .renovaBox .itemList .item .inner .pay dd {
  font-size: 1.4em;
  font-weight: bold;
}

.home .renovaBox .itemList .item .inner .pay dd span {
  font-size: 0.6em;
}

.home .renovaBox .itemList .prpregist {
  border: 4px solid #D60201;
  box-sizing: border-box;
}