@charset "UTF-8";
.red {
	color: #DB0000;
}
.tool-kv__title {
    width: 616px;
}
.tool-kv {
    background-image: url(/assets/images/rent/ttl_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 220px;
    display: grid;
    align-items: center;
}

.br_sp {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.tool-kv__title {
		width: auto;
	}
	.tool-kv__title-icon svg{
			width: 30px !important;
			height: 30px !important;
		}
}
@media only screen and (max-width: 414px) {
	.tool-kv__title {
		padding-left: 10px;
	}
}
/*----------------------------------------------------------------------------*/
.tool-flow-section-lv2__title {
	margin-bottom: 20px;
	text-align: left;
}
.sticky_table {
  position: sticky;
  top: 0;
  left: 0;
}

.report__section {
	width: 94%;
	max-width: 1168px;
	margin: 0 auto;
	padding: 50px 0;
}

@media only screen and (min-width: 691px) {
  .sp-view,
	.br_sp{
    display: none !important;
  }
}
@media only screen and (max-width: 690px) {
  /* .sp-view {
    display: block;
  } */
	.br_sp {
		display: block;
	}
  .pc-view {
    display: none !important;
  }
}

/*parts-keyvisual*/
.parts-keyvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  background: url(/rent/image/common/keyvisual_bg.jpg) no-repeat center center / cover;
}
.parts-keyvisual > * {
  width: 94%;
  max-width: 1120px;
}
.parts-keyvisual-title {
  font-size: 4.8rem;
  /*font-weight: 700;*/
}
@media only screen and (max-width: 690px) {
  .parts-keyvisual {
    height: 250px;
  }
  .parts-keyvisual-title {
    font-size: 3.2rem;
  }
}

/*parts-savnavi*/
.parts-savnavi {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0 20px;
}
.parts-savnavi:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  /*background-color: #122B88;*/
  z-index: 1;
}
.parts-savnavi li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  border-right: #cdcdcd solid 1px;
  z-index: 2;
}
.parts-savnavi li > * {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 2.0rem;
  /*font-weight: 700;*/
  text-align: center;
  text-decoration: none;
  color: #000000;
  /*border: #122B88 solid 3px;*/
  /*background-color: #E2EAED;*/
}
.parts-savnavi li:last-child {
  border-right: none;
}
.parts-savnavi li > *.on {
  color: #122B88;
	font-weight: bold;
	border-bottom: 2px solid #122B88;
}
.parts-savnavi li > * span {
  position: relative;
  display: block;
	font-size: 18px;
}
.parts-savnavi li a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  display: block;
  content: '';
  margin-top: -6px;
  border-right: #172A88 solid 2px;
  border-top: #172A88 solid 2px;
  transform: rotate(45deg);
}

.parts-savnavi li a:hover:before {
  -ms-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}


