@charset "UTF-8";
/* CSS Document */

#contents h2 {
 font-size: var(--font-size-36);
 font-weight: 700;
 text-align: center;
 margin-bottom: 2rem;
}
.box {
margin-bottom: 6rem;
}
.box p {
 font-size: var(--font-size-18);
 margin-bottom: 1rem;
}
.box table {
border-collapse:collapse;
width: 100%;
margin: 0 auto;
font-size: var(--font-size-18);
margin-bottom: 1rem;
overflow-wrap : anywhere ;
}
.box th,.box td {
padding: 1rem;
border: solid 1px #ccc;
}
.box th {
background: #2561AC;
color: #fff;
}
.box th.head {
width: 30%;
}

.box th.other {
width: 23%;
}
.box td span {
 font-size: var(--font-size-24);
 font-weight: 600;
}
.box td span.note {
 font-size: var(--font-size-14);
 font-weight: normal;
 line-height: 1.6em!important;
}
.box h3 {
 font-size: var(--font-size-24);
 font-weight: 600;
 border-left: solid 4px #2561AC;
 padding-left: 1rem;
 margin-bottom: 1rem;
}
.lift td {
text-align: center;
}
.pole th {
width: 50%;
}
.pole td  {
 font-size: var(--font-size-24);
 font-weight: 600;
 text-align: center;
}
.box li {
list-style-type: disc;
list-style-position: inside;
 font-size: var(--font-size-16);
 line-height: 1.8em;
}
.box .more_bt {
margin-top: 4rem;
}
.box .photo {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box .photo li {
width: 48%;
margin-bottom: 2rem;
list-style-type: none;
}

@media screen and (min-width:769px)and (max-width:1024px){
}


@media screen and (min-width:521px) and (max-width:768px) {
}

@media screen and (max-width:520px) {

.table-wrap {
  overflow-x: scroll;
}
.table-wrap .lift,
.table-wrap .rental {
width: 100%;
border-collapse: collapse;
white-space: nowrap;
}

}

