#hintArea,
#hintArea * {
  box-sizing: border-box;
}

#hintArea p {
  margin-top: 0;
}

#hint-money {
  background-color: #f7e550;
  background-image:
    url(/library/default/img/module/money-bg-balloon-ul.png),
    url(/library/default/img/module/money-bg-balloon-ur.png),
    url(/library/default/img/module/money-bg-balloon-l.png),
    url(/library/default/img/module/money-bg-pattern.png);
  background-position:
    35px 10px,
    430px 5px,
    190px 90px,
    0;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 40px 20px 20px;
}

#money-titleArea {
  margin-bottom: 20px;
  padding: 0 40px;
}

#money-title-img {
  display: block;
  margin: 0 auto 15px;
}

#money-title-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#money-volArea {
  background-color: #fff;
  display: flex;  
  height: 265px;
  margin: 0 auto;
  width: 660px;
}

#money-vol-txtArea {
  padding-top: 15px;
  width: 375px;
}

#money-vol-desc {
  padding-left: 25px;
}

#money-volnum {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.money-volnum-txt {
  background-color: #f7e550;
  background-image: url(/library/default/img/module/money-bg-pattern.png);
  border-radius: 50%;
  color: #817300;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  height: 47px;
  line-height: 5rem;
  text-align: center;
  width: 47px;
}

.money-volnum-txt + .money-volnum-txt {
  margin-left: 5px;
}

#money-voltitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 15px;
}

#money-volposition {
  color: #6b5f00;
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 5px;
}

#money-volname {
  color: #6b5f00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 15px;
}

.money-volname-san {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.money-vollink {
  border: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  border-radius: 3px;
  background: #fbfbfb url(/library/default/img/parts/button-link_bg01.png) no-repeat 40px center;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding-left: 60px;
  width: 310px;
}

.money-vollink:hover {
  background-color: #eaeaea;
  color: #333;
  text-decoration: none;
}


/********************/
/*  #anshin 170605  */
/********************/
#anshinArea {
  border: 10px solid #f6f6f6;
  margin-top: 70px;
  padding-bottom: 25px;
}

#anshin-img {
  margin-bottom: 20px;
}

#anshin-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0 0 20px;
  padding: 0 55px;
}

.anshin-link {
  border: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  border-radius: 3px;
  background: #fbfbfb url(/library/default/img/parts/button-link_bg01.png) no-repeat 30px center;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding-left: 45px;
  width: 210px;
}

.anshin-link:hover {
  background-color: #eaeaea;
  color: #333;
  text-decoration: none;
}