.parts-savnavi li.map > * span,
.parts-savnavi li.list > * span {
  padding-left: 50px;
}
.parts-savnavi li.map > * span:before {
  width: 24px;
  height: 32px;
  background-image: url(/rent/image/common/icon_map.svg);
}
.parts-savnavi li.list > * span:before {
  width: 30px;
  height: 25px;
  background-image: url(/rent/image/common/icon_list.svg);
}
@media only screen and (min-width: 691px) and (max-width: 1024px){
  .parts-savnavi li > * {
    font-size: 2rem;
  }
  .parts-savnavi li.map > * span,
  .parts-savnavi li.list > * span {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 690px) {
  .parts-savnavi {
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .parts-savnavi:before {
    height: 2px;
  }
  .parts-savnavi li {
    padding: 0 5px;
  }
  .parts-savnavi li > * {
    height: 50px;
    font-size: 1.4rem;
    border-width: 2px;
  }
  .parts-savnavi li.map > * span,
  .parts-savnavi li.list > * span {
    padding-left: 23px;
  }
  .parts-savnavi li.map > * span:before {
    width: 17px;
    height: 30px;
  }
  .parts-savnavi li.list > * span:before {
    width: 16px;
    height: 22px;
  }
}


/*parts-nowselects*/
.parts-nowselects {
  position: relative;
  box-sizing: border-box;
  margin: 10px auto 5px;
  padding: 10px 20px 0px;
  /*border: rgba(78, 179, 231, 0.1) solid 3px;*/
}
.parts-searchbox + .parts-nowselects {
  margin-top: 0;
}
.parts-nowselects .absbtn {
  position: absolute;
  top: 10px;
  right: 15px;
}
.parts-nowselects .absbtn a {
  text-decoration: underline;
}
.parts-nowselects .absbtn a:hover {
  text-decoration: none;
}
.parts-nowselects .inselects {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.parts-nowselects .inselects li {
  position: relative;
  margin: 10px 0 0 10px;
  padding: 6px 45px 6px 12px;
  background-color: rgba(78, 179, 231, 0.1);
}
.parts-nowselects .inselects li button {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 35px;
  height: 80%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.parts-nowselects .inselects li button:before,
.parts-nowselects .inselects li button:after  {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  margin: -2px 0 0 -7px;
  background-color: #AAAAAA;
}
.parts-nowselects .inselects li button:before {
  transform: rotate(45deg);
}
.parts-nowselects .inselects li button:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 690px) {
  .parts-nowselects {
    margin: 60px auto;
  }
  .parts-nowselects .absbtn {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}



/*parts-searchbox*/
.parts-searchbox {
  position: relative;
  margin: 0 auto;
}
.parts-searchbox .flex1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0px;
  padding-bottom: 3px;
  border-bottom: #E2EAED solid 2px;
}
.parts-searchbox.on .flex1 {
  border-color: transparent;
}
.parts-searchbox .flex1 .result {
  letter-spacing: 0.08em;
}
.parts-searchbox .flex1 .result span {
  color: #E60012;
}
.parts-searchbox .flex1 .result strong {
  font-size: 3rem;
  /*font-weight: 500;*/
}
.parts-searchbox .flex1 .addbtn {
  font-size: 1.5rem;
  /*font-weight: 700;*/
  cursor: pointer;
}
.parts-searchbox .flex1 .addbtn span {
  position: relative;
  display: block;
  padding: 3px 0 0 30px;
}
.parts-searchbox .flex1 .addbtn span:before,
.parts-searchbox .flex1 .addbtn span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  background-color: #122B88;
  transform: translateY(-50%);
}
.parts-searchbox .flex1 .addbtn span:before {
  left: 0;
  width: 14px;
  height: 2px;
}
.parts-searchbox .flex1 .addbtn span:after {
  left: 6px;
  width: 2px;
  height: 14px;
}
.parts-searchbox.on .flex1 .addbtn span:after {
  opacity: 0;
}
@media only screen and (max-width: 690px) {
  .parts-searchbox .flex1 {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .parts-searchbox .flex1 .result {
    width: 100%;
    text-align: center;
  }
  .parts-searchbox .flex1 .addbtn {
    font-size: 1.5rem;
    /*font-weight: 700;*/
    cursor: pointer;
  }
  .parts-searchbox .flex1 .addbtn span {
    padding-left: 22px;
  }
}



.parts-searchbox .flex2 {
  display: flex;
  justify-content: space-between;
}
.parts-searchbox .flex2 * {
  min-height: 0%;
}
.parts-searchbox .flex2 > * {
  position: relative;
  width: calc(50% - 1px);
}
.parts-searchbox .flex2 .isleft {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.parts-searchbox .flex2 .isright {
  display: flex;
  border-bottom: #D9D9D9 solid 1px;
}
.parts-searchbox .flex2 .box {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(50% - 7px);
  border-bottom: #D9D9D9 solid 1px;
}
.parts-searchbox .flex2 .ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.619%;
  height: 100%;
  /*font-weight: 700;*/
  line-height: 1.4;
  background-color: #E6E6E6;
  text-align: center;
}
.parts-searchbox .flex2 .body {
  box-sizing: border-box;
  width: 70.381%;
  padding: 20px 30px;
  align-self: center;
}
.parts-searchbox .flex2 .body .selects {
  display: flex;
  align-items: center;
}
.parts-searchbox .flex2 .body .selects .txt {
  padding: 5px 8px;
}
.parts-searchbox .flex2 .body .inform {
  position: relative;
  width: 130px;
}
.parts-searchbox .flex2 .body .slwrap:before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  display: block;
  content: '';
  margin-top: -6px;
  border-left: #3C454E solid 2px;
  border-bottom: #3C454E solid 2px;
  transform: rotate(-45deg);
  z-index: 1;
}
.parts-searchbox .flex2 .body select,
.parts-searchbox .flex2 .body input[type="text"] {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 25px 10px 15px;
  background: none;
  border: #A2AEBA solid 1px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
}
.parts-searchbox .flex2 .body * + .group,
.parts-searchbox .flex2 .checktxt {
  margin-top: 15px;
}
.parts-searchbox .flex2 label {
  cursor: pointer;
}
.parts-searchbox .flex2 .radiotxt {
  margin-bottom: 5px;
}
.parts-searchbox .flex2 .radiotxt span,
.parts-searchbox .flex2 .checktxt span {
  display: inline-block;
  padding-left: 5px;
}
.parts-searchbox .inbtn {
  position: relative;
  padding: 30px 0 50px;
}
.parts-searchbox .absbtn {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.parts-searchbox .absbtn a {
  text-decoration: underline;
}
@media only screen and (max-width: 1150px){
  .parts-searchbox .flex2 {
    display: block;
  }
  .parts-searchbox .flex2 > * {
    width: auto;
  }
  .parts-searchbox .flex2 .box,
  .parts-searchbox .flex2 .ttl {
    height: auto;
  }
}
@media only screen and (max-width: 1024px){
  .parts-searchbox .absbtn {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 690px) {
  .parts-searchbox .flex2 .isleft,
  .parts-searchbox .flex2 .isright,
  .parts-searchbox .flex2 .box {
    display: block;
  }
  .parts-searchbox .flex2 .isright {
    display: block;
    border-bottom: #D9D9D9 solid 1px;
  }
  .parts-searchbox .flex2 .ttl {
    display: block;
    width: auto;
    padding: 10px;
  }
  .parts-searchbox .flex2 .body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .parts-searchbox .flex2 .group {
    width: 100%;
  }
  .parts-searchbox .flex2 .body .selects .slwrap {
    width: calc(50% - 15px);
  }
}


/*parts-boxbtn*/
/*.parts-boxbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  max-width: 90%;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border: #172A88 solid 1px;
  border-bottom-width: 3px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.3s;
}*/
.button.type-white-blue.type-center.type-medium2.type-b,
.parts-boxbtn {
	display: flex;
    grid-template-columns: 32px auto;
    border: 1px solid var(--logo-Lightblue, #9bccee);
    background: #fff;
    box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.32);
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.6px;
    gap: 20px;
    transition: 0.25s;
}
.btns a.button.type-white-blue.type-center.type-medium2.type-b,
.btns a.parts-boxbtn {
    font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}
.button.type-white-blue.type-center.type-medium2.type-b:hover,
.parts-boxbtn:hover {
  background-color: #333;
    color: #fff;
}
.parts-boxbtn.big {
  font-size: 1.8rem;
}
.parts-boxbtn.sizem {
  width: 158px;
  height: 46px;
}
.parts-boxbtn.sizes {
  width: 130px;
  height: 47px;
  padding: 7px 10px;
  font-size: 16px;
}
.parts-boxbtn.arw:before {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: #122B88 solid 2px;
  border-right: #122B88 solid 2px;
  transform: rotate(45deg);
  transition: right 0.3s;
}
.parts-boxbtn.arw:hover:before {
  right: 8px;
}
.parts-boxbtn.sort {
  max-width: 164px;
  margin-left: 0;
}
.parts-boxbtn.sort span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.parts-boxbtn.sort span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 20px;
  height: 17px;
  background: url(/rent/image/common/icon_list2.svg) no-repeat center center / contain;
  transform: translateY(-50%);
}

.parts-boxbtn .button-inner {
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #333333;
}

.parts-boxbtn .button-inner::after {
  border-top-color: #122B88;
  border-right-color: #122B88;
}

.button.type-medium2 {
	height: 46px;
	padding:0 10px;
	width: 158px;
	font-size: 16px;
	align-items:center;
	line-height: 1;
	margin: 0 auto;
}

@media only screen and (max-width: 690px) {
  .parts-boxbtn {
    height: 40px;
    font-size: 14px;
  }
  .parts-boxbtn.big {
    height: 56px;
  }
  .parts-boxbtn.sort {
    max-width: 150px;
  }
}


/*parts-boxbtnlist*/
.parts-boxbtnlist {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
  line-height: 1.3;
}
.parts-boxbtnlist li {
  display: flex;
  width: calc(16.6667% - 20px);
  height: 60px;
  margin: 20px 0 0 20px;
}
.parts-boxbtnlist li a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-right: 20px;
  color: #333;
  /*font-weight: 700;*/
  text-decoration: none !important;
  border: #172A88 solid 1px;
  border-bottom: #172A88 solid 3px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.parts-boxbtnlist li a:before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  display: block;
  content: '';
  margin-top: -6px;
  border-right: #172A88 solid 2px;
  border-top: #172A88 solid 2px;
  transform: rotate(45deg);
}


.parts-boxbtnlist li a:hover:before {
  -ms-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}

.parts-boxbtnlist li a:hover {
  background-color: #e9edfc;
}
@media only screen and (min-width: 691px) and (max-width: 1024px){
  .parts-boxbtnlist li {
    width: calc(33.3333333% - 20px);
  }
}
@media only screen and (max-width: 690px) {
  .parts-boxbtnlist {
    justify-content: space-between;
    margin-left: 0;
  }
  .parts-boxbtnlist li {
    width: calc(50% - 10px);
    margin-left: 0;
  }
}


/*parts-fixedbnr*/
.parts-fixedbnr,
.parts-fixedbnr .innerfix {
  width: 100%;
  height: 84px;
  z-index: 1000;
}
.parts-fixedbnr {
  width: auto;
  margin: 0 -3%;
}
.parts-fixedbnr .innerfix.stop {
  position: absolute;
}
.parts-fixedbnr {
  position: relative;
  margin-top: 100px;
}
.parts-fixedbnr .innerfix {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  background-color: rgba(78,179,231,0.9);
  transform: translateX(-50%);
}
.parts-fixedbnr .innerfix > * {
  position: relative;
  z-index: 2;
}
/* .parts-fixedbnr .innerfix:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: '';
  height: 100%;
  width: 200vw;
  background-color: #4EB3E7;
  transform: translateX(-50%);
} */
.parts-fixedbnr .txt {
  margin-right: 30px;
  color: #fff;
  line-height: 1.2;
}
.parts-fixedbnr .txt strong {
  font-size: 3rem;
  /*font-weight: 500;*/
}
.parts-fixedbnr .txt span {
  display: inline-block;
}
.parts-fixedbnr .parts-boxbtn {
  width: 185px;
  max-width: none;
  height: 48px;
  margin: 0;
  font-size: 1.5rem;
}
.parts-fixedbnr .parts-boxbtn.right {
  margin-right:15px;
}

.parts-fixedbnr .parts-boxbtn.long {
  width: 260px;
  line-height: 1.2;
}
@media only screen and (max-width: 690px) {
  .parts-fixedbnr {
    margin-top: 60px;
  }
  .parts-fixedbnr .innerfix {
    justify-content: space-between;
  }
  .parts-fixedbnr .txt {
    margin-right: 0;
  }
  .parts-fixedbnr .txt strong {
    font-size: 3rem;
    /*font-weight: 500;*/
  }
  .parts-fixedbnr .parts-boxbtn {
    box-sizing: border-box;
    width: 165px;
    padding-right: 15px;
    font-size: 1.4rem;
  }
  .parts-fixedbnr .parts-boxbtn.long {
    width: 200px;
    max-width: 52vw;
  }
  .parts-fixedbnr .parts-boxbtn.long {
    font-size: 3vw;
  }
  .parts-fixedbnr .parts-boxbtn.right {
    margin-right:0px;
  }
}
/*parts-bdrtitle01*/
.parts-bdrtitle01 {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: normal;
  color: #002060;
  border-bottom: 1px solid #032C85;
  border-left: 8px solid #032C85;
  padding-left: 12px;

}

/*parts-bdrtitle02*/
.parts-bdrtitle02 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 7px;
  font-size: 2rem;
  /*font-weight: 700;*/
  line-height: 1.3;
  border-bottom: #E2EAED solid 3px;
}


/*parts-checkbtn*/
.parts-checkbtn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 12px;
  color: #333;
  /*font-weight: 700;*/
  text-decoration: none !important;
  border: #172A88 solid 1px;
  border-bottom: #172A88 solid 3px;
  background-color: #fff;
  line-height: 1.3;
  cursor: pointer;
}
.parts-checkbtn input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}
.parts-checkbtn .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #5B9BD5;
  opacity: 0;
  z-index: 1;
}
.parts-checkbtn .txt {
  position: relative;
  display: block;
  padding-left: 33px;
  z-index: 5;
}
.parts-checkbtn .txt:before,
.parts-checkbtn .txt:after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
}
.parts-checkbtn .txt:before {
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: #A2AEBA solid 2px;
  background-color: #fff;
}
.parts-checkbtn .txt:after {
  top: 4px;
  left: 3px;
  width: 16px;
  height: 8px;
  border-left: #5B9BD5 solid 2px;
  border-bottom: #5B9BD5 solid 2px;
  transform: rotate(-45deg);
  opacity: 0;
}
.parts-checkbtn input:checked + .bg,
.parts-checkbtn input:checked + .bg + .txt:after {
  opacity: 1;
}
.parts-checkbtn input:checked + .bg + .txt {
  color: #fff;
}


