@charset "utf-8";

/************************************************
 import css
************************************************ */

body {
  font-family: 'ヒラギノ角ゴ pro',"Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic UI", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.71;
}

#bottomcolumn {
  background: transparent;
}
/* 各セクション共通設定 */
.dc_section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.dc_section h2 {
  font-size: 210%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  color: #1b2d50;
}
.dc_section h2  span {
  display: block;
  font-size: 60%;
  font-weight: 600;
}
.dc_section.bg_gray::before {
  content: '';
  width: 200vw;
  height: 100%;
  background: #ececec;
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: -1;
}

dd.deliv_fee{
display:none !important;
}