.txt-indent{
    margin-left: 2em;
    text-indent: -2em;
    margin-top: 2em;
}
.c-list-order__item .border_none
{
    border: none !important;
    width: 100%;
}
.c-input-text-condition{
    width: 100%;
    padding: 0.8rem 1rem;
    border: solid 1px #dbdbdb;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    height: 100%;
}
.hide-display{
    display: none;
}
.no_frame {
    border: none;
    outline: none;
    width: 100%;
}
.js-date-picker.is-error {
    background-color: #ffddde;
}

.c-modal-img-box {
  margin-right: auto;
  margin-left: auto;
  background-color: #efefef;
  width: 100%;
  height: 71rem;
}
.c-modal-img-box img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit:contain;object-position:center center';
  object-fit: contain;
  object-position: center center;
}
.l-modal-detail {
    position: relative;
    display: grid;
    grid-template-columns: minmax(75rem, 1fr) minmax(calc(578 / 1920 * 100%), 57.8rem);
    border-bottom: 1px solid #c6c6c6;
}
.l-modal-detail__contents {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.c-modal-all__box > div{
    padding: 0rem;
    width: 100%;
}
.c-modal-all__box > img{
    width: 100%;
}
.c-modal-all__box.js-modal-body{
    width: none;
}
.pointer_events_none{
    pointer-events: none;
}
/* 使用条件選択画面のローディングスピナー */
#loading_overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.c-error-message {
  font-weight: 700;
  color: #c60d0d;
  font-size: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-modal-img-box {
    width: 100%;
    height: 40rem;
  }
}

.download-content {
  float: left;
  margin-right: 0.5rem;
}

details > summary {
  cursor: pointer;
}

details > summary.c-definition-head {
  cursor: pointer;
  list-style: none;
}

.accordion-details {
  display: flex;
}

.accordion-details-content {
  width: 100%;
  padding-right: 1.5rem;
  text-align: right;
}

.download-loading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.download-button-spinner {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 30px;
  height: 30px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}