/*parts-bgtitle*/
.parts-bgtitle {
  display: flex;
  margin-bottom: 10px;
  padding: 4px 30px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  /*font-weight: 700;*/
  line-height: 1.3;
  background-color: #5B9BD5;
}
.parts-bgtitle small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 690px) {
  .parts-bgtitle {
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 1.8rem;
  }
}

/*parts-sp-meta01*/
.parts-sp-meta01 {
  display: none;
}
@media only screen and (max-width: 690px) {
  .parts-sp-meta01 {
    display: block;
  }
  .parts-sp-meta01 .flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .parts-sp-meta01 .ttl a {
    text-decoration: underline;
  }
  .parts-sp-meta01 .flex1 .map .parts-boxbtn {
    max-width: 60px;
  }
  .parts-sp-meta01 .flex1 .map iframe {
    display: none;
  }
  .parts-sp-meta01 .num {
    margin-top: 10px;
    color: #5B9BD5;
    font-size: 1.2rem;
    /*font-weight: 500;*/
    text-align: right;
  }
}

.parts-table01 {
  position: relative;
  /* overflow-y: hidden; */
}
.parts-table01.close tr:nth-child(n+7) {
  display: none;
}
.parts-table01 .morebtn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  cursor: pointer;
  z-index: 10;
}
.parts-table01 .morebtn span {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  /*font-weight: 700;*/
}
.parts-table01 .morebtn span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(90deg);
  background: url(/rent/image/common/icon_arw1.svg) no-repeat center center / contain;
}
.parts-table01 .closebtn {
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  cursor: pointer;
  z-index: 10;
}
.parts-table01 .closebtn span {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  /*font-weight: 700;*/
}
.parts-table01 .closebtn span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(270deg);
  background: url(/rent/image/common/icon_arw1.svg) no-repeat center center / contain;
}
.parts-table01 table {
  width: 100%;
}
.parts-table01 .center {
  text-align: center;
}
.parts-table01 th,
.parts-table01 td {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 3px 25px;
  font-size: 1.5rem;
  text-align: right;
  border-right: #FAFAFA solid 2px;
  font-weight: normal;
}
.parts-table01 th.al,
.parts-table01 td.al {
  text-align: left;
}
.parts-table01 th {
  text-align: center;
}
.parts-table01 thead {
  background-color: #DEEFFF;
}
.parts-table01 thead th {
  background-color: #DEEFFF;
}
.parts-table01 thead th,
.parts-table01 thead td {
  color: #122B88;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
}
.parts-table01 thead .req {
  width: 240px;
}
.parts-table01 tbody tr td {
  background-color: #fff;
}
.parts-table01 tbody tr.bg th,
.parts-table01 tbody tr.bg td {
  background-color: #F5F5F5;
}
.parts-table01 .parts-checkbtn {
  height: 46px;
  margin: 0 auto;
}
.parts-table01 .parts-checkbtn .txt {
  width: 100%;
  padding-left: 0;
}
.parts-table01 .parts-checkbtn .txt .ontxt,
.parts-table01 .parts-checkbtn input:checked + .bg + .txt .offtxt {
  display: none;
}
.parts-table01 .parts-checkbtn input:checked + .bg + .txt .ontxt {
  display: inline;
}
.parts-table01 .remarks {
  width: 200px;
}
@media only screen and (min-width: 691px) {
  .parts-table01 .movein {
    width: 150px;
  }
  .parts-table01 .movein02 {
    width: 105px;
  }
}
@media only screen and (max-width: 690px) {
  /* .parts-table01.close {
    height: 250px;
  } */
  .parts-table01:before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #FAFAFA;
    z-index: 2;
  }
  .parts-table01 .sp-scroll {
    position: relative;
    overflow-x: auto;
    /* height: 100px; */
  }
  .parts-table01 th,
  .parts-table01 td {
    padding: 7px 15px;
    font-size: 1.2rem;
  }
  .parts-table01 thead th,
  .parts-table01 thead td {
    font-size: 1.3rem;
  }
  .sp-scroll .parts-table01 table {
    width: 700px !important;
  }
  .parts-table01 thead .req {
    width: 80px;
  }
  .parts-table01 .parts-checkbtn {
    height: auto;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .parts-table01 .parts-checkbtn .bg {
    display: none;
  }
  .parts-table01 .parts-checkbtn .txt {
    width: 22px;
    height: 22px;
  }
  .parts-table01 .parts-checkbtn .txt .offtxt,
  .parts-table01 .parts-checkbtn .txt .ontxt {
    display: none !important;
  }
  .parts-table01 .js-spSticky {
    position: -webkit-sticky;
    position: sticky;
    left: -2px;
  }
  .parts-table01 .remarks {
    width: 120px;
  }
  .parts-table01 .sp-fit {
    width: 100%;
  }
  .parts-table01 .sp-fit table {
    width: 100%;
  }
  .parts-table01 .sp-fit .sp-hide {
    display: none !important;
  }
}






/*js action css*/
/*----------------------------------------------------------------------------*/
/*js_tabbody*/
.js_tabbody.hide {
  display: none;
}


/*js_sp_accordionbtn*/
@media only screen and (max-width: 690px) {
  .js_sp_accordionbtn {
    position: relative;
    cursor: pointer;
  }
  .js_sp_accordionbtn:before,
  .js_sp_accordionbtn:after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    transform: translateY(-50%);
    background-color: #122B88;
  }
  .js_sp_accordionbtn:before {
    right: 0;
    width: 20px;
    height: 2px;
  }
  .js_sp_accordionbtn:after {
    right: 9px;
    width: 2px;
    height: 20px;
  }
  .js_sp_accordionbtn.on:after {
    opacity: 0;
  }
  .js_sp_accordionbody {
    display: none;
  }
}

.js_modalbtn {
  cursor: pointer;
}




/*office search page*/
/*----------------------------------------------------------------------------*/

