@charset "utf-8";

/*パンくず スタイル*/
.breadcrumb__list {
  padding-bottom: 1.6rem;
}

@media screen and (max-width:750px) {

  /*パンくず スタイル SP*/
  .breadcrumb__list {
    padding-bottom: calc(18 * (100vw/750));
  }
}



/* -------------------------
base layout
------------------------- */
html {
  font-size: 62.5%;
}

body .main-area {
  font-size: 1.3em;
  color: #333;
  overflow-x: hidden;
  line-height: 180%;
  letter-spacing: .1rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/* -------------------------
margin
------------------------- */

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb60 {
  margin: 60px 0;
}

/* -------------------------
height
------------------------- */
.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}
