@charset "UTF-8";

/* CSS Document */

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #000;
  background-color: #fff;
}

a {
  text-decoration: none;
}
@media screen and (max-width:1023px) {
  .bgsa_pcnone {
    display: block;
  }

  .bgsa_spnone {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .bgsa_pcnone {
    display: none;
  }

  .bgsa_spnone {
    display: block;
  }
}

.bgsa_case_item_a{
  color:inherit;
  text-decoration: none;
}
.bgsa_case_item_a:hover{
  opacity: 0.8;
}


/*---------- SP・ぱんくず・TOP ----------*/
.bgsa_single_usage_rental_service_contents{
  padding: 0;
  }
  
  nav.bgsa_single_usage_nav_rental_service{
  margin: 0;
  padding: 0;
  }
  
  nav.bgsa_single_usage_nav_rental_service ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  font-size: 13px;
  }
  
  nav.bgsa_single_usage_nav_rental_service ul li{
  margin: 0;
  padding-right: 20px;
  white-space: nowrap;
  }
  
  nav.bgsa_single_usage_nav_rental_service ul li a{
  color: #006AB0;
  text-decoration: none;
  }
  
  .bgsa_single_usage_nav_rental_service ul li i{
  position: relative;
  }
  
  .bgsa_single_usage_nav_rental_service ul li i::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-style: normal;
  top: 4px;
  left: 6px;
  transform: scale(0.8);
  }
  
  .bgsa_single_usage_rental_service_top_contents{
  margin:  20px 0 0 0;
  padding: 20px 20px 30px;
  background: #F1F5F9;
  }
  
  .bgsa_single_usage_rental_service_box_flex{
  margin: 0 auto;
  padding: 0;
  }
  
  .bgsa_single_usage_rental_service_box{
  margin: 0;
  padding: 0;
  }
  
  .bgsa_single_usage_rental_service_title{
  color: #003366;
  letter-spacing: 1px;
  font-size:22px;
  font-weight: 600;
  }
  
  
  /*---------- PC・ぱんくず・TOP ----------*/
  @media screen and (min-width:1024px){
  .bgsa_single_usage_rental_service_contents{
  padding: 0;
  width: 1200px;
  }
  
  nav.bgsa_single_usage_nav_rental_service{
  margin: 0;
  padding: 0;
  }
  
  nav.bgsa_single_usage_nav_rental_service ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  font-size: 13px;
  }
  
  nav.bgsa_single_usage_nav_rental_service ul li{
  margin: 0;
  padding-right: 20px;
  }
  
  nav.bgsa_single_usage_nav_rental_service ul li a{
  color: #006AB0;
  text-decoration: none;
  }
  
  .bgsa_single_usage_nav_rental_service ul li i{
  position: relative;
  }
  
  .bgsa_single_usage_nav_rental_service ul li i::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-style: normal;
  top: 3px;
  left: 6px;
  transform: scale(0.8);
  }
  
  .bgsa_single_usage_rental_service_top_contents{
  margin: 0 auto 0;
  padding: 40px;
  background: #F1F5F9;
  }
  
  .bgsa_single_usage_rental_service_box{
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
  }
  
  .bgsa_single_usage_rental_service_title{
  color: #003366;
  letter-spacing: 1px;
  font-size:32px;
  font-weight: 600;
  }
  }
  
  
  /*---------- SP・全体 ----------*/
  .bgsa_single_usage_all_contents{
  margin: 40px auto;
  padding: 0;
  }
  
  .bgsa_single_usage_all_box{
  margin: 0 20px;
  padding: 0;
  }
  
  .bgsa_single_usage_all_box_flex{
  margin: 0;
  padding: 0;
  }
  
  
  /*---------- PC・全体 ----------*/
  @media screen and (min-width:1024px){
  .bgsa_single_usage_all_contents{
  margin: 80px auto;
  padding: 0;
  max-width: 1060px;
  width: 100%;
  box-sizing: border-box;
  }
  
  .bgsa_single_usage_all_box{
  margin: 0;
  padding: 0;
  }
  
  .bgsa_single_usage_all_box_flex{
  margin: 0;
  padding: 0;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  box-sizing: border-box;
  justify-content: flex-start;
  }
  }
  
  
  /*---------- PC・左カラム ----------*/
  @media screen and (min-width:1024px){
  .bgsa_single_usage_left_contents{
  margin: 0 40px 0 0;
  padding: 0;
  width: 25%;
  }
  
  .bgsa_single_usage_left_box{
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  margin-bottom: 30px;
  }
  
  
  .bgsa_single_usage_left_title{
  margin: 0;
  padding: 12px 12px 12px 20px;
  background: #003366;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  }
  
  .bgsa_single_usage_left_box ul{
  margin: 0;
  padding: 0 0 12px 0;
  list-style-type: none;
  }
  
  .bgsa_single_usage_left_box ul a li{
  margin: 0;
  padding: 10px 20px 10px 20px !important;
  list-style-type: none;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 1px;
  border-bottom: dashed 1px #c4c4c4 !important;
  position: relative;
  }
  
  .bgsa_single_usage_left_box a{
  color: #000000;
  }
  
  .bgsa_single_usage_left_box a:hover{
  color: #006AB0;
  }
  
  .bgsa_single_usage_left_box ul a li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    }
  
  .bgsa_single_usage_left_box li::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-style: normal;
  top: 21%;
  right: 3%;
  transform: scale(0.8);
  vertical-align: middle;
  color: #006AB0;
  }
  }
  
  
  /*---------- SP・右カラム ----------*/
  .bgsa_single_usage_right_contents{
  margin: 0;
  padding: 0;
  }
  
  .bgsa_single_usage_right_box{
  margin: 0;
  padding: 0;
  }
  
  .bgsa_single_usage_right_title{
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #003366;
  }
  
  .bgsa_single_usage_right_text{
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 1px;
  }
  
  .bgsa_single_usage_orange{
  color: #F28E00;
  font-weight: 600;
  }
  
  
  .bgsa_single_usage_online_sub_text{
  margin-top: 30px;
  padding: 2px 8px;
  border-left: 5px solid #003366;
  color: #003366;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  }
  
  
  .bgsa_single_usage_right_copy{
  margin-top: 40px;
  padding:0;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 180%;
  }
  
  .bgsa_single_usage_rental_box{
  margin-top: 20px;
  }
  
  .bgsa_single_usage_rental_box_flex{
  margin: 0;
  padding: 0;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  box-sizing: border-box;
  justify-content: space-between;
  }
  
  .bgsa_single_usage_rental_box_item{
  margin: 0 0 10px 0;
  padding: 8px;
  border: solid 1px #c4c4c4;
  width: 43%;
  }
  
  .bgsa_single_usage_rental_box_item:last-child{
  margin-right: 0;
  }
  
  .bgsa_single_usage_rental_box_pic{
  margin: 0 auto;
  }
  
  .bgsa_single_usage_rental_box_pic img{
  width: 100%;
  }
  
  .bgsa_single_usage_rental_box_item a{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  }
  
  .bgsa_single_usage_rental_box_item a:hover{
  color: #006AB0;
  }
  
  
  
  /*---------- PC・右カラム ----------*/
  @media screen and (min-width:1024px){
  .bgsa_single_usage_right_contents{
  margin: 0;
  padding: 0;
  width: 70%;
  box-sizing: border-box;
  }
  
  .bgsa_single_usage_right_box{
  margin: 0 auto;
  padding: 0;
  }
  
  .bgsa_single_usage_right_title{
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: 600;
  font-size: 28px;
  color: #003366;
  }
  
  .bgsa_single_usage_right_text{
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 1px;
  }
  
  .bgsa_single_usage_orange{
  color: #F28E00;
  font-weight: 600;
  }
  
  
  .bgsa_single_usage_online_sub_text{
  margin-top: 40px;
  padding: 2px 8px;
  border-left: 5px solid #003366;
  color: #003366;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  }
  
  
  .bgsa_single_usage_right_copy{
  margin-top: 40px;
  padding:0;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 180%;
  }
  
  .bgsa_single_usage_rental_box{
  margin-top: 20px;
  }
  
  .bgsa_single_usage_rental_box_flex{
  margin: 0;
  padding: 0;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  box-sizing: border-box;
  justify-content: flex-start;
  }
  
  .bgsa_single_usage_rental_box_item{
  margin: 0 10px 20px 0;
  padding: 12px;
  width: 28%;
  border: solid 1px #c4c4c4;
  }
  
  .bgsa_single_usage_rental_box_pic{
  margin: 0 auto;
  }
  
  .bgsa_single_usage_rental_box_pic img{
  width: 100%;
  }
  
  .bgsa_single_usage_rental_box_item a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  }
  
  .bgsa_single_usage_rental_box_item a:hover{
  color: #006AB0;
  }
  }
  
  
  /*---------- モバイル・下層部 ----------*/
  .bgsa_single_usage_mobile_box{
  margin-top: 30px;
  }
  
  .bgsa_single_usage_faq {
  margin:0;
  padding:0;
  }
  
  .bgsa_single_usage_faq dt {
  margin:0 0 15px 0;
  padding:15px;
  font-size:15px;
  font-weight:500;
  line-height:150%;
  cursor:pointer;
  background-color:#003366;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color: #fff;
  }
  
  .bgsa_single_usage_faq dt:hover{color:#fff;text-decoration:none;}
  
  .bgsa_single_usage_faq dd {
  margin:0 0 0 0;
  padding:1px 0 30px 0px;
  display:none;
  }
  
  .bgsa_single_usage_faq dd ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .bgsa_single_usage_faq dd ul a li{
  margin: 0;
  padding: 10px 20px 10px 20px;
  list-style-type: none;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 1px;
  border-bottom: dashed 1px #c4c4c4 !important;
  position: relative;
  }
  
  
  .bgsa_single_usage_faq dd ul a li {
  color: #000;
  }
  
  .bgsa_single_usage_faq dd ul a li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  }
  
  .bgsa_single_usage_faq dd ul a li::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-style: normal;
  top: 21%;
  right: 3%;
  transform: scale(0.8);
  vertical-align: middle;
  color: #006AB0;
  }