/*officesearch-sec*/
.officesearch-sec {
  margin-bottom: 60px;
}
.officesearch-sec:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 690px) {
  .officesearch-sec {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #E2EAED solid 2px;
  }
  .officesearch-sec .parts-bdrtitle02 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/*officesearch-body*/
@media only screen and (max-width: 690px) {
  .officesearch-tabbtn,
  .officesearch-body01 {
    display: none !important;
  }
  .officesearch-body02 {
    display: block !important;
  }
}


/*officesearch-checks*/
.officesearch-checks {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
  line-height: 1.3;
}
.officesearch-checks li {
  display: flex;
  width: calc(25% - 20px);
  height: 60px;
  margin: 20px 0 0 20px;
}
.officesearch-checks li .parts-checkbtn {
  justify-content: flex-start;
}
@media only screen and (min-width: 691px) and (max-width: 1024px){
  .officesearch-checks li {
    width: calc(33.3333333% - 20px);
  }
}
@media only screen and (max-width: 690px) {
  .officesearch-checks {
    display: block;
    margin: 0;
    padding-top: 20px;
  }
  .officesearch-checks li {
    width: auto;
    margin: 0;
  }
  .officesearch-checks li + li {
    margin-top: 15px;
  }
}



/*property list page*/
/*----------------------------------------------------------------------------*/

/* property-indexbox */
.property-indexbox {
  margin: 20px 0;
}
.property-indexbox .incap {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: right;
}
.property-indexbox-main {
  overflow: hidden;
  margin-bottom: 10px;
}
.property-indexbox-main .image {
  float: left;
  width: 32.2857%;
}
.property-indexbox-main .image figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #F5F5F5;
}
.property-indexbox-main .image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%,-50%);
}
.property-indexbox-main .texts,
.property-indexbox-main .btns {
  float: right;
  width: 64.1429%;
}
.property-indexbox-main .texts dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 9px;
  border-bottom: #E6E6E6 solid 1px;
}
.property-indexbox-main .texts dl:last-child {
  margin-bottom: 0;
}
.property-indexbox-main .texts dl > * {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.property-indexbox-main .texts dt {
  width: 130px;
  padding: 3px 10px;
  background-color: #E6E6E6;
}
.property-indexbox-main .texts dd {
  padding: 3px 25px;
}
.property-indexbox-main .texts .inflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-indexbox-main .texts .inflex .ttl a {
  text-decoration: underline;
}
.property-indexbox-main .texts .inflex .map .parts-boxbtn {
  max-width: 60px;
  height: 36px;
}
.property-indexbox-main .texts .inflex .map iframe {
  display: none;
}
.property-indexbox-main .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.property-indexbox-main .btns li {
  width: calc(50% - 10px);
}
.property-indexbox-main .btns a {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 690px) {
  .property-indexbox {
    margin: 45px 0;
  }
  .property-indexbox .incap {
    font-size: 1rem;
  }
  .property-indexbox-main {
    margin: 20px 0 30px;
  }
  .property-indexbox-main .image {
    width: 31.5789%;
  }
  .property-indexbox-main .texts {
    width: 61.8421%;
  }
  .property-indexbox-main .texts dl {
    display: block;
    margin-bottom: 0;
    border-bottom: none;
  }
  .property-indexbox-main .texts dl > * {
    display: block;
  }
  .property-indexbox-main .texts dt {
    display: none;
  }
  .property-indexbox-main .texts dd {
    padding: 0;
    font-size: 1.3rem;
  }
  .property-indexbox-main .btns {
    width: 100%;
  }
}






/* modal
--------------------------------------------------*/
.modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
.modalTable {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: table;
  table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 60px 0;
}
.modalCell {
	display: table-cell;
	vertical-align: middle;
}
.modalInner {
  box-sizing: border-box;
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
  padding: 60px 60px 0;
	text-align: center;
  background-color: #fff;
}
.smallmodalInner {
	max-width: 800px;
}
.modalInner img {
	max-width: 100%;
	height: auto;
}
.modalContents .map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 400px);
  /* height: 0; */
  /* padding-bottom: 75%; */
}
.modalContents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.modalContents .mapbtn {
  margin-top: 20px;
  text-align: right;
}
.modalContents .mapbtn a {
  text-decoration: underline;
}
.modalContents .js_modalslide {
  position: relative;
  max-width: 600px;
  margin: 0 auto 50px;
}
.modalContents .js_modalslide .item > div {
  max-width: 520px;
  margin: 0 auto;
}
.modalContents .js_modalslide .item figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #F5F5F5;
}
.modalContents .js_modalslide .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
}
.modalContents .js_modalslide .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  line-height: 0;
}
.modalContents .js_modalslide .slick-dots li {
  margin: 0 10px;
}
.modalContents .js_modalslide .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  background: #E2EAED;
  border: none;
  border-radius: 50%;
  outline: none;
  text-indent: -99999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.modalContents .js_modalslide .slick-dots li.slick-active button {
  background-color: #5B9BD5;
}
.modalContents .js_modalslide .slick-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transform: rotate(45deg);
  z-index: 5;
  cursor: pointer;
}
.modalContents .js_modalslide .prev-arrow {
  left: 0;
  border-left: #5B9BD5 solid 2px;
  border-bottom: #5B9BD5 solid 2px;
}
.modalContents .js_modalslide .next-arrow {
  right: 0;
  border-right: #5B9BD5 solid 2px;
  border-top: #5B9BD5 solid 2px;
}
.modalClose {
  padding: 30px;
	text-align: center;
}
.modalClose span {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 40px;
  cursor: pointer;
}
.modalClose span:before,
.modalClose span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #122B88;
}
.modalClose span:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.modalClose span:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media only screen and (max-width:690px) {
	.modalArea {
		-webkit-overflow-scrolling: touch;
	}
  .modalInner {
    padding: 20px 20px 0;
  }
  .modalClose {
    padding: 20px 0 15px;
  }
  .modalContents .js_modalslide {
    margin: 15px auto 30px;
  }
  .modalContents .js_modalslide .item > div {
    max-width: 76%;
  }
  .modalContents .js_modalslide .slick-dots {
    margin-top: 10px;
  }
  .modalContents .js_modalslide .slick-dots li {
    margin: 0 6px;
  }
  .modalContents .js_modalslide .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .modalContents .js_modalslide .slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .modalContents .js_modalslide .prev-arrow {
    left: -5px;
  }
  .modalContents .js_modalslide .next-arrow {
    right: -5px;
  }
}



/*property detail page*/
/*----------------------------------------------------------------------------*/
.property-detailsec {
  margin-bottom: 80px;
}
.property-detailsec .incap {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: right;
}
@media only screen and (max-width:690px) {
  .property-detailsec {
    margin-bottom: 50px;
  }
  .property-detailsec .incap {
    font-size: 1rem;
  }
}

