@charset "utf-8";

.fw_bold {
  font-weight: bold; }

.contents_inner {
  padding-top: 45px; }

#riyouhou {
  padding-bottom: 80px;
  font-size: 16px; }

#riyouhou .page-width.w1140 {
  max-width: 1180px; }

.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  .page_title:before,
  .page_title:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    border-top: 1px solid #d2c5b8;
    border-bottom: 1px solid #fff; }
    .page_title:before { top: 0; }
    .page_title:after { bottom: 0; }

#riyouhou a {
  font-weight: bold; 
  text-decoration: underline;}

.product_riyouhou #riyouhou a {
  font-weight: normal;
}

.box_white {
  padding: 30px 40px 40px;
  background: #fff;
  border-radius: 6px;
  display: block;
  box-shadow: 0 0 5px 0 rgba(74,27,26,.11);
}

#riyouhou h3 {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    background: #e9dfd1;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}
#riyouhou h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pagetop {
    margin-top: 20px;
    text-align: right;
}