.fanbee {margin-top: 30px;}
.fanbee > h3,
.inner_block h3 {
  border-left: 8px solid #a40c00;
  padding: 0 0 0 10px;
  line-height: 1.5;
  font-size: 14px;
  background: none;
  margin: 40px 0 15px 0;
}
.fix > p {
    width: 285px;
    display: inline-block;
}
.fix > p:first-child {
	margin-right: 8px
}
#productPhotoGallery {
	margin: 0;
}
#productPhotoGallery ul li {
	padding: 0 15px 12px 0
}
#productPhotoGallery ul li:last-child {
	padding-right: 0;
}
#productPhotoGallery ul li img {
	border: none;
}

a.btn {
  color: #fff;
  background-color: #a40c00;
  font-weight: bold;
  padding: 16px 20px;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}

a.btn_riscon {
  color: #fff;
  background-color: #1c469a;
  font-weight: bold;
  padding: 16px 20px;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}

a.btn_riscon:hover,
a.btn:hover {
  opacity: 0.6;
}
a.btn_riscon::before,
a.btn::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2%;
  margin-top: -4px;
}
a.btn span.caution {
  display: inline-block;
  font-size: 1rem;
  text-decoration: underline;
}
a.btn_riscon span.caution {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  padding-left: 1rem;
}

.anchor{
   display: block;
   margin-top:-50px;
   padding-top:50px;
}