/* js_detailslide */
.property-detailsec .js_detailslide {
  position: relative;
  margin: 0 -10px 30px;
}
.property-detailsec .js_detailslide .item > div {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 10px;
}
.property-detailsec .js_detailslide .item figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #F5F5F5;
}
.property-detailsec .js_detailslide .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
}
.property-detailsec .js_detailslide .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  line-height: 0;
}
.property-detailsec .js_detailslide .slick-dots li {
  margin: 0 10px;
}
.property-detailsec .js_detailslide .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  background: #E2EAED;
  border: none;
  border-radius: 50%;
  outline: none;
  text-indent: -99999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.property-detailsec .js_detailslide .slick-dots li.slick-active button {
  background-color: #5B9BD5;
}
.property-detailsec .js_detailslide .slick-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transform: rotate(45deg);
  z-index: 5;
  cursor: pointer;
}
.property-detailsec .js_detailslide .prev-arrow {
  left: -30px;
  border-left: #5B9BD5 solid 2px;
  border-bottom: #5B9BD5 solid 2px;
}
.property-detailsec .js_detailslide .next-arrow {
  right: -30px;
  border-right: #5B9BD5 solid 2px;
  border-top: #5B9BD5 solid 2px;
}
.property-detailsec .all-notdots .slick-dots {
  display: none !important;
}
@media only screen and (max-width:1215px){
  .property-detailsec .js_detailslide .prev-arrow {
    left: -5px;
  }
  .property-detailsec .js_detailslide .next-arrow {
    right: -5px;
  }
}
@media only screen and (min-width:691px) {
  .property-detailsec .pc-notdots .slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width:690px) {
  .property-detailsec .js_detailslide {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .property-detailsec .js_detailslide .item > div {
    max-width: 76%;
  }
  .property-detailsec .js_detailslide .slick-dots {
    margin-top: 10px;
  }
  .property-detailsec .js_detailslide .slick-dots li {
    margin: 0 6px;
  }
  .property-detailsec .js_detailslide .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .property-detailsec .js_detailslide .slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .property-detailsec .js_detailslide .prev-arrow {
    left: 15px;
  }
  .property-detailsec .js_detailslide .next-arrow {
    right: 15px;
  }
}

/* infos */
.property-detailsec .infos dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
  border-bottom: #E6E6E6 solid 1px;
}
.property-detailsec .infos dl:last-child {
  margin-bottom: 0;
}
.property-detailsec .infos dl > * {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.property-detailsec .infos dt {
  width: 280px;
  padding: 3px 0 3px 13px;
  /*font-weight: 700;*/
  background-color: #E6E6E6;
}
.property-detailsec .infos dd {
  padding: 3px 0 3px 25px;
}
@media only screen and (max-width:690px) {
  .property-detailsec .infos dl {
    margin-bottom: 10px;
  }
  .property-detailsec .infos dt {
    width: 97px;
    font-size: 1.3rem;
  }
  .property-detailsec .infos dd {
    padding: 10px 0 10px 10px;
    font-size: 1.3rem;
  }
}


/* parts-table01 */
.property-detailsec .parts-table01 {
  margin-top: 60px;
}
@media only screen and (max-width:690px) {
  .property-detailsec .parts-table01 {
    margin-top: 25px;
  }
}

/* iframemap */
.property-detailsec .iframemap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.property-detailsec .iframemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}


/*request list page*/
/*----------------------------------------------------------------------------*/

/* request-listlead */
.request-listlead {
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.8;
}
@media only screen and (max-width:690px) {
  .request-listlead {
    margin-bottom: 40px;
    font-size: 1.2rem;
    text-align: left;
  }
}

/* request-detailsec */
.request-detailsec {
  margin-bottom: 60px;
}
.request-detailsec .flex1 {
  display: flex;
  justify-content: space-between;
}
.request-detailsec .flex1 .image {
  width: 32.1429%;
}
.request-detailsec .flex1 .image .btn {
  margin-top: 10px;
  text-align: right;
}
.request-detailsec .flex1 .image .btn a {
  text-decoration: underline;
}
.request-detailsec .flex1 .image figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #F5F5F5;
}
.request-detailsec .flex1 .image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
}
.request-detailsec .flex1 .lists {
  width: 62.5%;
}
.request-detailsec .incap {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}
@media only screen and (max-width:690px) {
  .request-detailsec {
    margin-bottom: 50px;
  }
  .request-detailsec .flex1 {
    display: block;
    margin-top: 20px;
  }
  .request-detailsec .flex1 .image {
    width: 76%;
    margin: 0 auto 30px;
  }
  .request-detailsec .flex1 .lists {
    width: auto;
  }
  .request-detailsec .incap {
    font-size: 1rem;
  }
}

/* result-text */
.result-text {
  margin-bottom: 30px;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
  border-bottom: #E2EAED solid 2px;
  line-height: 1.2;
}
.result-text span {
  color: #E60012;
}
.result-text strong {
  font-size: 3rem;
  /*font-weight: 500;*/
}
@media only screen and (max-width: 690px) {
  .result-text {
    text-align: center;
  }
}

/* request-table */
.request-table .parts-checkbtn {
  height: auto;
  border: none;
  padding: 0;
  width: auto;
  background: transparent;
}
.request-table .parts-checkbtn .bg {
  display: none;
}
.request-table .parts-checkbtn .txt {
  width: 22px;
  height: 22px;
}
.request-table .parts-checkbtn .txt .offtxt,
.request-table .parts-checkbtn .txt .ontxt {
  display: none !important;
}
@media only screen and (max-width:690px) {
  .request-table table {
    width: 150%;
  }
}


/* request-remove */
.request-remove a {
  width: 76px;
  height: 40px;
  margin-left: 0;
}
/*parts-boxbtn*/
.request-remove .parts-boxbtn {
  margin: 0 0;
  width: 116px;
  height: 30px;
  font-size: 13px;
}

/* request-captionbox */
.request-captionbox {
  margin-top: 60px;
  padding: 25px;
  font-size: 1.3rem;
  line-height: 1.8;
  border: rgba(78, 179, 231, 0.1) solid 3px;
  text-align: left;
}
.request-captionbox > * {
  /*max-width: 900px;*/
  margin: 0 auto;
}
@media only screen and (max-width:690px) {
  .request-captionbox {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.2rem;
    text-align: left;
  }
}




/*market data page*/
/*----------------------------------------------------------------------------*/

/* marketdata-lead */
.marketdata-lead {
  margin-bottom: 60px;
  /*font-weight: 500;*/
  text-align: center;
}
@media only screen and (max-width:690px) {
  .marketdata-lead {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

/* marketdata-savnavi */
.marketdata-savnavi li {
  padding: 0 5px;
}
.marketdata-savnavi-sp {
  margin-bottom: 50px;
}

.selectbox-sp {
    position: relative;
	margin-bottom: 30px;
}

.selectbox-sp::before,
.selectbox-sp::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-sp::before {
    display: inline-block;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 3px 3px 0;
    background-color: #2589d0;
}

.selectbox-sp::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-sp select {
    appearance: none;
    width: 100%;
	box-sizing: border-box;
    height: 40px;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #e6edf3;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-sp select:focus {
    outline: 2px solid #2589d0;
}
.selectbox-sp {
	display: none;
}
@media only screen and (max-width:690px) {
  .marketdata-savnavi {
    display: none;
  }
	.selectbox-sp {
		display: block;
	}
}

/* marketdata-title */
.marketdata-title {
  margin-bottom: 50px;
  color: #122B88;
  font-size: 3.8rem;
  /*font-weight: 700;*/
  line-height: 1.3;
}
@media only screen and (max-width:690px) {
  .marketdata-title {
    margin-bottom: 30px;
  }
}

/* marketdata-tools */
.marketdata-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
	margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 15px 10px;
  /*border: rgba(78,179,231,0.1) solid 3px;*/
}
.marketdata-tools .btns {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.marketdata-tools .btns li {
  position: relative;
  margin: 3px 20px 3px 0;
  padding-right: 20px;
}
.marketdata-tools .btns li:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '|';
}
.marketdata-tools .btns li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.marketdata-tools .btns li:last-child:before {
  display: none;
}
.marketdata-tools .btns a {
  position: relative;
  display: block;
  text-decoration: underline;
	font-size: 14px;
}
.marketdata-tools .btns .anc {
  padding-left: 20px;
}
.marketdata-tools .btns .anc:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: #122B88 solid 2px;
  border-right: #122B88 solid 2px;
  transform: rotate(45deg);
}
.marketdata-tools .btns a[target="_blank"] {
  padding-right: 26px;
}
.marketdata-tools .btns a[target="_blank"]:before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/assets/images/rent/icon_blank.svg) no-repeat center center / contain;
}
.marketdata-tools .past {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.marketdata-tools .past > * {
  margin-right: 10px;
}
.marketdata-tools .past > *:last-child {
  margin-right: 0;
}
.marketdata-tools .past select {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
	line-height: 40px;
  margin: 0;
  padding: 0 25px 0 12px;
  font-size: 14px;
  background: none;
  border: #A2AEBA solid 1px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
	background: #fff;
}
.marketdata-tools .past .inarw {
  position: relative;
}
.marketdata-tools .past .inarw:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-bottom: #3C454E solid 2px;
  border-right: #3C454E solid 2px;
  transform: rotate(45deg);
	z-index: 9;
}
.marketdata-tools .past .selectbtn1 {
  width: 90px;
}
.marketdata-tools .past .selectbtn2 {
  width: 60px;
}
.marketdata-tools .past .btn {
  width: 90px;
}
.marketdata-tools .past .parts-boxbtn {
  margin: 0;
  width: 100%;
  height: 40px;
  max-width: none;
}
@media only screen and (max-width:690px) {
  .marketdata-tools {
    display: block;
    margin-bottom: 40px;
    padding: 15px 15px 10px;
  }
  .marketdata-tools .btns {
    margin-bottom: 25px;
    padding: 0;
  }
  .marketdata-tools .btns li {
    margin: 0 10px 5px 0;
    padding-right: 10px;
  }
  .marketdata-tools .past > * {
    margin: 0 8px 10px 0;
  }
  .marketdata-tools .past .spwide {
    width: 100%;
    margin: 0 0 10px;
  }
  .marketdata-tools .past select {
    padding-left: 10px;
  }
  .marketdata-tools .past .selectbtn1 {
    width: 75px;
  }
  .marketdata-tools .past .selectbtn2 {
    width: 55px;
  }
  .marketdata-tools .past .btn {
    width: 80px;
  }
}



