@charset "utf-8";
/*COMMON
-----------*/

.bold {
    font-weight: bold;
}


.searchicon {
    background: url("../images/icon_search.svg") no-repeat left center;
}

/*ページ内リンク時 ヘッダーとの被りを解消*/
.pagelink:before {
    content: "";
    display: block;
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
}
.bluelink {
    color: #69729C;
    text-decoration: underline;
}
.bluelink:hover {
    color: #9199D8;
}

/*TOP
-----------*/
.rent-top  {
    text-align: center;
    background: url(../images/topImg_rent.jpg) no-repeat;
    background-size: cover;
}
.rent-top img {
    max-height: auto;
    margin: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 250px;
}

@media (max-width: 767.98px) {
    .rent-top img {
        max-height: 100px;
        margin: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

/*MAIN
-----------*/
.rentmain {
    margin: 2rem auto auto;
    max-width: 1100px;
}
.rentmain .breadcrumblist {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}



@media (max-width: 767.98px) {
    .rentmain{
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    width: 90vw;
    }
    .rentmain .breadcrumblist {
        display: none;
    }
}

/*MAIN-left_PC
-----------*/
.rentmain-left {
    padding-bottom: 1rem;
    width: 180px;
    padding-right: 0.5rem;
}
.rentmain-left > div {
    margin-right: -0.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.rentmain-left > div > a {
    display: block;
}
.rentmain-left .title {
    margin-bottom: 0.5rem;
    padding-top: 0.2rem;
    padding-left: 0.5rem;
    padding-bottom: 0.2rem;
    width: 100%;
    border-bottom: thin solid #DCDCDC;
}
.rentmain-left .link {
    font-size: 0.9rem;
}
.rentmain-left li {
    list-style: none;
}
.rentmain-left li a {
    display: block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    width: 100%;
    padding-left: 0.5rem;
}
.rentmain-left li a:hover {
    color: #F2941D;
}
.rentmain-left .icon_au {
    background: url("../rental/images/aud/sm003.jpg") no-repeat left center/auto 70%;
    padding-left: 2.5rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}
.rentmain-left .icon_vi {
    background: url("../rental/images/vi/ca001.jpg") no-repeat left center/auto 70%;
    padding-left: 2.5rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}
.rentmain-left .icon_li {
    background: url("../rental/images/lig/le001.jpg") no-repeat left center/auto 70%;
    padding-left: 2.5rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}
.rentmain-left > ul > li > ul {
    font-size: 0.8rem;
}

@media (max-width: 767.98px) {
    .rentmain-left{
        display: none;
    }
}
/*MAIN-left_MB
-----------*/
@media (min-width: 767.98px){
    .rightdrawer{
        display: none;
    }
}

.rightdrawer .checkbox{
    display: none;
}
.rightdrawer .label_drawer {
	cursor: pointer;
	position: fixed;
}
.open {
    z-index: 2;
    top: 110px;
    right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #434343;
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #FFFFFF;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
}
#drawer:checked + .open {
    transform: translateX(-280px);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}
.rightdrawer_menu {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    margin: 0;
    padding-top: 110px;
    box-sizing: border-box;
    background: #fff;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
}
.rightdrawer_menu .link {
    padding: 0;
}
.rightdrawer_menu ul li {
    font-size: 0.8rem;
    list-style: none;
}

.rightdrawer_menu a {
    display: block;
    transition: background .6s;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    width: 100%;
}
.rightdrawer_menu img {
    text-align: center;
}

.rightdrawer_menu .title {
    padding-left: 1rem;
    padding-top: 0px;
    margin-top: 1rem;
}
.rightdrawer_menu .icon_au {
    background: url("../rental/images/aud/sm003.jpg") no-repeat left center/auto 70%;
    padding-left: 3rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    margin-top: 1rem;
}
.rightdrawer_menu .icon_vi {
    background: url("../rental/images/vi/ca001.jpg") no-repeat left center/auto 70%;
    padding-left: 3rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    margin-top: 0.5rem;
}
.rightdrawer_menu .icon_li {
    background: url("../rental/images/lig/le001.jpg") no-repeat left center/auto 70%;
    padding-left: 3rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    margin-top: 0.5rem;
}

#drawer:checked ~ .rightdrawer_menu {
	transform: none;
}

.rightdrawer_menu .toggle {
	display: none;
}
.rightdrawer_menu .label_accordion {
    width: 8rem;
    color: #69729C;
    border: thin solid #69729C;
    border-radius: 999px;
    display: block;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 0.8rem;
}
.rightdrawer_menu .label_accordion::before,
.rightdrawer_menu .label_accordion::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #69729C;
    right: 1.4rem;
}
.rightdrawer_menu .label_accordion::after {
    transform: rotate(90deg);
}
.rightdrawer_menu .label_accordion.show::before {
    opacity: 0;
}
.rightdrawer_menu .label_accordion,
.contents_accordion {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.rightdrawer_menu .contents_accordion {
    height: 0;
    overflow: hidden;
    margin-top: 0.5rem;
    border-bottom: thin solid #DCDCDC;
}
.rightdrawer_menu .contents_accordion li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.rightdrawer_menu .toggle:checked + .label_accordion + .contents_accordion {
	height: auto;
	transition: all .3s;
}


/*MAIN-right*/
.rentmain-right{
    width: 850px;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
}
.rentmain-right h1 {
    font-size: 1.5rem;
    text-align: center;
}


@media (max-width: 767.98px) {
    .rentmain-right {
        width: 100%;
    }
}

/*TOP
-----------*/
.top h2  {
    font-size: 1.3rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .top h2{
        font-size: 1.2rem;
    }
}

/*ガイドページ
-----------*/
.guide h2 {
    font-size: 1.2rem;
    background: url("../images/ttl_orange.png") no-repeat left center;
    padding-left: 1rem;
}

.guide_flowchart {
    list-style: none;
    counter-reset: flownum;
    margin-top: 2rem;
}
.guide_flowchart li {
    padding: 1rem;
    border-bottom: thin solid #DCDCDC;
}
.flowchart-content {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.guide_flowchart li::before {
  content: "STEP " counter(flownum);
  counter-increment: flownum;
  color: rgb(150,150,150);
  font-weight: bold;
  font-size: 0.9rem;
}
.flowchart-title {
  font-weight: bold;
  font-size: 1.04rem;
  line-height: 1.4;
}
.flowchart-detail {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #FFE4F7;
}
.flowchart-detail div{
    padding-top: 0.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.4rem;
    border-radius: 9999px;
    display: inline-block;
    color: #fff;
    background-color: #D83F7D;
}
.flowchart-detail p{
    margin-top: 1rem;
    padding-left: 0.5rem;
}
.guide .rentalform {
    margin-top: 1rem;
}


.guide > div > div {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    background-color: #F4F4F4;
    margin-top: 1rem;
}
.guide .title {
    margin-bottom: 0.5rem;
    border-bottom: thin solid #606060;
    padding-bottom: 0.2rem;
}
.guide .detailbox {
    padding: 0.8rem;
    margin-top: 0.8rem;
    border: thin solid #6A6A6A;
    background-color: #fff;
}
.guide .annotation {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.guide .annotation p {
    margin-top: 0.5rem;
    padding-left: 1rem;

}

.guide .scroll   {
    overflow-y: scroll;
    height: 180px;
    border: thin solid #DCDCDC;
    font-size: 0.8rem;
    background: #fff;
}

/*一覧ページ
-----------*/
.rentmain-right .count {
    font-size: 0.9rem;
    justify-content: flex-end;
}
.productlink {
    margin-top: 0.5rem;
}
.productlink p {
    padding-left: 1rem;
    font-size: 0.8rem;
}

.productlink ul {
    margin-top: 0.5rem;
    flex-wrap: wrap;
}
.productlink li {
    position: relative;
    width: calc((100% - 3.4rem) / 5);
    padding: 0.3rem;
    margin-left: -1px;
    margin-bottom: -1px;
    font-size: 0.8rem;
    border: thin solid #B4B4B4;
    list-style: none;
    background-color: #F0F0F0;
}
.productlink li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 1px solid #808080;  /* thickness, color */
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.productlink li a {
    display: block;
    width: 100%;
    height: 100%;
}
.productBox {
    margin-top: 1rem;
}
.productBox .hidden  {
    overflow: hidden;
}

/*セット一覧*/
.productBox .cate-list {
    position: relative;
    left: -1px;
    bottom: -1px;
}
.productBox .cate-list li {
    border-bottom: 1px solid #DCDCDC;
}
.productBox .cate-list li a{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    display: block;
}
.productBox .cate-list .flexBox {
    column-gap: 20px;
}
.productBox .cate-list .cateimg {
    max-width: 300px;
    min-width: 150px;
    text-align: center;
}
.productBox .cate-list .cateimg img {
    width: 100%;
}
.productBox .cate-list p {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    letter-spacing: normal;
    line-height: 1rem;
    text-align: left;
}
.productBox .cate-list p span {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    border: thin solid #22A8FF;
    color: #22A8FF;
    padding-bottom: 0px;
    font-size: 0.7rem;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .productlink li {
        width: 100%;
    }
    .productBox .cate-list .flexBox{
        display: block;
    }
    .productBox .cate-list .cateimg {
        margin: auto;
    }
}

/*機器一覧*/
.productBox .rent-flex {
    position: relative;
    left: -1px;
    bottom: -1px;
}
.productBox .rent-flex li {
    width: calc((100% - 4px) / 4);
    text-align: center;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    list-style: none;
}
.productBox .rent-flex::before{
    content: "";
    display: block;
    width: calc(100% / 4);
    height: 0;
    order: 1;
}
.productBox .rent-flex::after{
    content: "";
    display: block;
    width: calc(100% / 4);
    height: 0;
}
.productBox .rent-flex li a{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    display: block;
}
.productBox .rent-flex img {
    width: 100%;

}
.productBox .rent-flex p {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    letter-spacing: normal;
    line-height: 1rem;
    text-align: left;
}
.productBox .rent-flex p span {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    border: thin solid #22A8FF;
    color: #22A8FF;
    padding-bottom: 0px;
    font-size: 0.7rem;
    white-space: nowrap;
}


/*フィルター*/
.search-list {
    margin-bottom: 1rem;
}
.searchbox {
    display: inline-block;
    position: relative;
    width: 100%;
}
.searchbox::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon_search.svg") no-repeat center center / auto 100%;
  display: inline-block;
  position: absolute;
  top: 8px; 
  left: 10px;
}

.searchbox input {
    border: 1px solid #B4B4B4;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 3px;
    border-radius: 20px;
    height: 2rem;
    width: 100%;
}

.searchbox input::-webkit-search-cancel-button {    
  -webkit-appearance: none;    /* サーチキャンセルボタン非表示*/
}

.search-list .filter-type {
    margin-top: 0.7rem;
    font-size: 0.8rem;
    letter-spacing: 0;
}

.search-list .toggle {
	display: none;
}
.search-list .contents_accordion {
    flex-wrap: wrap;
    background-color: #F0F0F0;
}
.search-list .label_accordion {
    background: url("../images/icon_search.svg") no-repeat left center;
    padding-left: 1rem;
    display: block;
    cursor: pointer;
    position: relative;
}
.search-list .contents_accordion li {
    list-style: none;
    margin-top: 0.3rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
}

@media (max-width: 767.98px) {
    
.search-list .label_accordion {
    background: url("../images/icon_search.svg") no-repeat 0.7rem center;
    padding-left: 2rem;
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 9999px;
    border: thin solid #69729C;
    color: #69729C;
    -moz-column-fill: #69729C;
    width: 7rem;
}
.search-list .label_accordion::before,
.search-list .label_accordion::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #69729C;
    top:0.25rem;
    left:7.5rem;
}
.search-list .label_accordion::after {
    transform: rotate(90deg);
}
.search-list .label_accordion.show::before {
    opacity: 0;
}
.search-list .label_accordion,
.contents_accordion {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.search-list .contents_accordion {
    height: 0;
    overflow: hidden;
    margin-top: 0.5rem;
    border-bottom: thin solid #DCDCDC;
    background-color: #E3E6F4;
}

.search-list .toggle:checked + .label_accordion + .contents_accordion {
	height: auto;
	transition: all .3s;
}
}

.productBox .filterTarget {
    display: none;
}

/*ページネーション*/

.search-list_pagination ul {
    list-style: none;
    margin-top: 1rem;
    justify-content: flex-end;
    font-size: 0.8rem;
}

.search-list_pagination ul li {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    color: #69729C;
}
.search-list_pagination ul li:hover {
    background-color: #DCDCDC;
}
.search-list_pagination .active {
    background-color: #DCDCDC;
}
.search-list_pagination ul li a{
    display: block;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .productBox .rent-flex li {
    width: calc((100% - 2px) / 2);
    }
}

/*詳細ページ
-----------*/
.basicinfo {
    column-gap: 100px;
}
.basicinfo > img {
    max-height: 280px;
}

.basicinfo > div > div{
    margin-bottom: 0.8rem;
}

.basicinfo .baseproduct {
    font-size: 1.2rem;
}
.basicinfo .baseproduct p {
    margin-top: 0.2rem;
}

.basicinfo .baseproduct span {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    border: thin solid #22A8FF;
    color: #22A8FF;
    padding-bottom: 0px;
    font-size: 0.8rem;
    letter-spacing: 0;
}

.basicinfo .baseprice {
    width: calc(300px - 1rem);
    padding: 0.5rem;
    border: thin solid #ABABAB;
    background-color: #F6F6F6;
    font-size: 0.8rem;
    letter-spacing: 0;
}

.basicinfo .baseprice .baseprice_tax {
    font-size: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.detailinfo {
    padding: 1rem;
    background-color: #E5F7FC;
}
.detailinfo .title {
    background: url("../images/icon_estimate.svg") no-repeat left center/auto 80%;
    padding-left: 1rem;
    color: #108CE8;
    margin-bottom: 0.5rem;
}
.detailinfo .form {
    column-gap: 20px;
    margin-bottom: 1.5rem;
}


.input_quantity{
    position: relative;
    display: block;
    width: 120px !important;
    height: 2rem;
}
.input_quantity input::-webkit-outer-spin-button,
.input_quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_quantity input{
    width: 100%;
    height: 100%;
    text-align: center;
}
.input_quantity .spinner{
    position: absolute;
    top: 60%;
    width: 1rem;
    transform: translate(0, -50%);
    font-size: 1rem;
    padding-top: 5px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background-color: #E3E3E3;
}
.input_quantity .spinner-down{
    left: 3px;
}
.input_quantity .spinner-up{
    right: -5px;
}
.input_duration    {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.input_duration::after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.input_duration select{
    appearance: none;
    padding-left: 0.5rem;
    width: 100px;
    height: 2.4rem;
    cursor: pointer;
}

.detailinfo .total {
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.detailinfo p span {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    border: thin solid #22A8FF;
    color: #22A8FF;
    padding-bottom: 0px;
    font-size: 0.8rem;
    background-color: #fff;
}
.detailinfo .result_tax {
    font-size: 1.6rem;
    margin-left: 10px;
}

.footinfo p{
    margin-top: 1rem;
    letter-spacing: 0;
}
.footinfo table {
    border-collapse: collapse;
}
.footinfo tr, .footinfo td ,.footinfo th {
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    border: thin solid #ABABAB;
}
.footinfo th {
    white-space: nowrap;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: 100;
    background-color: #F6F6F6;
    text-align: start;
}
.footinfo td {
    width: 100%;
}
.footinfo .cate td {
    width: auto;
    padding-right: 1rem;
}

@media (max-width: 767.98px) {
    .basicinfo > img {
        display: block;
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
}
