
.nv_inquiry {
    display: none;
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

a.nv_inquiry {
    position: fixed;
    right: 20px;
    z-index: 9999;
    display: block;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: url(../../images/btn_inquiry.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 150px;
    height: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

@media screen and (max-width: 640px) {
    a.nv_inquiry {
        bottom: 0;
        right: 0;
        width: 130px;
        height: 120px;
        background-size: 130px;
    }
}


/*--------------------------------------------------
	＜サイトポリシー＞
--------------------------------------------------*/

.policy_dl{
    width:  900px;
    margin: 0 auto;
}

.policy_dd{
    font-size:   18px;
    font-weight: 400;
    text-align:  left;
    margin:      2em 0;
}

.policy_th{
    background-color: #f6f7f8;
    font-weight: 600;
}

.policy_t1{
    font-size:   20px;
    font-weight: 600;
    text-align:  left;
}

.policy_ol{
    margin: 0.8em 0;
    list-style-type: decimal;
}
.policy_ul{
    margin: 0.8em 0;
    list-style-type: disc;
}

.policy_li{
    margin: 0 0 0 1em;
}

.policy_footer{
    position:  relative;
}

.policy_footer_link{
    position:  absolute;
    top:       -3.0rem;
    left:      calc( 50% - 100px );
}

.policy_footer a{
    color:     #000;
    font-size: 12px;
    padding:   0 0 7px;
    border-bottom: 1px solid #000;
    text-decoration: inherit;
    line-height:      1.5;
}

.policy_footer a:hover {
    color:   #666;
    border-bottom: 1px solid #666;
}

.policy_grid{
    display: grid;
    grid-template-columns: 30% 1fr;
    justify-content: start;
    gap:     1px;
}

.policy_grid > * {
  outline:   solid 1px #eee;
  padding:   1em ;
}

.policy_m0{
  margin:    0;
}


@media screen and (max-width: 1441px) {
  .policy_footer_link{
    top:       -2.7rem;
  }
  .policy_footer a{
    font-size: 0.78rem;
    padding:   0 0 0.35rem;
  }
}

@media screen and (max-width: 1024px) {
  .policy_footer_link{
    top:       -2.7rem;
  }
  .policy_footer a{
    font-size: 8px;
    padding:   0 0 0.35rem;
  }
}

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

  .policy_dl{
    width:95%;
  }
  .policy_footer_link{
    top:       -96px;
    left:      calc( 50% + 200px );
  }
  .policy_footer a{
    font-size: 0.78rem;
    padding:   0 0 0.35rem;
  }
  .policy_footer a:hover {
      color: #000;
  }
}

@media screen and (max-width: 640px) {
  .policy_grid{
    grid-template-columns: 1fr;
  }
  .policy_dl{
    width:100%;
  }
  .policy_footer_link{
    top:       -92px;
    left:      calc( 75% - 80px );
  }
  .policy_footer a{
    font-size: 0.78rem;
    padding:   0 0 0.35rem;
  }
  .policy_footer a:hover {
      color: #000;
  }

  [class^="BaseFooter_copy"]{
    align-self:flex-start;
  }
}
