@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
section#desc .desc_block .desc_ttl {
    font-size: 2rem;
    padding-left: 8rem;
}
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}
.rec_block01 .box:after {
    content: none;
}




/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
.purchase_block .purchase_box .box_inner {
    padding: 3rem 0 0;
}

.purchase_block .purchase_box p {
    line-height: 1.5;
}

.pickup_box .btn-web a {
    font-size: 18px;
}
.new {
    padding: 60px;
}
.sp {
	display:none;
}


.table-scroll table {
    margin: 8rem 0 0rem;
}
}/*////////////////////PC用CSSここまで///////////////////*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/

.btn-web a, .btn-internal a, .btn-tel a {
    max-width: 90%;
    width: 90%;
}

.acc_all01 {
    max-width: 90%;
}
section#desc .desc_block .desc_ttl {
    padding-left: 5rem;
}
  h1.sitename,
  div.sitename a {
    margin-right: 50px;
  }

  h1.sitename:before,
  div.sitename a:before {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-right: 0.5rem;
    padding: 0;
    width: 36px;
    text-align: center;
  }	
h1.sitename {
    margin: 0;
}	
h1.sitename,
div.sitename a {
  display: flex;
  align-items: center;
  justify-content: right;
}
.rec_box_inner {
    padding: 0 1.5rem 5rem !important;
}



.table-scroll {
    overflow-x: scroll;
    width: 90%;
  }

  table {
    width: auto;
  }

  .table-scroll tr {
    display: flex;
    table-layout: fixed;
  }

  .table-scroll td {
    width: 250px;
    border-right: 1px solid #c0cfd7;
  }

  .table-scroll th {
    width: 100px;
    border-right: 1px solid #c0cfd7;
  }

p.scrolltext {
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
    }

.sp {
	display:block;
}

}/*////////////////////SP用CSSここまで///////////////////*/

