
#fv {
  margin: 50px 0 0;
}


/*------  粉骨用 ------
.contents_box a {
  color: #000000;
}
.txt_price {
  font-size: 4.2rem;
  text-align: center;
  line-height: 100%;
}
.fv_con {
  width: 70%;
}
.fv_con p strong {
  font-weight: bold;
}
.txt_price span{
  font-size: 2.4rem;
  color: #000000;
}
@media only screen and (max-width: 800px) {
  #fv {
    background: none;
  }
  .fv_con {
    width: 100%;
  }
}
.box1 {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.img_left {
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}
.f_right dl.list_content dd {
  margin-left: 0;
}
.inside1 h2 {
  border: none;
  background: none;
  -webkit-border-radius: 0;
  text-align: center;
  font-size: 2.4rem;
  border-bottom: 1px solid;
  margin: 68px 0 20px 0;
  padding: 0;
}
.pur_back {
  background: url("/ikotsu/funkotsu/images/pur_back.jpg") no-repeat right bottom;
}
.dm_back {
  background: url("/ikotsu/funkotsu/images/m_d.jpg") no-repeat center bottom;
}
@media only screen and (max-width: 800px) {
  .img_left {
    float: none;
    width: auto;
    margin: 0;
  }
  .f_right {
    float: none;
    width: auto;
  }
  .inside1 h2 {
    font-size: 1.5rem;
  }
  .pur_back {
    background: none;
  }
  .dm_back {
    background: none;
  }
}
*/
/*------  20190322 ------*/
#eitai_cost{
    border: none;
    border-radius: 0;
    background-image: none;
    background: #af6276;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    padding: 20px;
    margin: 60px 0 0;
}
.no-san section .contents_box h2 {
    background-color: #b08207;
}

@media only screen and (max-width: 800px) {
#eitai_cost{
    font-size: 1.6rem;
    }
}
/*------  /20190322 ------*/