/* marketdata-section */
.marketdata-section {
  margin-bottom: 30px;
}
.marketdata-section .sectitle {
  margin-top: 10px;
  padding-left: 7px;
  font-size: 2.0rem;
  /*font-weight: 700;*/
  line-height: 1.5;
  border-bottom: #4EB3E7 solid 3px;
}

.marketdata strong {
  font-weight:normal;
}
.marketdata-section .biglabels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.marketdata-section .biglabels > * {
  display: flex;
  flex-wrap: wrap;
  width: 48.8393%;
  margin-bottom: 30px;
}
.marketdata-section .biglabels .label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  background-color: #FFFFFF;
  border: 1px solid #f5f7f9;
}
.marketdata-section .biglabels .label .ttl {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-right: 10px;
  color: #000000;
  font-size: 16px;
  /*font-weight: 500;*/
  line-height: 1.4;
  background-color: #f0f2f3;
  text-align: center;
}
.marketdata-section .biglabels .label .ttl:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 27px;
  height: 100%;
  /*background:#F5F5F5 url(/rent/image/common/arw_01.png) no-repeat center center / 100% 100%;*/
}
.marketdata-section .biglabels .label .txt {
  box-sizing: border-box;
  width: calc(100% - 180px);
  padding: 20px 40px;
  text-align: right;
  line-height: 1;
}
.marketdata-section .biglabels .label .txt .ismain {
  font-size: 25px;
  /*font-weight: 700;*/
}
.marketdata-section .biglabels .label .txt .ismain small {
  font-size: 16px;
}
.marketdata-section .biglabels .label .txt .info {
  margin-top: 5px;
}
.marketdata-section .biglabels .label .txt .info strong {
  font-size: 20px;
  font-weight:normal;
}
.marketdata-section .biglabels .label .txt .info strong.red {
  color: #E60012;
}

