@charset "utf-8";
/* メインビジュアル読み込み */
@import url("mv.css");

/*-------------------------------------------
共通設定（PC)
-------------------------------------------*/
/* 共通 */
.lg-wrapper{
 width: 95%;
 height:auto;
 margin:0 auto;
 padding:1rem;
 display:flex;
}

ul{
  margin:1rem 0;
}

/*-------------------------------------------
main（PC)
-------------------------------------------*/
main{
 width:100%;
 height:auto;
 background: white;
 padding:0rem;
 margin-right: 1rem;
 border-radius: 30px;
}


/*パンくず*/
main .bread-crumbs {
 margin:1rem 0 1rem 1rem;
}

main .bread-crumbs li a{
 color:black;
}



/*post-header*/
main .post-header{
  margin:1rem;
}