.marketdata-section .biglabels .label .txt .info strong small {
  font-size: 13px;
}
.marketdata-section .biglabels .cap {
  width: 100%;
  margin-top: 10px;
  font-size: 1.3rem;
  /*font-weight: 500;*/
  text-align: right;
}
.marketdata-section .group {
  position: relative;
  margin-bottom: 55px;
}
.marketdata-section .group > p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:690px) {
	.marketdata-section .group > p {
		font-size: 14px;
	}	
}
.marketdata-section .group .title {
  margin-bottom: 20px;
  font-size: 18px;
	line-height: 1.6;
  /*font-weight: 700;*/
}
.marketdata-section .print {
  margin-top: 20px;
}
.marketdata-section .print a.parts-boxbtn {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.marketdata-section .group .js_marketdata_spmore {
  display: none;
}
.marketdata-section .graph p {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.marketdata-section .graph img {
  max-width: 100%;
}
.marketdata-section .tables {
  margin-top: 15px;
}
.marketdata-section .tables .incap {
  margin-top: 10px;
	margin-bottom: 5px;
  font-size: 12px;
  text-align: right;
}
.marketdata-section .tables th,
.marketdata-section .tables td {
  box-sizing: border-box;
  width: 64px;
  padding: 10px 7px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.marketdata-section .tables th,
.marketdata-section .tables td{
	font-size: 14px;
}
.marketdata-section .tables th {
  padding: 10px 0;
  text-align: center;
  font-weight:normal;
}
.marketdata-section .tables tr:nth-child(even) th,
.marketdata-section .tables tr:nth-child(even) td {
  background-color: #F5F5F5;
}
.marketdata-section .tables .js-spSticky {
  width: 180px;
  padding-left: 15px;
  text-align: left;
}
.marketdata-section .tables .red {
  color: #E60012;
}
@media only screen and (max-width:1120px) {
  .marketdata-section .biglabels {
    display: block;
  }
  .marketdata-section .biglabels > * {
    width: auto;
  }
}
@media only screen and (max-width:690px) {
  .marketdata-section {
    margin-bottom: 70px;
  }
  .marketdata-section .biglabels {
    margin-bottom: 40px;
  }
  .marketdata-section .biglabels .label {
    min-height: 105px;
  }
  .marketdata-section .biglabels .label .ttl {
    width: 120px;
    font-size: 18px;
  }
  .marketdata-section .biglabels .label .ttl:before {
    width: 20px;
  }
  .marketdata-section .biglabels .label .txt {
    width: calc(100% - 120px);
    padding: 15px 30px 15px 10px;
  }
  .marketdata-section .biglabels .label .txt .ismain {
    font-size: 40px;
  }
  .marketdata-section .biglabels .label .txt .ismain small {
    font-size: 30px;
  }
  .marketdata-section .biglabels .label .txt .info strong {
    font-size: 20px;
  }
  .marketdata-section .biglabels .label .txt .info strong small {
    font-size: 13px;
  }
  .marketdata-section .biglabels .cap {
    font-size: 1.2rem;
  }
  .marketdata-section .group.sp_close {
    overflow: hidden;
    height: 200px;
  }
  .marketdata-section .group .js_marketdata_spmore {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    cursor: pointer;
    z-index: 10;
  }
  .marketdata-section .group .js_marketdata_spmore span {
    position: relative;
    display: inline-block;
    padding-right: 22px;
    /*font-weight: 700;*/
  }
  .marketdata-section .group .js_marketdata_spmore span:before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transform: rotate(90deg);
    background: url(/assets/images/rent/icon_arw1.svg) no-repeat center center / contain;
  }
  .marketdata-section .graph p {
    margin-bottom: 10px;
  }
  .marketdata-section .tables {
    margin-top: 30px;
  }
  .marketdata-section .tables table {
    width: 900px;
  }
  .marketdata-section .tables th,
  .marketdata-section .tables td {
    font-size: 12px;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* formbox */
.sort_form .formbox {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 1.6rem;
  table-layout: fixed;
}
.sort_form .formbox > * {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.sort_form .formbox .inttl {
  width: 280px;
  padding: 15px 30px;
  background-color: #E6E6E6;
}
.sort_form .formbox .inttl > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort_form .formbox .inttl span {
  display: block;
  /*font-weight: 700;*/
}
.sort_form .formbox .inttl .red {
  padding: 0 5px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #E60012;
}
.sort_form .formbox .inform {
  padding: 15px 0 15px 35px;
}
.sort_form .formbox .sort_key {
  width: 265px;
}

.sort_form .formbox .inform label {
  cursor: pointer;
}
.sort_form .formbox .inform input[type="text"],
.sort_form .formbox .inform input[type="email"],
.sort_form .formbox .inform input[type="number"],
.sort_form .formbox .inform input[type="tel"],
.sort_form .formbox .inform input[type="url"],
.sort_form .formbox .inform input[type="password"],
.sort_form .formbox .inform select,
.sort_form .formbox .inform textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px;
  font-size: 1.8rem;
  font-weight: 400;
	background: none;
	border: #A2AEBA solid 1px;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: vertical;
}
.sort_form .formbox .inform textarea {
  height: 160px;
}
.sort_form .formbox .inform ::placeholder {
	color: #D9D9D9;
}
.sort_form .formbox .inform ::-webkit-input-placeholder,
.sort_form .formbox .inform ::-moz-placeholder,
.sort_form .formbox .inform ::-ms-input-placeholder {
	color: #D9D9D9;
}
.sort_form .formbox .inform :-ms-input-placeholder {
	color: #D9D9D9;
}
@media only screen and (max-width: 690px) {
  .sort_form .formbox,
  .sort_form .formbox > * {
    display: block;
    margin-bottom: 0;
  }
  .sort_form .formbox > * {
    border-bottom: none;
  }
  .sort_form .formbox .inttl {
    position: relative;
    width: auto;
    padding: 10px 0;
    text-align: center;
  }
  .sort_form .formbox .sort_key {
    width: 100%;
  }
  .sort_form .formbox .inttl > div {
    display: block;
  }
  .sort_form .formbox .inttl .red {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0 5px;
    font-size: 1.1rem;
    transform: translateY(-50%);
  }
  .sort_form .formbox .inform {
    padding: 10px 20px 5px;
  }
  .sort_form .formbox .inform input[type="text"],
  .sort_form .formbox .inform input[type="email"],
  .sort_form .formbox .inform input[type="number"],
  .sort_form .formbox .inform input[type="tel"],
  .sort_form .formbox .inform input[type="url"],
  .sort_form .formbox .inform input[type="password"],
  .sort_form .formbox .inform select,
  .sort_form .formbox .inform textarea {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
  .sort_form .formbox .inform textarea {
    height: 150px;
  }
}/*market data other1 page*/
/*----------------------------------------------------------------------------*/

/* .marketdataother1-titlewrap */
.marketdataother1-titlewrap {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 45px;
}
@media only screen and (max-width:690px) {
  .marketdataother1-titlewrap {
    display: block;
    margin-bottom: 40px;
  }
}


/* .marketdataother1-title01 */
.marketdataother1-title01 {
  color: #122B88;
  font-size: 24px;
  line-height: 1.5;
}
.marketdataother1-title01 small {
  font-size: 22px;
}
@media only screen and (max-width:690px) {
  .marketdataother1-title01 {
    font-size: 28px;
  }
  .marketdataother1-title01 small {
    display: block;
    font-size: 20px;
  }
}


/* .marketdataother1-ancbtn */
.marketdataother1-ancbtn a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: underline;
}
.marketdataother1-ancbtn a:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: #122B88 solid 2px;
  border-right: #122B88 solid 2px;
  transform: rotate(45deg);
}
@media only screen and (max-width:690px) {
  .marketdataother1-ancbtn  {
    margin-top: 20px;
    text-align: right;
  }
  .marketdataother1-ancbtn a {
    padding-left: 22px;
  }
}

/* marketdataother1-section */
.marketdataother1-section {
  overflow: hidden;
  margin-bottom: 10px;
}

/* marketdataother1-list01 */
.marketdataother1-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.marketdataother1-list01 > li {
  width: 25%;
  padding: 0 16px 50px;
}
.marketdataother1-list01 .title {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 82px;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
  background-color: #E6E6E6;
  line-height: 1.5;
}
.marketdataother1-list01 .title > * {
  display: table-cell;
  vertical-align: middle;
}
.marketdataother1-list01 .title > * * {
  display: block;
  font-size: 16px;
}
.marketdataother1-list01 .title small {
  font-size: 13px;
}
.marketdataother1-list01 .borderbox {
  border: #E6E6E6 solid 1px;
}
.marketdataother1-list01 .borderbox .box {
  padding: 15px 20px;
	background: #fff;
}
.marketdataother1-list01 .borderbox .box + .box {
  border-top: #E6E6E6 solid 1px;
}
.marketdataother1-list01 .borderbox .line {
  overflow: hidden;
  line-height: 1.2;
}
.marketdataother1-list01 .borderbox .line + .line {
  margin-top: 13px;
}
.marketdataother1-list01 .borderbox .line [class^="label"] {
  float: left;
}
.marketdataother1-list01 .borderbox .line .label01 {
  padding-top: 5px;
}
.marketdataother1-list01 .borderbox .line .nums,
.marketdataother1-list01 .borderbox .line .points {
  padding-top: 5px;
  float: right;
}
.marketdataother1-list01 .borderbox .line .nums {
  line-height: 1;
}
.marketdataother1-list01 .borderbox .line .nums span {
  font-size: 16px;
}
.marketdataother1-list01 .borderbox .line .nums small {
  font-size: 16px;
}
.marketdataother1-list01 .borderbox .line .points {
  font-size: 13px;
}
.marketdataother1-list01 .btns {
  margin-top: 14px;
}
.marketdataother1-list01 .btns a {
  height: 46px;
  margin-top: 15px;
  line-height: 1.3;
  font-size: 13px;
}
.marketdataother1-list01 .btns span {
  position: relative;
  display: inline-block;
}
/*.marketdataother1-list01 .btns a[href$=".pdf"] span,
.marketdataother1-list01 .btns a[href$=".xls"] span,
.marketdataother1-list01 .btns a[href$=".xlsx"] span {
  padding-right: 26px;
}
.marketdataother1-list01 .btns a[href$=".pdf"] span:before,
.marketdataother1-list01 .btns a[href$=".xls"] span:before,
.marketdataother1-list01 .btns a[href$=".xlsx"] span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 19px;
  height: 22px;
  background: no-repeat center center / contain;
  transform: translateY(-53%);
}
.marketdataother1-list01 .btns a[href$=".pdf"] span:before {
  background-image: url(../image/common/icon_pdf.svg);
}
.marketdataother1-list01 .btns a[href$=".xls"] span:before,
.marketdataother1-list01 .btns a[href$=".xlsx"] span:before {
  background-image: url(/assets/images/rent/icon_xls.svg);
}
*/
@media only screen and (max-width:1200px) {
  .marketdataother1-list01 > li {
    width: 33.333333%;
  }
}
@media only screen and (max-width:690px) {
  .marketdataother1-list01 {
    margin: 0 -10px;
  }
  .marketdataother1-list01 > li {
    width: 50%;
    padding: 0 10px 30px;
  }
  .marketdataother1-list01 .title {
    height: 56px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .marketdataother1-list01 .title > * * {
    font-size: 18px;
  }
  .marketdataother1-list01 .title small {
    font-size: 14px;
  }
  .marketdataother1-list01 .borderbox .box {
    padding: 12px;
    font-size: 12px;
  }
  .marketdataother1-list01 .borderbox .line + .line {
    margin-top: 10px;
  }
  .marketdataother1-list01 .borderbox .line [class^="label"] {
    padding-bottom: 3px;
  }
  .marketdataother1-list01 .borderbox .line .label01 {
    padding-top: 1px;
  }
  .marketdataother1-list01 .borderbox .line .nums span {
    font-size: 18px;
  }
  .marketdataother1-list01 .borderbox .line .nums small,
  .marketdataother1-list01 .borderbox .line .points {
    font-size: 13px;
  }
  .marketdataother1-list01 .btns a {
    height: 40px;
    margin-top: 10px;
  }
  /*.marketdataother1-list01 .btns a[href$=".pdf"] span,
  .marketdataother1-list01 .btns a[href$=".xls"] span,
  .marketdataother1-list01 .btns a[href$=".xlsx"] span {
    padding-right: 20px;
  }
  .marketdataother1-list01 .btns a[href$=".pdf"] {
    font-size: 13px;
  }
  .marketdataother1-list01 .btns a[href$=".pdf"] span:before,
  .marketdataother1-list01 .btns a[href$=".xls"] span:before,
  .marketdataother1-list01 .btns a[href$=".xlsx"] span:before {
    width: 17px;
    height: 20px;
  }*/
}


/* marketdataother1-aboutbtn */
.marketdataother1-aboutbtn {
  display: flex;
  margin-bottom: 40px;
  padding: 30px 0 15px;
  /*border: rgba(78, 179, 231, 0.1) solid 3px;*/
  line-height: 1.3;
}
.marketdataother1-aboutbtn .ttl {
  width: 355px;
  text-align: right;
}
.marketdataother1-aboutbtn ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /*width: calc(100% - 355px);
  padding-left: 40px;*/
}
.marketdataother1-aboutbtn li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 30px;
  border-right: #A2AEBA solid 1px;
}
.marketdataother1-aboutbtn li:last-child {
  border-right: none;
}
.marketdataother1-aboutbtn li a {
  text-decoration: underline;
	font-size: 14px;
}
@media only screen and (max-width:690px) {
  .marketdataother1-aboutbtn {
    display: block;
    margin-bottom: 30px;
    padding: 15px 10px 0;
    font-size: 14px;
  }
  .marketdataother1-aboutbtn .ttl {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .marketdataother1-aboutbtn ul {
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .marketdataother1-aboutbtn li {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    border-right: #A2AEBA solid 1px;
  }
}

.mapimage {
	margin-top: 20px;
}
.marketdataother1-infos {
  margin-bottom: 110px;
}
.marketdataother1-infoitem {
  display: none;
}
.marketdataother1-infoitem:first-child {
  display: block;
}
.marketdataother1-infoitem dl {
  display: table;
  width: 100%;
  border-bottom: #E6E6E6 solid 1px;
  table-layout: fixed;
}
.marketdataother1-infoitem dl > * {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
}
.marketdataother1-infoitem dl + dl {
  margin-top: 15px;
}
.marketdataother1-infoitem dt {
  width: 280px;
  padding-left: 15px;
  background-color: #E6E6E6;
	font-size: 14px;
	line-height: 1.6;
}
.marketdataother1-infoitem dd {
  padding-left: 30px;
	font-size: 14px;
	line-height: 1.6;
}
.marketdataother1-infoitem small {
  font-size: 13px;
}
@media only screen and (max-width:690px) {
  .marketdataother1-infos {
    margin-bottom: 60px;
    font-size: 13px;
  }
  .marketdataother1-infoitem dl + dl {
    margin-top: 10px;
  }
  .marketdataother1-infoitem dt {
    width: 95px;
  }
  .marketdataother1-infoitem dd {
    padding-left: 12px;
  }
  .marketdataother1-infoitem small {
    font-size: 10px;
  }
}


.market-table01 {
  position: relative;
  /* overflow-y: hidden; */
}
.market-table01.close tr:nth-child(n+7) {
  display: none;
}
.market-table01 .morebtn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  cursor: pointer;
  z-index: 10;
}
.market-table01 .morebtn span {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  /*font-weight: 700;*/
}
.market-table01 .morebtn span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(90deg);
  background: url(/rent/image/common/icon_arw1.svg) no-repeat center center / contain;
}
.market-table01 table {
  width: 100%;
}
.market-table01 .center {
  text-align: center;
}
.market-table01 th,
.market-table01 td {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px 25px;
  font-size: 1.5rem;
  text-align: right;
  border: #FAFAFA solid 2px;
}
.market-table01 th.al,
.market-table01 td.al {
  text-align: left;
}
.market-table01 th {
  text-align: center;
}
.market-table01 thead {
  background-color: #F5F5F5;
}
.market-table01 thead th {
  background-color: #F5F5F5;
}
.market-table01 thead th,
.market-table01 thead td {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
.market-table01 thead .req {
  width: 240px;
}
.market-table01 tbody tr td {
  background-color: #fff;
}
.market-table01 tbody tr.bg th,
.market-table01 tbody tr.bg td {
  background-color: #F5F5F5;
}
.market-table01 .parts-checkbtn {
  height: 46px;
  margin: 0 auto;
}
.market-table01 .parts-checkbtn .txt {
  width: 100%;
  padding-left: 0;
}
.market-table01 .parts-checkbtn .txt .ontxt,
.market-table01 .parts-checkbtn input:checked + .bg + .txt .offtxt {
  display: none;
}
.market-table01 .parts-checkbtn input:checked + .bg + .txt .ontxt {
  display: inline;
}
.market-table01 .remarks {
  width: 200px;
}
@media only screen and (min-width: 691px) {
  .market-table01 .movein {
    width: 150px;
  }
  .market-table01 .movein02 {
    width: 105px;
  }
}
@media only screen and (max-width: 690px) {
  /* .market-table01.close {
    height: 250px;
  } */
  .market-table01:before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #FAFAFA;
    z-index: 2;
  }
  .market-table01 .sp-scroll {
    position: relative;
    overflow-x: auto;
    /* height: 100px; */
  }
  .market-table01 th,
  .market-table01 td {
    padding: 7px 15px;
    font-size: 1.2rem;
  }
  .market-table01 thead th,
  .market-table01 thead td {
    font-size: 1.3rem;
  }
  .market-table01 table {
    width: 700px;
  }
  .market-table01 thead .req {
    width: 80px;
  }
  .market-table01 .parts-checkbtn {
    height: auto;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .market-table01 .parts-checkbtn .bg {
    display: none;
  }
  .market-table01 .parts-checkbtn .txt {
    width: 22px;
    height: 22px;
  }
  .market-table01 .parts-checkbtn .txt .offtxt,
  .market-table01 .parts-checkbtn .txt .ontxt {
    display: none !important;
  }
  .market-table01 .js-spSticky {
    position: -webkit-sticky;
    position: sticky;
    left: -2px;
  }
  .market-table01 .remarks {
    width: 120px;
  }
  .market-table01 .sp-fit {
    width: 100%;
  }
  .market-table01 .sp-fit table {
    width: 100%;
  }
  .market-table01 .sp-fit .sp-hide {
    display: none !important;
  }
}

#locator {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 691px) {
  .sortbtn-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
  }
  .sortbtn-area .sortbtn-area-right {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .sortbtn-area .sortbtn-area-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sortbtn-area-bottom{
    text-align:right;
  }
}
@media only screen and (min-width: 691px) {
  .fixedbnr-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
  }
  .fixedbnr-area .fixedbnr-area-right {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .fixedbnr-area .fixedbnr-area-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.maptext {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}


/* バックナンバー追加 */
.tool-flow-section-lv2__title {
	position: relative;
}
.tool-flow-section-lv2__title .backnumverbtn {
	position: absolute;
	top: 2px;
	right: 0;
	font-weight: normal;
}
.backnumverbtn a {
	position: relative;
    display: inline-block;
    padding-left: 22px;
    text-decoration: underline;
	font-size: 16px;
}
.backnumverbtn a:before {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: #122B88 solid 2px;
    border-right: #122B88 solid 2px;
    transform: rotate(45deg);
}
.marketdataother1-section.office-report-section {
	overflow: visible;
    margin-bottom: 10px;
}
.marketdataother1-list01.office-report {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0;
}
.marketdataother1-list01.office-report > li {
	width: 13%;
	padding: 0 0;
}
.office-report_btns .type-medium2 {
	width: 120px;
}
.office-report_btns .type-medium2 .button-inner {
	padding-left: 30px;
	position: relative;
}
.office-report_btns .type-medium2 .button-inner::before {
	content: "";
	background: url("/assets/images/rent/icon_pdf.png");
	background-size: cover;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
}
@media screen and (max-width: 1023px){
	.marketdataother1-list01.office-report > li {
		width: 49%;
		padding: 0 0 20px;
	}
	.office-report_btns .type-medium2 {
		/*width: 200px;*/
	}
}

.marketdataother1-list01.office-report .button.type-white-blue.type-center.type-medium2.type-b,
.marketdataother1-list01.office-report .parts-boxbtn {
    box-shadow: none;
}